Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhakaran1021 committed Apr 10, 2022
2 parents ad9a225 + bcee3a8 commit b387a8b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Other/Disassembled ACPI/SSDT-PNLF.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ DefinitionBlock ("", "SSDT", 2, "X230", "PNLF", 0)
Offset(0x02), GDID, 16,
Offset(0x10), BAR1, 32,
}

OperationRegion (RMB1, SystemMemory, And (BAR1, 0xFFFFFFF0), 0x000E1184)
OperationRegion (RMB1, SystemMemory, BAR1 & ~0xF, 0xe1184)
Field (RMB1, AnyAcc, Lock, Preserve)
{
Offset (0x48250),
Offset (0x48254),
LEVL, 32,
Offset (0xC8250),
LEVW, 32,
LEVX, 32,
Offset (0x48250),
LEVL, 32,
Offset (0xC8250),
LEVW, 32,
LEVX, 32,
}

Method (_INI, 0, NotSerialized)
Expand Down Expand Up @@ -71,4 +70,4 @@ DefinitionBlock ("", "SSDT", 2, "X230", "PNLF", 0)
}
}
}
}
}

0 comments on commit b387a8b

Please sign in to comment.