mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -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)
|
||||
{
|
||||
PRBM = 0
|
||||
If (_OSI ("Darwin")) {
|
||||
PRBM = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user