Guest User

Untitled

a guest
Oct 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. }
  2. Method (_DSM, 4, NotSerialized) // We are going to fake the disk-sense level so that it doesnt lock up our drives
  3. {
  4. Store (Package (0x03)
  5. {
  6. "disk-sense-level",
  7. 0x01,
  8. Buffer (0x01)
  9. {
  10. 0x00
  11. }
  12. }, Local0)
  13. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  14. Return (Local0)
  15. }
  16. }
Add Comment
Please, Sign In to add comment