If we are using APIC_IO tell ACPI so it can route interrupts properly.

This still doesn't work quite right because of other APIC_IO hacks in
the i386 PCI code.
This commit is contained in:
jhb 2002-09-06 17:02:01 +00:00
parent 9b8609f2b4
commit 5ccfdeb4e4
2 changed files with 6 additions and 0 deletions
sys
amd64/acpica
i386/acpica

@ -330,6 +330,9 @@ acpi_machdep_init(device_t dev)
acpi_install_wakeup_handler(sc);
#ifdef APIC_IO
acpi_SetIntrModel(ACPI_INTR_APIC);
#endif
return (0);
}

@ -330,6 +330,9 @@ acpi_machdep_init(device_t dev)
acpi_install_wakeup_handler(sc);
#ifdef APIC_IO
acpi_SetIntrModel(ACPI_INTR_APIC);
#endif
return (0);
}