summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-10-18 20:44:23 +0000
committerbms <bms@FreeBSD.org>2003-10-18 20:44:23 +0000
commit39bde695bfe32db71446c96d796c9d24d4abbf2c (patch)
treea9f4777af6c550882c7cd50474c18aa0b75fba27 /sys/dev/ep
parent50ecf36141a85b7c9a2e7b916a8942b5718d0056 (diff)
downloadFreeBSD-src-39bde695bfe32db71446c96d796c9d24d4abbf2c.zip
FreeBSD-src-39bde695bfe32db71446c96d796c9d24d4abbf2c.tar.gz
Fix a typo. The module has the EISA front-end commented out, therefore the
error may not have been picked up right away. Reviewed by: mdodd Submitted by: Stuart Walsh
Diffstat (limited to 'sys/dev/ep')
-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