Contribute
Register

Syntax error unexpected PARSEOP_DEVICE expecting $end and premature "End of Life"

Status
Not open for further replies.
Joined
Dec 3, 2013
Messages
22
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I used the F4 method to extract my DSDT and used iasl with a refs.txt to disassemble. I'm using MaciASL RM-1.31 (252) with ACP 6.1 and Compiler version 20160422-64 (RM).

As an aside, I'm editing my DSDT to fix an inability to shutdown or reboot since editing my DSDT previously to get USB3 working.

The error occurs in this block:

Device (HDEF)
{
Name (_ADR, 0x001B0000) // _ADR: Address
OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
Field (HDAR, WordAcc, NoLock, Preserve)
{
DCKA, 1,
Offset (0x01),
DCKM, 1,
, 6,
DCKS, 1,
Offset (0x08),
Offset (0x09),
PMEE, 1,
, 6,
PMES, 1
}
 
Status
Not open for further replies.
Back
Top