Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000
authorKevin O'Connor <kevin@koconnor.net>
Sun, 27 Dec 2009 04:23:15 +0000 (23:23 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 27 Dec 2009 04:23:15 +0000 (23:23 -0500)
commitd9104ffe085bffdd35196b70672883cc6af8808f
tree796fe7e4f4233ef9e44d44455b2a90f41203c74b
parent14021f25334d67af63ef6b4b52fb049f1785df31
Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000

This patch removes pci_bios_bigmem_addr, and it changes
pci_bios_mem_addr to start at 0xe0000000.

The pci_bios_bigmem_addr was removed from bochs.  Also, the current
code looks wrong as nothing stops an address given from
pci_bios_bigmem_addr from overlapping an address given from
pci_bios_mem_addr.

The change also moves pci_bios_mem_addr back to 0xe0000000 - both the
acpi and mtrr code use 0xe0000000.
src/pciinit.c