summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-24 18:23:43 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-24 18:23:43 +0000
commitca4731ec263a2342467827cb6d9736149c235ac9 (patch)
tree0187f967a2719b3b38545161778cf4b4301b97d5
parent3584a7451f2e2fa4202d803243696e5430e4aec4 (diff)
Remove that option for cases of potential data corruption
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@3093 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wct4xxp/base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 263e8fe..9ca2c49 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2008,8 +2008,6 @@ static int t4_startup(struct zt_span *span)
/* 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;