mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Fix DefinitionBlock
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Source: https://github.com/daliansky/OC-little
|
||||
DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0)
|
||||
DefinitionBlock("", "SSDT", 2, "Slav", "GPI0", 0)
|
||||
{
|
||||
External(GPEN, FieldUnitObj)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
// Based off of WhateverGreen's sample.dsl
|
||||
// https://github.com/acidanthera/WhateverGreen/blob/master/Manual/Sample.dsl
|
||||
DefinitionBlock ("", "SSDT", 2, "ACDT", "AMDGPU", 0x00001000)
|
||||
DefinitionBlock ("", "SSDT", 2, "Slav", "AMDGPU", 0x00001000)
|
||||
{
|
||||
External (_SB_.PCI0, DeviceObj)
|
||||
External (_SB_.PCI0.PEG0.PEGP, DeviceObj)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user