/* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20160422-64(RM) * Copyright (c) 2000 - 2016 Intel Corporation * * Disassembling to non-symbolic legacy ASL operators * * Disassembly of iASLy7qG0b.aml, Sat Apr 14 09:54:31 2018 * * Original Table Header: * Signature "SSDT" * Length 0x0000015B (347) * Revision 0x02 * Checksum 0x99 * OEM ID "ARDARA" * OEM Table ID "ARPT" * OEM Revision 0x00000000 (0) * Compiler ID "INTL" * Compiler Version 0x20160422 (538313762) */ DefinitionBlock ("", "SSDT", 2, "ARDARA", "ARPT", 0x00000000) { External (_SB_.PCI0.RP02, DeviceObj) // (from opcode) External (_SB_.PCI0.RP02.PXSX, DeviceObj) // (from opcode) External (DTGP, MethodObj) // 5 Arguments (from opcode) External (PXSX, DeviceObj) // (from opcode) Scope (\_SB.PCI0.RP02) { Scope (PXSX) { Name (_STA, Zero) // _STA: Status } Device (ARPT) { Name (_ADR, Zero) // _ADR: Address Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x09, 0x04 }) Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x0C) { "AAPL,slot-name", "AirPort", "name", "AirPort Extreme", "model", "Broadcom BCM43224 Wireless Network Adapter", "device_type", Buffer (0x08) { "AirPort" }, "compatible", "pci14e4,4353", "built-in", Buffer (One) { 0x01 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } }