Skip to content

Instantly share code, notes, and snippets.

@dgladkov
Created December 19, 2009 20:56
Show Gist options
  • Save dgladkov/260244 to your computer and use it in GitHub Desktop.
Save dgladkov/260244 to your computer and use it in GitHub Desktop.
Device (SATA)
{
Name (_ADR, 0x001F0002)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x81, 0x26, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment