cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.c
acpidump.h
Marcel Moolenaar
marcel at FreeBSD.org
Fri Aug 13 15:59:10 PDT 2004
marcel 2004-08-13 22:59:09 UTC
FreeBSD src repository
Modified files:
usr.sbin/acpi/acpidump acpi.c acpidump.c acpidump.h
Log:
Add support for SSDT tables. Dumping or disassembling the DSDT will
now include the contents if any SSDT table as well. This makes use
of the property that one can concatenate the body of SSDT tables to
the DSDT, updating the DSDT header (length and checksum) and end up
with a larger and valid DSDT table. Hence, this also works with -f.
Reviewed by: njl@
Revision Changes Path
1.26 +44 -10 src/usr.sbin/acpi/acpidump/acpi.c
1.9 +10 -7 src/usr.sbin/acpi/acpidump/acpidump.c
1.17 +4 -3 src/usr.sbin/acpi/acpidump/acpidump.h
More information about the cvs-src
mailing list