Deploy dortania/Getting-Started-With-ACPI to github.com/dortania/Getting-Started-With-ACPI.git:gh-pages

This commit is contained in:
Travis Build Bot (from Travis CI)
2020-05-31 05:56:44 +00:00
parent 44856a53ac
commit ab9efb24a8
68 changed files with 18589 additions and 742 deletions

View File

@@ -8,9 +8,11 @@ DefinitionBlock("", "SSDT", 2, "DRTNIA", "GPI0", 0)
If (_OSI ("Darwin"))
{
GPEN = One
SBRG = One
}
Else
{
}
}
}

View File

@@ -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)

Binary file not shown.