[zaptel-commits] mattf: branch 1.2 r2864 - /branches/1.2/wcte12xp.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Aug 16 15:47:47 CDT 2007
Author: mattf
Date: Thu Aug 16 15:47:46 2007
New Revision: 2864
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2864
Log:
Make sure we enable MRM
Modified:
branches/1.2/wcte12xp.c
Modified: branches/1.2/wcte12xp.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte12xp.c?view=diff&rev=2864&r1=2863&r2=2864
==============================================================================
--- branches/1.2/wcte12xp.c (original)
+++ branches/1.2/wcte12xp.c Thu Aug 16 15:47:46 2007
@@ -1806,6 +1806,7 @@
newjiffies = jiffies + HZ/10;
while(((reg = t1_getctl(wc,0x0000)) & 0x00000001) && ( time_after(newjiffies,jiffies) ));
debug_printk(1, "ctlreg 0x0000 now=%08x!\n", reg);
+ t1_setctl(wc, 0x0000, 0xfffa0000);
/* Configure watchdogs, access, etc */
t1_setctl(wc, 0x0030, 0x00280048);
More information about the zaptel-commits
mailing list