/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20221020 (32-bit version) * Copyright (c) 2000 - 2022 Intel Corporation * * Disassembling to symbolic ASL+ operators * * Disassembly of F:/EFI/OC/ACPI/SSDT-6650XT-73EF-GPU-SPOOF.aml, Mon Mar 27 08:06:03 2023 * * Original Table Header: * Signature "SSDT" * Length 0x000000B1 (177) * Revision 0x02 * Checksum 0xF4 * OEM ID "hack" * OEM Table ID "spoof1" * OEM Revision 0x00000000 (0) * Compiler ID "INTL" * Compiler Version 0x20221020 (539103264) */ DefinitionBlock ("", "SSDT", 2, "hack", "spoof1", 0x00000000) { External (_SB_.PCI0.PEG0.PEGP, DeviceObj) Scope (\_SB.PCI0.PEG0.PEGP) { Name (_ADR, Zero) // _ADR: Address Device (GFX0) { Name (_ADR, Zero) // _ADR: Address } } Method (_SB.PCI0.PEG0.PEGP.GFX0._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((!Arg2 || !_OSI ("Darwin"))) { Return (Buffer (One) { 0x03 // . }) } Return (Package (0x02) { "device-id", Buffer (0x04) { 0xFF, 0x73, 0x00, 0x00 // .s.. } }) } }