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
9b8609f2b4
commit
5ccfdeb4e4
sys
@ -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…
x
Reference in New Issue
Block a user