diff options
Diffstat (limited to 'sys/dev/hme/if_hme_sbus.c')
-rw-r--r-- | sys/dev/hme/if_hme_sbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 300abc1..0e8eb45 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -269,7 +269,7 @@ hme_sbus_attach(device_t dev) } if ((error = bus_setup_intr(dev, hsc->hsc_ires, INTR_TYPE_NET | - INTR_MPSAFE, hme_intr, sc, &hsc->hsc_ih)) != 0) { + INTR_MPSAFE, NULL, hme_intr, sc, &hsc->hsc_ih)) != 0) { device_printf(dev, "couldn't establish interrupt\n"); hme_detach(sc); goto fail_ires; |