summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ed/if_ed_isa.c')
-rw-r--r--sys/dev/ed/if_ed_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c
index c0cd7ff..7d30614 100644
--- a/sys/dev/ed/if_ed_isa.c
+++ b/sys/dev/ed/if_ed_isa.c
@@ -170,7 +170,7 @@ ed_isa_attach(device_t dev)
ed_alloc_irq(dev, sc->irq_rid, 0);
error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET | INTR_MPSAFE,
- edintr, sc, &sc->irq_handle);
+ NULL, edintr, sc, &sc->irq_handle);
if (error) {
ed_release_resources(dev);
return (error);
OpenPOWER on IntegriCloud