diff options
Diffstat (limited to 'sys/dev/hfa/hfa_pci.c')
-rw-r--r-- | sys/dev/hfa/hfa_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/hfa_pci.c b/sys/dev/hfa/hfa_pci.c index fb28478..382f486 100644 --- a/sys/dev/hfa/hfa_pci.c +++ b/sys/dev/hfa/hfa_pci.c @@ -161,7 +161,7 @@ hfa_pci_attach (dev) * Map interrupt in */ error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, - hfa_intr, sc, &sc->irq_ih); + NULL, hfa_intr, sc, &sc->irq_ih); if (error) { device_printf(dev, "Interrupt handler setup failed.\n"); goto fail; |