Fix OSI for SSDT-UNC

This commit is contained in:
Mykola Grymalyuk
2020-10-21 18:41:07 -06:00
parent 0f4b0e93f0
commit f5d07651c6
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@@ -13,7 +13,9 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "UNC", 0x00000000)
{
Method (_INI, 0, NotSerialized)
{
PRBM = 0
If (_OSI ("Darwin")) {
PRBM = 0
}
}
}
}