Unbreak the build.

This commit is contained in:
Dag-Erling Smørgrav 2004-05-13 19:15:21 +00:00
parent d7f2f66e08
commit 7cec30e791

View File

@ -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");