summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_snc_cbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/snc/if_snc_cbus.c')
-rw-r--r--sys/dev/snc/if_snc_cbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snc/if_snc_cbus.c b/sys/dev/snc/if_snc_cbus.c
index 1b9ef3e..f280de3 100644
--- a/sys/dev/snc/if_snc_cbus.c
+++ b/sys/dev/snc/if_snc_cbus.c
@@ -190,7 +190,7 @@ snc_isa_attach(dev)
snc_alloc_irq(dev, 0, 0);
error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET,
- sncintr, sc, &sc->irq_handle);
+ NULL, sncintr, sc, &sc->irq_handle);
if (error) {
printf("snc_isa_attach: bus_setup_intr() failed\n");
snc_release_resources(dev);
OpenPOWER on IntegriCloud