Description of problem: Getting AML file from current system, and using "-dc" option to compiling is failed after disassemble AML file. Version-Release number of selected component (if applicable): rhel5u3: 2.6.18-128.el5 iasl-20061109-5.el5 How reproducible: Always Steps to Reproduce: 1. # cat /proc/acpi/dsdt > dsdt.aml 2. # iasl -dc dsdt.aml Actual results: Compiling "dsdt.dsl" dsdt.dsl 502: Method (\_WAK, 1, NotSerialized) Warning 1079 - ^ Reserved method must return a value (_WAK) dsdt.dsl 3449: Name (_T_0, 0x00) Error 4081 - Use of reserved word ^ (_T_0) dsdt.dsl 3630: Name (_T_0, 0x00) Error 4081 - Use of reserved word ^ (_T_0) dsdt.dsl 3824: Name (_T_1, 0x00) Error 4081 - Use of reserved word ^ (_T_1) ASL Input: dsdt.dsl - 7576 lines, 257932 bytes, 2868 keywords Compilation complete. 3 Errors, 1 Warnings, 0 Remarks, 875 Optimizations Expected results: Should be no errors. Attached file for reference. Additional info: Also cannot using "-dc" option to obtain DSDT from current system if no input file.
Low priority to fix