]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For older systems with ACPI which don't have a pci <-> pci bridge,
authorWarner Losh <imp@FreeBSD.org>
Wed, 6 Oct 2004 07:26:52 +0000 (07:26 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 6 Oct 2004 07:26:52 +0000 (07:26 +0000)
commit5cee9db399852967270556ae73d47dc5341c477e
tree2efe89eee0ceaf67c9ff36e42afccc0a3b9b5736
parent0b3a486f21b89b2fa3a94056f2f3c11bc36c8f18
For older systems with ACPI which don't have a pci <-> pci bridge,
allocate unallocated memory resources from the top 32MB of the address
space rather than the top 2GB.  While the latter works on some
chipsets, it fails badly on others.  32MB is more conservative and
matches what cheap harware from this era is hardwired to pass.
sys/dev/acpica/acpi_pcib_acpi.c