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:
parent
50ecf36141
commit
39bde695bf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user