diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-03-01 17:09:09 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-03-01 17:09:09 +0000 |
| commit | ed34d0ade2848f88c70b745d77380c5069ebdfd6 (patch) | |
| tree | fadc7b6cd2c258b196b444eb1c16b198554d73b8 /sys/dev/wds | |
| parent | 7bf8fc01e983ebc7e114645470a880d0abaa911f (diff) | |
Notes
Diffstat (limited to 'sys/dev/wds')
| -rw-r--r-- | sys/dev/wds/wd7000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index 537642ed8c27..0040ef64bdea 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) |
