From: Toni Wilen Date: Sun, 14 Apr 2024 13:11:48 +0000 (+0300) Subject: Skip C/BVPPC internal PCI slot when adding normal PCI devicdes X-Git-Tag: 5300~36 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5f4df5d3c4288735059df4baf881d4b3b7e06eda;p=francis%2Fwinuae.git Skip C/BVPPC internal PCI slot when adding normal PCI devicdes --- diff --git a/pci.cpp b/pci.cpp index 769834e9..39b52b01 100644 --- a/pci.cpp +++ b/pci.cpp @@ -2067,6 +2067,7 @@ static bool grex_pci_init(struct autoconfig_info *aci) pcib->pcipcidma = true; pcib->amigapicdma = true; + pci_board_add_next(pcib); add_pci_devices(pcib, aci); map_banks(&pci_config_bank, 0xfffc0000 >> 16, 0x20000 >> 16, 0);