*/
#include "opt_bus.h"
+#include "opt_acpi.h"
#include "opt_compat_oldpci.h"
#include <sys/param.h>
}
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
-#if defined(__PCI_REROUTE_INTERRUPT) || defined(APIC_IO)
+#if defined(__PCI_REROUTE_INTERRUPT) || defined(APIC_IO) || defined(ACPI_ENABLE_PCI)
/*
* Try to re-route interrupts. Sometimes the BIOS or
* firmware may leave bogus values in these registers.
ACPI_DEBUG opt_acpi.h
ACPI_NO_SEMAPHORES opt_acpi.h
ACPI_QUIRK_VMWARE opt_acpi.h
+ACPI_ENABLE_PCI opt_acpi.h
# Miscellaneous options.
COMPAT_DF12 opt_compatdf12.h