summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 22:00:43 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 22:00:43 +0000
commit3b81e315879a888cb0a6e79c9d01ecb9a37caf04 (patch)
tree73492415ed0d33689a8fa830bdaca602dfafb710
parent41b1d8dcfb61a71f12a6bbf940bea6a992d22115 (diff)
Merged revisions 2830 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2830 | mattf | 2007-08-10 16:58:27 -0500 (Fri, 10 Aug 2007) | 9 lines Merged revisions 2829 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2829 | mattf | 2007-08-10 16:54:56 -0500 (Fri, 10 Aug 2007) | 1 line Make sure we permit MRM commands ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2831 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wctdm24xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index d3f84bf..a36fea8 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3060,6 +3060,7 @@ static int wctdm_hardware_init(struct wctdm *wc)
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 */