summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ep/if_ep_eisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c
index 2d6499c..e6f658a 100644
--- a/sys/dev/ep/if_ep_eisa.c
+++ b/sys/dev/ep/if_ep_eisa.c
@@ -215,7 +215,7 @@ ep_eisa_attach(device_t dev)
irq = 2;
GO_WINDOW(0);
- SET_IRQ(BASE, irq);
+ SET_IRQ(sc, irq);
if ((error = ep_attach(sc))) {
device_printf(dev, "ep_attach() failed! (%d)\n", error);
OpenPOWER on IntegriCloud