summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 16:40:22 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 16:40:22 +0000
commitc00fc2b9230615d39c307d417ba2a4b46c488997 (patch)
treeac7b2e91f0ac1a90fed6cc5eeb1b711da761ad25 /wctdm24xxp
parent60ce4f51a67b4dd14e2d1c35e7d9b5bc000ff8e0 (diff)
Don't mangle old value of this register. Just set it without the reset bit set
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3321 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index fbff575..81dfc74 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -2521,7 +2521,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);
+ wctdm_setctl(wc, 0x0000, 0xfff88000);
/* Configure watchdogs, access, etc */