Leaked source code of windows server 2003
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.

36 lines
667 B

  1. DefinitionBlock("BASETBL.AML","SSDT",0x1,"OEM0","BASETBL",0x1) {
  2. Scope(\_SB) {
  3. Device(ASIM) {
  4. Name(_HID, "_ASIM0000")
  5. Name(_GPE, 0)
  6. Name(_UID, 0)
  7. OperationRegion(ASI2, 0x81, 0x0, 0x10000)
  8. Field(ASI2, AnyAcc, Lock, Preserve) {
  9. VAL1, 32,
  10. VAL2, 32,
  11. VAL3, 32,
  12. VAL4, 32,
  13. VAL5, 32,
  14. VAL6, 32,
  15. VAL7, 32,
  16. VAL8, 32,
  17. VAL9, 32,
  18. VALA, 32,
  19. VALB, 32,
  20. VALC, 32,
  21. }
  22. Method(_STA, 0) {
  23. Return(0xF)
  24. }
  25. }
  26. }
  27. }