summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg/tmc18c30_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/stg/tmc18c30_isa.c')
-rw-r--r--sys/dev/stg/tmc18c30_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c
index 6fe5523..53df893 100644
--- a/sys/dev/stg/tmc18c30_isa.c
+++ b/sys/dev/stg/tmc18c30_isa.c
@@ -192,7 +192,7 @@ stg_isa_attach(device_t dev)
return(error);
}
- error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM,
+ error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
stg_isa_intr, (void *)sc, &sc->stg_intrhand);
if (error) {
stg_release_resource(dev);
OpenPOWER on IntegriCloud