From 23e5aa2208aa478502c2552b852da8b49d2e630c Mon Sep 17 00:00:00 2001 From: SarahW Date: Fri, 23 Feb 2018 21:07:47 +0000 Subject: [PATCH] Corrected PCI IRQ mapping on Advanced/ZP. --- src/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.c b/src/model.c index 27c37f7..6089be4 100644 --- a/src/model.c +++ b/src/model.c @@ -577,7 +577,7 @@ void at_zappa_init() pci_slot(0xf); pci_slot(0x10); i430fx_init(); - piix_init(7, 0xd, 0xe, 0xf, 0x10); + piix_init(7, 0xd, 0xf, 0xe, 0x10); pc87306_init(0x2e); intel_zappa_init(); device_add(&intel_flash_bxt_ami_device);