Advertisement
Guest User

Untitled

a guest
Aug 7th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. --- orig/dsdt.dsl 2016-05-07 05:35:40.000000000 -0400
  2. +++ mod/dsdt.dsl 2016-05-16 10:11:35.379181840 -0400
  3. @@ -5,7 +5,7 @@
  4. *
  5. * Disassembling to symbolic ASL+ operators
  6. *
  7. - * Disassembly of dsdt.dat, Sat May 7 01:35:41 2016
  8. + * Disassembly of dsdt.dat, Sun May 1 16:38:14 2016
  9. *
  10. * Original Table Header:
  11. * Signature "DSDT"
  12. @@ -433,9 +433,10 @@
  13. IO (Decode16,
  14. 0x0070, // Range Minimum
  15. 0x0070, // Range Maximum
  16. - 0x01, // Alignment
  17. - 0x08, // Length
  18. + 0x00, // Alignment
  19. + 0x02, // Length
  20. )
  21. + IRQNoFlags(){10}
  22. })
  23. }
  24.  
  25. @@ -9599,31 +9600,7 @@
  26. Return (Zero)
  27. }
  28.  
  29. - If ((OSSL & 0x80))
  30. - {
  31. - Return (0x0F)
  32. - }
  33. -
  34. - Return (Zero)
  35. - }
  36. -
  37. - Method (_PS3, 0, NotSerialized) // _PS3: Power State 3
  38. - {
  39. - PSAT |= 0x03
  40. - Local0 = PSAT /* \_SB_.PWM1.PSAT */
  41. - }
  42. -
  43. - Method (_PS0, 0, NotSerialized) // _PS0: Power State 0
  44. - {
  45. - PSAT &= 0xFFFFFFFC
  46. - Local0 = PSAT /* \_SB_.PWM1.PSAT */
  47. - }
  48. -
  49. - OperationRegion (KEYS, SystemMemory, P11A, 0x0100)
  50. - Field (KEYS, DWordAcc, NoLock, WriteAsZeros)
  51. - {
  52. - Offset (0x84),
  53. - PSAT, 32
  54. + Return (0x0F)
  55. }
  56. }
  57.  
  58. @@ -9656,32 +9633,7 @@
  59. {
  60. Return (Zero)
  61. }
  62. -
  63. - If ((OSSL & 0x80))
  64. - {
  65. - Return (0x0F)
  66. - }
  67. -
  68. - Return (Zero)
  69. - }
  70. -
  71. - Method (_PS3, 0, NotSerialized) // _PS3: Power State 3
  72. - {
  73. - PSAT |= 0x03
  74. - Local0 = PSAT /* \_SB_.PWM2.PSAT */
  75. - }
  76. -
  77. - Method (_PS0, 0, NotSerialized) // _PS0: Power State 0
  78. - {
  79. - PSAT &= 0xFFFFFFFC
  80. - Local0 = PSAT /* \_SB_.PWM2.PSAT */
  81. - }
  82. -
  83. - OperationRegion (KEYS, SystemMemory, P21A, 0x0100)
  84. - Field (KEYS, DWordAcc, NoLock, WriteAsZeros)
  85. - {
  86. - Offset (0x84),
  87. - PSAT, 32
  88. + Return (0x0F)
  89. }
  90. }
  91.  
  92. @@ -13731,10 +13732,10 @@
  93. Name (ABUF, ResourceTemplate ()
  94. {
  95. GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000,
  96. - "\\_SB.I2C5.PMI1", 0x00, ResourceConsumer, ,
  97. + "\\_SB.GPO2", 0x00, ResourceConsumer, ,
  98. )
  99. { // Pin list
  100. - 0x0016
  101. + 0x0010
  102. }
  103. GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000,
  104. "\\_SB.GPO2", 0x00, ResourceConsumer, ,
  105. @@ -13764,10 +13765,10 @@
  106. Name (BBUF, ResourceTemplate ()
  107. {
  108. GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000,
  109. - "\\_SB.I2C5.PMI2", 0x00, ResourceConsumer, ,
  110. + "\\_SB.GPO2", 0x00, ResourceConsumer, ,
  111. )
  112. { // Pin list
  113. - 0x0016
  114. + 0x0010
  115. }
  116. GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000,
  117. "\\_SB.GPO2", 0x00, ResourceConsumer, ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement