summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/txp')
-rw-r--r--sys/dev/txp/if_txp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index 86519fe..dfa261f 100644
--- a/sys/dev/txp/if_txp.c
+++ b/sys/dev/txp/if_txp.c
@@ -340,7 +340,7 @@ txp_attach(dev)
ether_ifattach(ifp, eaddr);
error = bus_setup_intr(dev, sc->sc_irq, INTR_TYPE_NET | INTR_MPSAFE,
- txp_intr, sc, &sc->sc_intrhand);
+ NULL, txp_intr, sc, &sc->sc_intrhand);
if (error) {
ether_ifdetach(ifp);
OpenPOWER on IntegriCloud