mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Merge pull request #46 from jamieernest/master
SSDT-GPI0 pictures and dsl extract didnt declare External(SBRG, FieldUnitObj)
This commit is contained in:
@@ -61,11 +61,17 @@ Following the example pathing we found, the SSDT should look something like this
|
|||||||
**After**:
|
**After**:
|
||||||
|
|
||||||
```
|
```
|
||||||
If (_OSI ("Darwin"))
|
|
||||||
|
External(GPEN, FieldUnitObj) <- Declare the right variables
|
||||||
|
External(SBRG, FieldUnitObj) <- Declare the right variables
|
||||||
|
|
||||||
|
Scope (\)
|
||||||
{
|
{
|
||||||
GPEN = One <- Change to the right variables
|
If (_OSI ("Darwin"))
|
||||||
SBRG = One <- Change to the right variables
|
{
|
||||||
}
|
GPEN = One <- Change to the right variables
|
||||||
|
SBRG = One <- Change to the right variables
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 248 KiB |
Reference in New Issue
Block a user