summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-02-23 19:27:49 +0000
committerimp <imp@FreeBSD.org>2007-02-23 19:27:49 +0000
commit00aa77663092f5686e58a4740b5c9be7ca9b06e7 (patch)
treee1d21bc575f64c4a1cb9a6164f0d420a83edab66 /sys/dev
parent06cc2685815574900d1db4e29570f7e31b9a63ea (diff)
downloadFreeBSD-src-00aa77663092f5686e58a4740b5c9be7ca9b06e7.zip
FreeBSD-src-00aa77663092f5686e58a4740b5c9be7ca9b06e7.tar.gz
Catchup to filters by piso.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cnw/if_cnw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c
index cbc86f0..f4455bd 100644
--- a/sys/dev/cnw/if_cnw.c
+++ b/sys/dev/cnw/if_cnw.c
@@ -1631,7 +1631,7 @@ static int cnw_pccard_attach(device_t dev)
return (error);
}
- error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET,
+ error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, NULL,
cnw_intr, sc, &sc->cnw_intrhand);
if (error) {
OpenPOWER on IntegriCloud