Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Device (HDEF)
  2. {
  3. Name (_ADR, 0x001B0000)
  4. Method (_PRW, 0, NotSerialized)
  5. {
  6. Return (Package (0x02)
  7. {
  8. 0x0D,
  9. 0x05
  10. })
  11. }
  12.  
  13. OperationRegion (HDCS, PCI_Config, 0x54, 0x04)
  14. Field (HDCS, DWordAcc, NoLock, Preserve)
  15. {
  16. , 15,
  17. PMES, 1
  18. }
  19.  
  20. Method (_DSM, 4, NotSerialized)
  21. {
  22. Store (Package (0x08)
  23. {
  24. "subsystem-id",
  25. Buffer (0x04)
  26. {
  27. 0xA0, 0x00, 0x00, 0x00
  28. },
  29.  
  30. "subsystem-vendor-id",
  31. Buffer (0x04)
  32. {
  33. 0x6B, 0x10, 0x10, 0x10
  34. },
  35.  
  36. "layout-id",
  37. Buffer (0x04)
  38. {
  39. 0x78, 0x03, 0x00, 0x00
  40. },
  41.  
  42. "PinConfigurations",
  43. Buffer (Zero) {}
  44. }, Local0)
  45. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
  46. Return (Local0)
  47. }
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement