aboutsummaryrefslogtreecommitdiffstats
path: root/src/pciinit.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-10-12 10:22:45 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-10-12 10:22:45 -0400
commitd1c4d6461468550e0639b6bc08eaa48da4617f4e (patch)
treeb0ace942686e7c54faaad74bbf493ca5c818aa9b /src/pciinit.c
parent81e7383ba7d5b589e923398c1e98c7e10af560f8 (diff)
downloadseabios-d1c4d6461468550e0639b6bc08eaa48da4617f4e.tar.gz
Set the PCI base address to 0xf0000000.
Qemu starts PCI hole at 0xe0000000, but lets set it to the same value as pcbios uses for now. Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'src/pciinit.c')
-rw-r--r--src/pciinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pciinit.c b/src/pciinit.c
index 1d0f784f..6a2f3711 100644
--- a/src/pciinit.c
+++ b/src/pciinit.c
@@ -193,7 +193,7 @@ pci_setup(void)
dprintf(3, "pci setup\n");
pci_bios_io_addr = 0xc000;
- pci_bios_mem_addr = 0xc0000000;
+ pci_bios_mem_addr = 0xf0000000;
pci_bios_bigmem_addr = RamSize;
if (pci_bios_bigmem_addr < 0x90000000)
pci_bios_bigmem_addr = 0x90000000;