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
This commit is contained in:
bms 2003-10-18 20:44:23 +00:00
parent 50ecf36141
commit 39bde695bf

View File

@ -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);