Change the internal name for the PIIX3 variation for boards with I/O APIC

This commit is contained in:
Alexander Babikov
2022-02-13 03:29:46 +05:00
parent 8cf53950aa
commit e8456cc5ca

View File

@@ -1648,7 +1648,7 @@ const device_t piix3_device =
const device_t piix3_ioapic_device = const device_t piix3_ioapic_device =
{ {
"Intel 82371SB (PIIX3) (Boards with I/O APIC)", "Intel 82371SB (PIIX3) (Boards with I/O APIC)",
"piix3", "piix3_ioapic",
DEVICE_PCI, DEVICE_PCI,
0x70001403, 0x70001403,
piix_init, piix_init,