[Home]

Summary:ASTERISK-03254: [patch] Get Zaptel modules ready for module_param in Linux 2.6 kernel
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2005-01-11 16:58:31.000-0600Date Closed:2008-06-07 10:47:24
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) zaptel-module-param-patch.c.txt
Description:The MODULE_PARM function is deprecated in 2.6 kernels.  The warnings only appear in gcc 3.3 or later.  This patch will allow the Zaptel modules to use the new module_param function which is the new preferred way to do it in 2.6.
Comments:By: Mark Spencer (markster) 2005-01-13 00:15:57.000-0600

Fixed in CVS head, thanks!

By: Russell Bryant (russell) 2005-01-13 12:41:18.000-0600

fixed in 1.0

Remember to mention your disclaimer, and if applicaple, provide a patch for stable for ++ karma.  :)

By: Digium Subversion (svnbot) 2008-06-07 10:47:23

Repository: dahdi
Revision: 546

U   trunk/pciradio.c
U   trunk/tor2.c
U   trunk/torisa.c
U   trunk/wcfxo.c
U   trunk/wct1xxp.c
U   trunk/wct4xxp.c
U   trunk/wctdm.c
U   trunk/wcte11xp.c
U   trunk/zaptel.c
U   trunk/ztdummy.c
U   trunk/ztdynamic.c

------------------------------------------------------------------------
r546 | markster | 2008-06-07 10:47:22 -0500 (Sat, 07 Jun 2008) | 2 lines

Fix for 2.6 module parm (bug ASTERISK-3254)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=546

By: Digium Subversion (svnbot) 2008-06-07 10:47:24

Repository: dahdi
Revision: 547

U   branches/v1-0/tor2.c
U   branches/v1-0/torisa.c
U   branches/v1-0/wcfxo.c
U   branches/v1-0/wcfxs.c
U   branches/v1-0/wct1xxp.c
U   branches/v1-0/wct4xxp.c
U   branches/v1-0/wcte11xp.c
U   branches/v1-0/zaptel.c
U   branches/v1-0/ztdummy.c
U   branches/v1-0/ztdynamic.c

------------------------------------------------------------------------
r547 | russell | 2008-06-07 10:47:24 -0500 (Sat, 07 Jun 2008) | 2 lines

use module_parm for 2.6 (bug ASTERISK-3254)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=547