mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Misc fixes
This commit is contained in:
19
extra-files/decompiled/SSDT-IMEI-S.dsl
Normal file
19
extra-files/decompiled/SSDT-IMEI-S.dsl
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Only necessary when no IMEI device (with any name) is present in the DSDT and a custom device-id
|
||||
* is needed to be set via DeviceProperties (some Sandy Bridge or Ivy Bridge configurations).
|
||||
*
|
||||
* Source: https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-IMEI.dsl
|
||||
*/
|
||||
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "IMEI", 0x00000000)
|
||||
{
|
||||
External (_SB_.PCI0, DeviceObj)
|
||||
|
||||
Scope (_SB.PCI0)
|
||||
{
|
||||
Device (IMEI)
|
||||
{
|
||||
Name (_ADR, 0x00160000) // _ADR: Address
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user