Advertisement
Guest User

Untitled

a guest
Jul 16th, 2011
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. iasl -tc dsdt.dsl
  2.  
  3. Intel ACPI Component Architecture
  4. ASL Optimizing Compiler version 20110316-64 [Apr 1 2011]
  5. Copyright (c) 2000 - 2011 Intel Corporation
  6.  
  7. dsdt.dsl 1180: 0x00000000, // Length
  8. Error 4122 - ^ Invalid combination of Length and Min/Max fixed flags
  9.  
  10. dsdt.dsl 1187: 0x00000000, // Length
  11. Error 4122 - ^ Invalid combination of Length and Min/Max fixed flags
  12.  
  13. dsdt.dsl 2477: Name (_BDN, "EZ4 ")
  14. Error 4080 - Invalid object type for reserved name ^ (found STRING_LITERAL, requires Integer)
  15.  
  16. dsdt.dsl 8049: Name (_T_0, 0x00)
  17. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  18.  
  19. dsdt.dsl 8092: Name (_T_0, 0x00)
  20. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  21.  
  22. dsdt.dsl 8130: Name (_T_0, 0x00)
  23. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  24.  
  25. dsdt.dsl 8304: Name (_T_0, 0x00)
  26. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  27.  
  28. dsdt.dsl 8518: Name (_T_0, 0x00)
  29. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  30.  
  31. dsdt.dsl 8716: Name (_T_0, 0x00)
  32. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  33.  
  34. dsdt.dsl 8755: Method (WMBD, 3, NotSerialized)
  35. Warning 1088 - ^ Not all control paths return a value (WMBD)
  36.  
  37. dsdt.dsl 8759: Name (_T_0, 0x00)
  38. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  39.  
  40. dsdt.dsl 8861: Name (_T_0, 0x00)
  41. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  42.  
  43. dsdt.dsl 8979: Name (_T_0, 0x00)
  44. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  45.  
  46. dsdt.dsl 9024: Name (_T_0, 0x00)
  47. Remark 5111 - Use of compiler reserved name ^ (_T_0)
  48.  
  49. ASL Input: dsdt.dsl - 9059 lines, 338675 bytes, 3725 keywords
  50. Compilation complete. 3 Errors, 1 Warnings, 10 Remarks, 1282 Optimizations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement