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

Modified Files:
      Tag: v1-0
        wct4xxp.c 
Log Message:
Apply Interrupt on Reload / SoftBoot Fix to Stable branch


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.51.2.12
retrieving revision 1.51.2.13
diff -u -d -r1.51.2.12 -r1.51.2.13
--- wct4xxp.c   11 Aug 2005 15:54:10 -0000      1.51.2.12
+++ wct4xxp.c   14 Aug 2005 20:09:25 -0000      1.51.2.13
@@ -1390,6 +1390,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