mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
/*
|
|
* 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
|
|
}
|
|
}
|
|
}
|
|
|