Date: Fri, 14 May 2004 09:52:39 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi_user.c acpidump.h Message-ID: <200405141652.i4EGqd8C048038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405141652.i4EGqd8C048038>