Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.3 KiB

  1. History of ASL/AML grammar changes in the ACPI Specification
  2. Date Description of Changes
  3. ---- ----------------------
  4. 11/23/98 In section 16.2.4.4, change:
  5. Data1 := ComputationalData
  6. Data2 := ComputationalData
  7. to:
  8. Data1 := TermArg=>ComputationalData
  9. Data2 := TermArg=>ComputationalData
  10. Clarification of the note in section 15.2.3.6.2, titled
  11. "Package - Declare Package Object".
  12. Added Object type 16 as the DebugObj type in section 15.2.3.4.2.28.
  13. Added clarification in section 15.2.3.4.2.30, titled
  14. "RefOf - Reference Of" to state the purpose of RefOf.
  15. Added clarification in section 15.2.3.3.1.12, titled
  16. "Mutex - Declare Synchronization Mutex Object" to state the
  17. default SyncLevel of various mutexes.
  18. Changed the AML grammar of DefPackage in section 16.2.4.4 to allow
  19. NameString as an package element.
  20. Added top level AML grammar definitions.
  21. Changed the AML grammar of UserTerm so that it returns DataObject
  22. instead of ComputationalData.
  23. Added the IfElse Term to the AML grammar that parallels the ASL
  24. grammar section.