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:
parent
eeb6dba253
commit
d3b9beba04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103023
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user