summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 21:54:56 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-10 21:54:56 +0000
commitc9dc3386a76e7b0d85ce722a094636fda1e5a76d (patch)
treebd2fca6e46f4cf6ae9f739469817ca1689e03f0b /wctdm24xxp
parent4db2daf0eddf559205376a8cac55c60fc527e262 (diff)
Make sure we permit MRM commands
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2829 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 1353370..1fc3763 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -2461,6 +2461,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 */