mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-03 12:29:47 -08:00
Fix OSI for SSDT-UNC
This commit is contained in:
Binary file not shown.
@@ -13,7 +13,9 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "UNC", 0x00000000)
|
|||||||
{
|
{
|
||||||
Method (_INI, 0, NotSerialized)
|
Method (_INI, 0, NotSerialized)
|
||||||
{
|
{
|
||||||
PRBM = 0
|
If (_OSI ("Darwin")) {
|
||||||
|
PRBM = 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user