https://bugzilla.kernel.org/show_bug.cgi?id=42502
Robert Moore <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Robert Moore <[email protected]> 2011-09-07 22:00:05 --- * OEM Table ID "A M I" * OEM Revision 0x00000000 (0) * Compiler ID "INTL" * Compiler Version 0x20051117 (537202967) This is a version of iASL from 2005. At some point, some of the code in this DSDT was made illegal, and the compiler now reflects that. Namely, this code: Device (SATA) { Name (_ADR, 0x00110000) If (LEqual (STCL, 0x0101)) { The "If" is an "executable" opcode that appears outside of a control method. This is now illegal ASL code. Typically, the fix is to move this code under _SB_._INI, this method gets executed at table load time. But it's not always real simple to do this. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
