Added the version of PIIX3 for boards with I/O APIC that wires secondary IDE IRQ directly to legacy IRQ 15 instead of MIRQ0.

This commit is contained in:
OBattler
2022-02-05 13:43:24 +01:00
parent d495665372
commit e9fbbf41d0
3 changed files with 22 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ extern const device_t piix_device;
extern const device_t piix_old_device;
extern const device_t piix_rev02_device;
extern const device_t piix3_device;
extern const device_t piix3_ioapic_device;
extern const device_t piix4_device;
extern const device_t piix4e_device;
extern const device_t slc90e66_device;