Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv29902

Modified Files:
        wct4xxp.c 
Log Message:
Fix lack of interrupts on driver reload / soft reboot


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- wct4xxp.c   11 Aug 2005 15:52:10 -0000      1.83
+++ wct4xxp.c   14 Aug 2005 16:15:30 -0000      1.84
@@ -1384,6 +1384,8 @@
 #ifdef VPM_SUPPORT
                wc->dmactrl |= wc->vpm;
 #endif
+               /* Seed interrupt register */
+               __t4_pci_out(wc, WC_INTR, 0x0c);
                if (noburst)
                        wc->dmactrl |= (1 << 26);
                __t4_pci_out(wc, WC_DMACTRL, wc->dmactrl);

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to