aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-03-01 17:09:09 +0000
committerMark Murray <markm@FreeBSD.org>2001-03-01 17:09:09 +0000
commited34d0ade2848f88c70b745d77380c5069ebdfd6 (patch)
treefadc7b6cd2c258b196b444eb1c16b198554d73b8 /sys/dev/ncv
parent7bf8fc01e983ebc7e114645470a880d0abaa911f (diff)
Notes
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index b35d9d6f3412..ed1b5d9a8da7 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -241,7 +241,7 @@ ncv_pccard_attach(DEVPORT_PDEVICE dev)
return(error);
}
- error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM,
+ error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
ncv_pccard_intr, (void *)sc, &sc->ncv_intrhand);
if (error) {
ncv_release_resource(dev);