K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-08-13T22:59:09.000000Z K 7 svn:log V 358 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@ END