Corrected PCI IRQ mapping on Advanced/ZP.
This commit is contained in:
parent
55dbe592ad
commit
23e5aa2208
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue