From e8456cc5ca0fd8db8c61391d7633426771b4a815 Mon Sep 17 00:00:00 2001 From: Alexander Babikov Date: Sun, 13 Feb 2022 03:29:46 +0500 Subject: [PATCH] Change the internal name for the PIIX3 variation for boards with I/O APIC --- src/chipset/intel_piix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chipset/intel_piix.c b/src/chipset/intel_piix.c index dade95cba..97280b06c 100644 --- a/src/chipset/intel_piix.c +++ b/src/chipset/intel_piix.c @@ -1648,7 +1648,7 @@ const device_t piix3_device = const device_t piix3_ioapic_device = { "Intel 82371SB (PIIX3) (Boards with I/O APIC)", - "piix3", + "piix3_ioapic", DEVICE_PCI, 0x70001403, piix_init,