On 06/24/11 17:24, Gerd Hoffmann wrote:
   Hi,

Removed the dust from the two-pass pci initialization code and posting
the bits for review to move forward.  Rebased from q35 tree to latest
upstream master.  Uses the new pci_device struct now.

Oops, one pretty essential call somehow got lost while rebasing the bits, incremental fix attached ...

cheers,
  Gerd
>From e70dab08c24b54ab34716fef0126a326857a19df Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <[email protected]>
Date: Fri, 24 Jun 2011 17:30:25 +0200
Subject: [PATCH] Oops, pci_bios_init_bus_bases call got lost ...

---
 src/pciinit.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pciinit.c b/src/pciinit.c
index bfbea29..d65026f 100644
--- a/src/pciinit.c
+++ b/src/pciinit.c
@@ -754,6 +754,8 @@ pci_setup(void)
     }
 
     dprintf(1, "=== PCI new allocation pass #2 ===\n");
+    dprintf(1, "PCI: init bases bus 0 (primary)\n");
+    pci_bios_init_bus_bases(&busses[0]);
     pci_bios_map_device_in_bus(0 /* host bus */);
 
     pci_bios_init_device_in_bus(0 /* host bus */);
-- 
1.7.1

_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to