cvs commit: src/usr.sbin/acpi/acpidump acpi_user.c acpidump.h
Nate Lawson
njl at FreeBSD.org
Fri May 14 09:52:41 PDT 2004
njl 2004/05/14 09:52:39 PDT
FreeBSD src repository
Modified files:
usr.sbin/acpi/acpidump acpi_user.c acpidump.h
Log:
Instead of scanning the entire lower 1 MB of RAM, only scan locations
where the RSD PTR can actually occur. According to section 5.2.2
of the ACPI spec, we only consider two regions for the base address:
1. EBDA (0x0 - 0x3FF)
2. High memory (0xE0000 - 0xFFFFF)
I don't know whether this fixes any actual problems but is more correct.
Revision Changes Path
1.8 +42 -29 src/usr.sbin/acpi/acpidump/acpi_user.c
1.14 +11 -0 src/usr.sbin/acpi/acpidump/acpidump.h
More information about the cvs-src
mailing list