summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud