aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sym
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/sym
parent7bf8fc01e983ebc7e114645470a880d0abaa911f (diff)
Notes
Diffstat (limited to 'sys/dev/sym')
-rw-r--r--sys/dev/sym/sym_hipd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c
index 04b371b0d8c8..fed183b3c0bb 100644
--- a/sys/dev/sym/sym_hipd.c
+++ b/sys/dev/sym/sym_hipd.c
@@ -9452,8 +9452,9 @@ int sym_cam_attach(hcb_p np)
* Establish our interrupt handler.
*/
#ifdef FreeBSD_Bus_Io_Abstraction
- err = bus_setup_intr(np->device, np->irq_res, INTR_TYPE_CAM,
- sym_intr, np, &np->intr);
+ err = bus_setup_intr(np->device, np->irq_res,
+ INTR_TYPE_CAM | INTR_ENTROPY, sym_intr, np,
+ &np->intr);
if (err) {
device_printf(np->device, "bus_setup_intr() failed: %d\n",
err);