]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Skip C/BVPPC internal PCI slot when adding normal PCI devicdes
authorToni Wilen <twilen@winuae.net>
Sun, 14 Apr 2024 13:11:48 +0000 (16:11 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 14 Apr 2024 13:11:48 +0000 (16:11 +0300)
pci.cpp

diff --git a/pci.cpp b/pci.cpp
index 769834e987e9afaeb72ae76a9940aee2db5aa599..39b52b01a2c6a9cb794535aa0947e08c004ad178 100644 (file)
--- 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);