aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr/asr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/asr/asr.c')
-rw-r--r--sys/dev/asr/asr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index ad31c5c31bba..eda4e74a4bf4 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -2480,7 +2480,7 @@ asr_pci_map_int (
if (sc->ha_irq_res == (struct resource *)NULL) {
return (0);
}
- if (bus_setup_intr(tag, sc->ha_irq_res, INTR_TYPE_CAM,
+ if (bus_setup_intr(tag, sc->ha_irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
(driver_intr_t *)asr_intr, (void *)sc, &(sc->ha_intr))) {
return (0);
}