summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wcte12xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcte12xp.c b/wcte12xp.c
index fda1301..0e56d1f 100644
--- a/wcte12xp.c
+++ b/wcte12xp.c
@@ -1806,6 +1806,7 @@ static int t1_hardware_init(struct t1 *wc)
newjiffies = jiffies + HZ/10;
while(((reg = t1_getctl(wc,0x0000)) & 0x00000001) && ( time_after(newjiffies,jiffies) ));
debug_printk(1, "ctlreg 0x0000 now=%08x!\n", reg);
+ t1_setctl(wc, 0x0000, 0xfffa0000);
/* Configure watchdogs, access, etc */
t1_setctl(wc, 0x0030, 0x00280048);