summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-05-13 19:15:21 +0000
committerdes <des@FreeBSD.org>2004-05-13 19:15:21 +0000
commit6d37395025f85c2e5db067b44f4e54fc6d1fc702 (patch)
tree160efc3c3b5d890da9eac48ead2275cff29a2bde /sys/dev/aac
parentef5c6b69e0a0ff5964a5355e18da355064b4fe49 (diff)
downloadFreeBSD-src-6d37395025f85c2e5db067b44f4e54fc6d1fc702.zip
FreeBSD-src-6d37395025f85c2e5db067b44f4e54fc6d1fc702.tar.gz
Unbreak the build.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 3fd02bf..88edac6 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -229,7 +229,7 @@ aac_pci_attach(device_t dev)
sc, &sc->aac_intr)) {
device_printf(sc->aac_dev, "can't set up FAST interrupt\n");
if (bus_setup_intr(sc->aac_dev, sc->aac_irq,
- INTR_MPSAFE|INTR_ENTROPY, INTR_TYPE_BIO,
+ INTR_MPSAFE|INTR_ENTROPY|INTR_TYPE_BIO,
aac_intr, sc, &sc->aac_intr)) {
device_printf(sc->aac_dev,
"can't set up MPSAFE interrupt\n");
OpenPOWER on IntegriCloud