diff mbox

[09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef.

Message ID 1254305929-14993-10-git-send-email-yamahata@valinux.co.jp
State Superseded
Headers show

Commit Message

Isaku Yamahata Sept. 30, 2009, 10:18 a.m. UTC
undef PCI_FIXED_HOST_BRIDGE to intialise only i440fx host pci bridge.
Now other PCI host bridge (in this case q35 gmch) is supported,
undef the constant.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
---
 rombios.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/rombios.c b/rombios.c
index fb4dce7..2b94d76 100644
--- a/rombios.c
+++ b/rombios.c
@@ -202,7 +202,9 @@ 
 // define this if you want to make PCIBIOS working on a specific bridge only
 // undef enables PCIBIOS when at least one PCI device is found
 // i440FX is emulated by Bochs and QEMU
-#define PCI_FIXED_HOST_BRIDGE 0x12378086 ;; i440FX PCI bridge
+//#define PCI_FIXED_HOST_BRIDGE 0x12378086 ;; i440FX PCI bridge
+// GMCH is emulated by Bochs and QEMU
+//#define PCI_FIXED_HOST_BRIDGE 0x29c08086 ;; Q35 GMCH host PCI bridge
 
 // #20  is dec 20
 // #$20 is hex 20 = 32