summaryrefslogtreecommitdiffstats
path: root/sys/dev/wds
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wds')
-rw-r--r--sys/dev/wds/wd7000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c
index 537642e..0040ef6 100644
--- a/sys/dev/wds/wd7000.c
+++ b/sys/dev/wds/wd7000.c
@@ -539,7 +539,7 @@ wds_attach(device_t dev)
/*count*/ 0, RF_ACTIVE);
if (wp->intr_r == NULL)
goto bad;
- error = bus_setup_intr(dev, wp->intr_r, INTR_TYPE_CAM,
+ error = bus_setup_intr(dev, wp->intr_r, INTR_TYPE_CAM | INTR_ENTROPY,
(driver_intr_t *)wds_intr, (void *)wp,
&wp->intr_cookie);
if (error)
OpenPOWER on IntegriCloud