From owner-cvs-all Thu Dec 19 0: 6:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9357637B401; Thu, 19 Dec 2002 00:06:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5170A43ED4; Thu, 19 Dec 2002 00:06:54 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ86smV048762; Thu, 19 Dec 2002 00:06:54 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBJ86sHj048761; Thu, 19 Dec 2002 00:06:54 -0800 (PST) Message-Id: <200212190806.gBJ86sHj048761@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 19 Dec 2002 00:06:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/12/19 00:06:54 PST Modified files: usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h Log: o Use sysctl machdep.acpi_root to get the physical address of the RSDP. Scan the first 1MB on i386 if the sysctl fails, o Extend struct ACPIrsdp with the ACPI 2.0 fields which involves changing a prior reserved field into the ACPI revision, o Only calculate the RSDP checksum on the first 20 bytes to remain compatible with ACPI 1.0 tables; we don't check the extended checksum covering the whole table, o Use the length field in the RSDP to map the RSDP into the address space so that we don't have to know about future extensions here. Revision Changes Path 1.5 +1 -1 src/usr.sbin/acpi/acpidump/acpi.c 1.5 +34 -13 src/usr.sbin/acpi/acpidump/acpi_user.c 1.6 +1 -1 src/usr.sbin/acpi/acpidump/acpidump.c 1.6 +6 -2 src/usr.sbin/acpi/acpidump/acpidump.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message