From c9dc3386a76e7b0d85ce722a094636fda1e5a76d Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 10 Aug 2007 21:54:56 +0000 Subject: Make sure we permit MRM commands git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2829 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm24xxp/base.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wctdm24xxp') 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 */ -- cgit v1.2.3