[zaptel-commits] mattf: branch 1.4 r2948 - /branches/1.4/wct4xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Aug 24 14:41:50 CDT 2007


Author: mattf
Date: Fri Aug 24 14:41:49 2007
New Revision: 2948

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2948
Log:
Let's not exclusive framer interrupts by default

Modified:
    branches/1.4/wct4xxp/base.c

Modified: branches/1.4/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?view=diff&rev=2948&r1=2947&r2=2948
==============================================================================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Fri Aug 24 14:41:49 2007
@@ -2008,8 +2008,10 @@
 		/* enable interrupts */
 		/* Start DMA, enabling DMA interrupts on read only */
 		wc->dmactrl = 1 << 29;
+#if 0
 		/* Enable framer only interrupts */
 		wc->dmactrl |= 1 << 27;
+#endif
 		wc->dmactrl |= (ts->spanflags & FLAG_2NDGEN) ? 0xc0000000 : 0xc0000003;
 #ifdef VPM_SUPPORT
 		wc->dmactrl |= wc->vpm;




More information about the zaptel-commits mailing list