diff options
Diffstat (limited to 'sys/dev/idt/idt_pci.c')
-rw-r--r-- | sys/dev/idt/idt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 1a77c4b..07c061d 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -160,7 +160,7 @@ idt_attach(device_t dev) goto fail; } - error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, nicstar_intr, + error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, NULL, nicstar_intr, sc, &sc->irq_ih); if (error) { device_printf(dev, "could not setup irq.\n"); |