[zaptel-commits] mattf: branch 1.2 r2829 - /branches/1.2/wctdm24xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Aug 10 16:54:56 CDT 2007


Author: mattf
Date: Fri Aug 10 16:54:56 2007
New Revision: 2829

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2829
Log:
Make sure we permit MRM commands

Modified:
    branches/1.2/wctdm24xxp/base.c

Modified: branches/1.2/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/base.c?view=diff&rev=2829&r1=2828&r2=2829
==============================================================================
--- branches/1.2/wctdm24xxp/base.c (original)
+++ branches/1.2/wctdm24xxp/base.c Fri Aug 10 16:54:56 2007
@@ -2461,6 +2461,7 @@
 	newjiffies = jiffies + HZ/10;
 	while(((reg = wctdm_getctl(wc,0x0000)) & 0x00000001) && (newjiffies > jiffies));
 	printk("%s: New Reg: %08x!\n", wc->variety, reg);
+	wctdm_setctl(wc, 0x0000, 0xfffa0000);
 
 	
 	/* Configure watchdogs, access, etc */




More information about the zaptel-commits mailing list