mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Bit of clean up
This commit is contained in:
16
extra-files/decompiled/SSDT-AWAC.dsl
Normal file
16
extra-files/decompiled/SSDT-AWAC.dsl
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Forces enables legacy RTC clock, also gets arond INI conflict found on X299X boards
|
||||
*/
|
||||
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AWAC", 0x00000000)
|
||||
{
|
||||
External (STAS, IntObj)
|
||||
|
||||
Scope (_SB)
|
||||
{
|
||||
If (_OSI ("Darwin"))
|
||||
{
|
||||
STAS = One
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user