Guest User

Untitled

a guest
May 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. })
  2. }
  3.  
  4. Device (RTC0)
  5. {
  6. Name (_HID, EisaId ("PNP0B00"))
  7. Name (_CRS, ResourceTemplate ()
  8. {
  9. IO (Decode16,
  10. 0x0070, // Range Minimum
  11. 0x0070, // Range Maximum
  12. 0x00, // Alignment
  13. 0x02, // Length
  14. )
  15. })
  16. }
  17.  
  18. Device (SPKR)
  19. {
  20. Name (_HID, EisaId ("PNP0800"))
  21. Name (_CRS, ResourceTemplate ()
Add Comment
Please, Sign In to add comment