From 5c2428f158984828b4f1f9fcfa958d73e89e354a Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 11 Jan 1997 23:40:08 +0000 Subject: Initialize pcic_imask with SWI_MASK to interference from timeout routines. Suggested by: bde --- sys/pccard/pcic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 2f66575..a27f89c 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -718,6 +718,7 @@ pcic_probe(void) * then attempt to get one. */ if (pcic_irq == 0) { + pcic_imask = SWI_MASK; pcic_irq = pccard_alloc_intr(free_irqs, pcicintr, 0, NULL, &pcic_imask); if (pcic_irq < 0) -- cgit v1.1