Skip to content

Commit 0280bdc

Browse files
authored
Update Gigabyte GA-6GXU's PCI table
1 parent c8b0f36 commit 0280bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/machine/m_at_slot2.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ machine_at_6gxu_init(const machine_t *model)
5454
machine_at_common_init(model);
5555

5656
pci_init(PCI_CONFIG_TYPE_1);
57-
pci_register_slot(0x00, PCI_CARD_NORTHBRIDGE, 0, 0, 0, 0);
57+
pci_register_slot(0x00, PCI_CARD_NORTHBRIDGE, 1, 2, 3, 4);
5858
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 1, 2, 3, 4);
5959
pci_register_slot(0x08, PCI_CARD_NORMAL, 1, 2, 3, 4);
6060
pci_register_slot(0x09, PCI_CARD_NORMAL, 2, 3, 4, 1);

0 commit comments

Comments
 (0)