1 parent c8b0f36 commit 0280bdcCopy full SHA for 0280bdc
1 file changed
src/machine/m_at_slot2.c
@@ -54,7 +54,7 @@ machine_at_6gxu_init(const machine_t *model)
54
machine_at_common_init(model);
55
56
pci_init(PCI_CONFIG_TYPE_1);
57
- pci_register_slot(0x00, PCI_CARD_NORTHBRIDGE, 0, 0, 0, 0);
+ pci_register_slot(0x00, PCI_CARD_NORTHBRIDGE, 1, 2, 3, 4);
58
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 1, 2, 3, 4);
59
pci_register_slot(0x08, PCI_CARD_NORMAL, 1, 2, 3, 4);
60
pci_register_slot(0x09, PCI_CARD_NORMAL, 2, 3, 4, 1);
0 commit comments