pmdsp Posted September 9, 2012 Share Posted September 9, 2012 Please could anyone help me fixing these errors in the DSDT. Name (_T_1, Zero) // _T_x: Emitted by ASL Compiler Name (_T_0, Zero) // _T_x: Emitted by ASL Compiler Store (Arg0, Local0) Store (Arg1, Local1) If (LEqual (Local1, One)) { While (One) { Store (Local0, _T_0) If (LEqual (_T_0, 0x00)) { Store (One, OPNA) } Else { If (LEqual (_T_0, 0x01)) { Store (One, OPNB) } Else { If (LEqual (_T_0, 0x02)) { Store (One, OPNC) } Else { Return (Ones) } } } Removing the last bracket from above codes brought the errors from 79 to 7 but I'm not able to get rid of these 7 errors. 7 errors screenshot and DSDT.dsl attached. \_SB.CETP (If (CondRefOf (\_TZ.PTMD)) { \_SB.PTMD.IECD (\_SB.PTMD.PM23 (\_SB.PTMD.PM24 (\_SB.PTMD.PM25 (\_SB.PTMD.EDPM (\_SB.PTMD.IOSD (\_SB.PTMD.SOSD ()), If (CondRefOf (\_TZ.DPPM )) { \_SB.DPPM.IECD (\_SB.RSAX (\_SB.DPPM.IOSD (\_SB.DPPM.SOSD ()), If (\_SB.DPPM.WA0E) { Store (0x01, \_SB.DPPM.WAN0) \_SB.DPPM.WAM0 () }), \_SB.PCI0.LPCB.EC0.EC48 (), \_SB.DOCK ()) }), Return (Package (0x02) { 0x00, 0x00 }))))) }) } ORIGINAL.dsl.zip ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now