You are not logged in.

#1 2010-03-03 11:23:10

kriz
Member
Registered: 2009-06-29
Posts: 96

dsdt compile issue

hi
after dissasembling and recompiling dsdt i get following warning:

dsdt.dsl  2385:                         And (CTRL, 0x1E)
Warning  1106 -                                 ^ Result is not used, operator has no effect


here the corresponding lines in dsdt.dsl

                Name (UID1, Buffer (0x10)
                {
                    /* 0000 */    0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, 
                    /* 0008 */    0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66
                })
                If (LEqual (Arg0, Buffer (0x10)
                        {
                            /* 0000 */    0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40, 
                            /* 0008 */    0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66
                        }))
                {
                    And (CTRL, 0x1D, CTRL)
                    If (LNotEqual (And (SUPP, 0x16), 0x16))
                    {
                        And (CTRL, 0x1E)
                    }

                    If (Not (And (PSTS, One)))
                    {
                        If (And (CTRL, One)) {}
                        If (And (CTRL, 0x04)) {}
                        If (And (CTRL, 0x10)) {}
                    }

                    If (LNotEqual (Arg1, One))
                    {
                        Or (PSTS, 0x08, PSTS)
                        Return (Arg3)
                    }

                    If (LNotEqual (PCNT, CTRL))
                    {
                        Or (PSTS, 0x10, PSTS)
                    }

                    Store (Zero, PCNT)
                    Return (Arg3)
                }
                Else
                {
                    Or (PSTS, 0x04, PSTS)
                    Return (Arg3)
                }
            }

„Je verdinglichter die Welt, je dichter das Netz, das der Natur überworfen wurde, desto mehr beansprucht ideologisch das Denken, das jenes Netz spinnt, seinerseits Natur, Urerfahrung zu sein." Theodor W. Adorno [aus: Wozu noch Philosopie]

Offline

Board footer

Powered by FluxBB