[zaptel-commits] mattf: trunk r3093 - /trunk/wct4xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Sep 24 13:23:44 CDT 2007


Author: mattf
Date: Mon Sep 24 13:23:43 2007
New Revision: 3093

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3093
Log:
Remove that option for cases of potential data corruption

Modified:
    trunk/wct4xxp/base.c

Modified: trunk/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&rev=3093&r1=3092&r2=3093
==============================================================================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Mon Sep 24 13:23:43 2007
@@ -2008,8 +2008,6 @@
 		/* enable interrupts */
 		/* Start DMA, enabling DMA interrupts on read only */
 		wc->dmactrl = 1 << 29;
-		/* Enable framer only interrupts */
-		wc->dmactrl |= 1 << 27;
 		wc->dmactrl |= (ts->spanflags & FLAG_2NDGEN) ? 0xc0000000 : 0xc0000003;
 #ifdef VPM_SUPPORT
 		wc->dmactrl |= wc->vpm;




More information about the zaptel-commits mailing list