From: Kamala Narasimhan Date: Wed, 22 Apr 2009 15:23:14 +0000 (-0400) Subject: Remove fixed host bridge check in rombios. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5d18e3114449aa59dc6f51aeed491ca270bc2083;p=xenclient%2Fxen-pq.git Remove fixed host bridge check in rombios. As we partially pass through some host GMCH pci registers when display pass-though is enabled, we can't assume we are using fixed host bridge. --- diff --git a/xen-3.4/remove-fixed-host-bridge-check b/xen-3.4/remove-fixed-host-bridge-check new file mode 100644 index 0000000..329696b --- /dev/null +++ b/xen-3.4/remove-fixed-host-bridge-check @@ -0,0 +1,13 @@ +diff --git a/tools/firmware/rombios/rombios.c b/tools/firmware/rombios/rombios.c +index 0aea421..1e5420c 100644 +--- a/tools/firmware/rombios/rombios.c ++++ b/tools/firmware/rombios/rombios.c +@@ -220,7 +220,7 @@ + // 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 + + // #20 is dec 20 + // #$20 is hex 20 = 32 diff --git a/xen-3.4/series b/xen-3.4/series index 659e1b1..6a750c1 100644 --- a/xen-3.4/series +++ b/xen-3.4/series @@ -8,3 +8,4 @@ pt-load-vga-bios init-vgabios-and-set-size module-reloc mfn-validity-check-before-shadow-remove +remove-fixed-host-bridge-check