List Info

Thread: kpfleming: branch 1.4 r3267 - in /branches/1.4: ./ wct4xxp/ wctdm24xxp/




kpfleming: branch 1.4 r3267 - in /branches/1.4: ./ wct4xxp/ wctdm24xxp/
user name
2007-11-30 15:54:32
Author: kpfleming
Date: Fri Nov 30 15:54:31 2007
New Revision: 3267

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3267
Log:
populate the 'irq' member of the span structure since it is
there

Modified:
    branches/1.4/wcfxo.c
    branches/1.4/wct1xxp.c
    branches/1.4/wct4xxp/base.c
    branches/1.4/wctdm.c
    branches/1.4/wctdm24xxp/base.c
    branches/1.4/wcte11xp.c
    branches/1.4/wcte12xp.c

Modified: branches/1.4/wcfxo.c
URL: http://svn.
digium.com/view/zaptel/branches/1.4/wcfxo.c?view=diff&re
v=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wcfxo.c (original)
+++ branches/1.4/wcfxo.c Fri Nov 30 15:54:31 2007
 -632,6
+632,7 
 	wc->span.chans = &wc->chan;
 	wc->span.channels = 1;
 	wc->span.hooksig = wcfxo_hooksig;
+	wc->span.irq = wc->dev->irq;
 	wc->span.open = wcfxo_open;
 	wc->span.close = wcfxo_close;
 	wc->span.flags = ZT_FLAG_RBS;

Modified: branches/1.4/wct1xxp.c
URL: http://sv
n.digium.com/view/zaptel/branches/1.4/wct1xxp.c?view=diff&am
p;rev=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wct1xxp.c (original)
+++ branches/1.4/wct1xxp.c Fri Nov 30 15:54:31 2007
 -765,6
+765,7 
 	sprintf(wc->span.desc, "%s Card %d",
wc->variety, wc->num);
 	wc->span.spanconfig = t1xxp_spanconfig;
 	wc->span.chanconfig = t1xxp_chanconfig;
+	wc->span.irq = wc->dev->irq;
 	wc->span.startup = t1xxp_startup;
 	wc->span.shutdown = t1xxp_shutdown;
 	wc->span.rbsbits = t1xxp_rbsbits;

Modified: branches/1.4/wct4xxp/base.c
URL: http
://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?vi
ew=diff&rev=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Fri Nov 30 15:54:31 2007
 -1533,6
+1533,7 
 		sprintf(ts->span.desc, "T%dXXP (PCI) Card %d Span
%d", wc->numspans, wc->num, x+1);
 		ts->span.spanconfig = t4_spanconfig;
 		ts->span.chanconfig = t4_chanconfig;
+		ts->span.irq = wc->dev->irq;
 		ts->span.startup = t4_startup;
 		ts->span.shutdown = t4_shutdown;
 		ts->span.rbsbits = t4_rbsbits;

Modified: branches/1.4/wctdm.c
URL: http://svn.
digium.com/view/zaptel/branches/1.4/wctdm.c?view=diff&re
v=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wctdm.c (original)
+++ branches/1.4/wctdm.c Fri Nov 30 15:54:31 2007
 -2038,6
+2038,7 
 	wc->span.chans = wc->chans;
 	wc->span.channels = NUM_CARDS;
 	wc->span.hooksig = wctdm_hooksig;
+	wc->span.irq = wc->dev->irq;
 	wc->span.open = wctdm_open;
 	wc->span.close = wctdm_close;
 	wc->span.flags = ZT_FLAG_RBS;

Modified: branches/1.4/wctdm24xxp/base.c
URL: h
ttp://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/bas
e.c?view=diff&rev=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wctdm24xxp/base.c (original)
+++ branches/1.4/wctdm24xxp/base.c Fri Nov 30 15:54:31 2007
 -3060,6
+3060,7 
 	}
 	wc->span.chans = wc->chans;
 	wc->span.channels = wc->type;
+	wc->span.irq = wc->dev->irq;
 	wc->span.hooksig = wctdm_hooksig;
 	wc->span.open = wctdm_open;
 	wc->span.close = wctdm_close;

Modified: branches/1.4/wcte11xp.c
URL: http://s
vn.digium.com/view/zaptel/branches/1.4/wcte11xp.c?view=diff&
amp;rev=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wcte11xp.c (original)
+++ branches/1.4/wcte11xp.c Fri Nov 30 15:54:31 2007
 -974,6
+974,7 
 	sprintf(wc->span.desc, "%s Card %d",
wc->variety, wc->num);
 	wc->span.spanconfig = t1xxp_spanconfig;
 	wc->span.chanconfig = t1xxp_chanconfig;
+	wc->span.irq = wc->dev->irq;
 	wc->span.startup = t1xxp_startup;
 	wc->span.shutdown = t1xxp_shutdown;
 	wc->span.rbsbits = t1xxp_rbsbits;

Modified: branches/1.4/wcte12xp.c
URL: http://s
vn.digium.com/view/zaptel/branches/1.4/wcte12xp.c?view=diff&
amp;rev=3267&r1=3266&r2=3267
============================================================
==================
--- branches/1.4/wcte12xp.c (original)
+++ branches/1.4/wcte12xp.c Fri Nov 30 15:54:31 2007
 -1356,6
+1356,7 
 
 	wc->span.spanconfig = t1xxp_spanconfig;
 	wc->span.chanconfig = t1xxp_chanconfig;
+	wc->span.irq = wc->dev->irq;
 	wc->span.startup = t1xxp_startup;
 	wc->span.shutdown = t1xxp_shutdown;
 	wc->span.rbsbits = t1xxp_rbsbits;


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

zaptel-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/zaptel-commits

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )