[svn-commits] mattf: trunk r2517 - /trunk/wct4xxp/base.c
    svn-commits at lists.digium.com 
    svn-commits at lists.digium.com
       
    Wed May 16 15:39:50 MST 2007
    
    
  
Author: mattf
Date: Wed May 16 17:39:50 2007
New Revision: 2517
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2517
Log:
Enable framer only interrupts
Modified:
    trunk/wct4xxp/base.c
Modified: trunk/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&rev=2517&r1=2516&r2=2517
==============================================================================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Wed May 16 17:39:50 2007
@@ -1992,6 +1992,8 @@
 		/* 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 svn-commits
mailing list