Date: Fri, 13 Aug 2004 22:59:09 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpi.c acpidump.c acpidump.h Message-ID: <200408132259.i7DMx9gv008402@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408132259.i7DMx9gv008402>
