CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2008/12/28 15:27:11
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
sys/arch/i386/i386: acpi_machdep.c
Log message:
No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memory
map. The standard doesn't tell us to look there, Linux and NetBSD don't look
there either. It seems that some BIOSes use this memory as a scratch area
to build the final ACPI tables which means we can accidentally find what
seems like a valid RSDP there. Fixes PR 5847.
ok krw@, marco@