Date: Mon, 22 Oct 2001 10:25:32 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> 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 Message-ID: <200110221725.f9MHPWb34573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110221725.f9MHPWb34573>
