summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha/aha_mca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aha/aha_mca.c')
-rw-r--r--sys/dev/aha/aha_mca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c
index fa4b757..70b422c 100644
--- a/sys/dev/aha/aha_mca.c
+++ b/sys/dev/aha/aha_mca.c
@@ -201,7 +201,7 @@ aha_mca_attach (device_t dev)
goto bad;
}
- error = bus_setup_intr(dev, irq, INTR_TYPE_CAM, aha_intr, sc, &ih);
+ error = bus_setup_intr(dev, irq, INTR_TYPE_CAM|INTR_ENTROPY, aha_intr, sc, &ih);
if (error) {
device_printf(dev, "Unable to register interrupt handler\n");
goto bad;
OpenPOWER on IntegriCloud