From owner-cvs-all Mon Oct 22 10:25:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84A2337B401; Mon, 22 Oct 2001 10:25:32 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9MHPWb34573; Mon, 22 Oct 2001 10:25:32 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200110221725.f9MHPWb34573@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Mon, 22 Oct 2001 10:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump Makefile acpi.c acpi_user.c acpidump.8 acpidump.c acpidump.h aml_dump.c asl_dump.c src/usr.sbin/acpi/amldb Makefile amldb.c 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 iwasaki 2001/10/22 10:25:32 PDT Modified files: usr.sbin/acpi/acpidump Makefile acpi.c acpi_user.c acpidump.8 acpidump.c acpidump.h aml_dump.c asl_dump.c usr.sbin/acpi/amldb Makefile amldb.c Log: Fix UserTerms disassembling. Now that dumped ASL can be compiled with ports/devel/acpitools (iasl). - Merge AML parser to build ACPI namespace - Comment header info. out so that ASL compiler ignore them - Fix DSDT header size to be discarded when DSDT file is specified for input (acpidump and amldb) - Write DSDT header as well into DSDT file for output - Fix some trivial typo (Concatenate and SizeOf) - Remove DEBUG_FLAGS from Makefile (acpidump and amldb) Revision Changes Path 1.6 +5 -2 src/usr.sbin/acpi/acpidump/Makefile 1.4 +184 -5 src/usr.sbin/acpi/acpidump/acpi.c 1.4 +6 -9 src/usr.sbin/acpi/acpidump/acpi_user.c 1.10 +1 -5 src/usr.sbin/acpi/acpidump/acpidump.8 1.4 +3 -2 src/usr.sbin/acpi/acpidump/acpidump.c 1.3 +4 -3 src/usr.sbin/acpi/acpidump/acpidump.h 1.4 +6 -4 src/usr.sbin/acpi/acpidump/aml_dump.c 1.4 +63 -7 src/usr.sbin/acpi/acpidump/asl_dump.c 1.7 +1 -2 src/usr.sbin/acpi/amldb/Makefile 1.3 +3 -6 src/usr.sbin/acpi/amldb/amldb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message