summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 16:41:43 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 16:41:43 +0000
commit9388522d71fa32cffa6001aa5259b76f58083f98 (patch)
treecc5ede9d5390fb6952881d16dbbb65e91c8814b1 /wctdm24xxp
parentbc33447d7bc5a894a9845d2a53cc5778474d5278 (diff)
Merged revisions 3321 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3321 | mattf | 2007-12-06 10:40:22 -0600 (Thu, 06 Dec 2007) | 1 line 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.4@3322 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 311f699..de6d7cc 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3129,7 +3129,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 */