summaryrefslogtreecommitdiffstats
path: root/sys/dev/stge/if_stge.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/stge/if_stge.c')
-rw-r--r--sys/dev/stge/if_stge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c
index 61b5357..451ee12 100644
--- a/sys/dev/stge/if_stge.c
+++ b/sys/dev/stge/if_stge.c
@@ -809,7 +809,7 @@ stge_attach(device_t dev)
* Hookup IRQ
*/
error = bus_setup_intr(dev, sc->sc_res[1], INTR_TYPE_NET | INTR_MPSAFE,
- stge_intr, sc, &sc->sc_ih);
+ NULL, stge_intr, sc, &sc->sc_ih);
if (error != 0) {
ether_ifdetach(ifp);
device_printf(sc->sc_dev, "couldn't set up IRQ\n");
OpenPOWER on IntegriCloud