diff options
author | imp <imp@FreeBSD.org> | 2007-02-23 19:27:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-02-23 19:27:49 +0000 |
commit | 00aa77663092f5686e58a4740b5c9be7ca9b06e7 (patch) | |
tree | e1d21bc575f64c4a1cb9a6164f0d420a83edab66 /sys/dev/cnw | |
parent | 06cc2685815574900d1db4e29570f7e31b9a63ea (diff) | |
download | FreeBSD-src-00aa77663092f5686e58a4740b5c9be7ca9b06e7.zip FreeBSD-src-00aa77663092f5686e58a4740b5c9be7ca9b06e7.tar.gz |
Catchup to filters by piso.
Diffstat (limited to 'sys/dev/cnw')
-rw-r--r-- | sys/dev/cnw/if_cnw.c | 2 |
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) { |