Add support for SSDT tables.
authorJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 10 Jan 2007 07:23:49 +0000 (07:23 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 10 Jan 2007 07:23:49 +0000 (07:23 +0000)
commit88987199b0deeafc46bc7e6ffdafd0c02b8cedf7
tree30a0ef9eece8aed4b1e243db498d14b2f4b57ae7
parent961429491bd21ff05c746c33b9bc92dc3dc86361
Add support for SSDT tables.

Same as FreeBSD

 acpi.c
 revision 1.26
 date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +44 -10;
 branches:  1.26.2;
 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@

 acpidump.8
 revision 1.18
 date: 2004-08-16 13:33:20 -0700;  author: marcel;  state: Exp;  lines: +4 -2;
 branches:  1.18.2;
 We now handle SSDT tables. Remove a reference from the BUGS section
 and explicitly mention SSDT when we talk about the DSDT so that people
 don't have to guess whether it includes the SSDT.
 While here, touch date.

 Pointed out by: le@

 acpidump.c
 revision 1.9
 date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +10 -7;
 branches:  1.9.2;
 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@

 acpidump.h
 revision 1.17
 date: 2004-08-13 15:59:09 -0700;  author: marcel;  state: Exp;  lines: +4 -3;
 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@
usr.sbin/acpi/acpidump/acpi.c
usr.sbin/acpi/acpidump/acpidump.8
usr.sbin/acpi/acpidump/acpidump.c
usr.sbin/acpi/acpidump/acpidump.h