mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Massive overhaul(hopefully helps new users a bti)
This commit is contained in:
@@ -8,9 +8,11 @@ DefinitionBlock("", "SSDT", 2, "DRTNIA", "GPI0", 0)
|
||||
If (_OSI ("Darwin"))
|
||||
{
|
||||
GPEN = One
|
||||
SBRG = One
|
||||
}
|
||||
Else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,7 @@
|
||||
/*
|
||||
* Intel ACPI Component Architecture
|
||||
* AML/ASL+ Disassembler version 20200214 (64-bit version)
|
||||
* Copyright (c) 2000 - 2020 Intel Corporation
|
||||
*
|
||||
* Disassembling to symbolic ASL+ operators
|
||||
*
|
||||
* Disassembly of /Users/mykolagrymalyuk/Documents/GitHub/Getting-Started-With-ACPI/extra-files/compiled/SSDT-PNLF-CFL.aml, Thu May 28 18:59:18 2020
|
||||
*
|
||||
* Original Table Header:
|
||||
* Signature "SSDT"
|
||||
* Length 0x0000007D (125)
|
||||
* Revision 0x02
|
||||
* Checksum 0x84
|
||||
* OEM ID "ACDT"
|
||||
* OEM Table ID "PNLFCFL"
|
||||
* OEM Revision 0x00000000 (0)
|
||||
* Compiler ID "INTL"
|
||||
* Compiler Version 0x20190509 (538510601)
|
||||
* Pulled from AppleLife's Intel WEG manual
|
||||
*/
|
||||
DefinitionBlock ("", "SSDT", 2, "ACDT", "PNLFCFL", 0x00000000)
|
||||
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "PNLFCFL", 0x00000000)
|
||||
{
|
||||
External (_SB_.PCI0.GFX0, DeviceObj)
|
||||
|
||||
|
||||
BIN
extra-files/decompiled/SSDT-PNLF-CFL.dsl.zip
Normal file
BIN
extra-files/decompiled/SSDT-PNLF-CFL.dsl.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user