aboutsummaryrefslogtreecommitdiff
path: root/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pci.c b/pci.c
index 3976578..d1d6f63 100644
--- a/pci.c
+++ b/pci.c
@@ -115,6 +115,7 @@ static void do_setup_pci(uint32_t bdf, uint32_t id, uint8_t type)
/* Add PCI bridge device id for the recursive call. */
addend += (bdf >> 3) & 0x1f;
+ pci_foreach(do_block_pci_bridges);
pci_foreach(do_setup_pci);
addend -= (bdf >> 3) & 0x1f;