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:
John Baldwin 2002-09-06 17:02:01 +00:00
parent eeb6dba253
commit d3b9beba04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103023
2 changed files with 6 additions and 0 deletions

View File

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

View File

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