diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 2d6499cd0d08..e6f658a12ccb 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);