From c00fc2b9230615d39c307d417ba2a4b46c488997 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 6 Dec 2007 16:40:22 +0000 Subject: 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 --- wctdm24xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wctdm24xxp/base.c') 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 */ -- cgit v1.2.3