Jump to content
pmdsp

Panasonic Thoughbook CF-19 DSDT Errors

Recommended Posts

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.


Screen%2BShot%2B2012-09-09%2Bat%2B14.48.51.png


 

        \_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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...