summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 20:48:17 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-16 20:48:17 +0000
commit19836741c4663d47c7c3173bd8db494dba3c9e97 (patch)
treeb34818ed0cc9d63cf7600dd1a8cf94d6a74e03f6
parented5e3ffe62e1d393f6d7203ae333ed831bb58784 (diff)
Merged revisions 2864 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2864 | mattf | 2007-08-16 15:47:46 -0500 (Thu, 16 Aug 2007) | 1 line Make sure we enable MRM ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2865 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wcte12xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcte12xp.c b/wcte12xp.c
index fda1301..0e56d1f 100644
--- a/wcte12xp.c
+++ b/wcte12xp.c
@@ -1806,6 +1806,7 @@ static int t1_hardware_init(struct t1 *wc)
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);