http://bugzilla.kernel.org/show_bug.cgi?id=8953





------- Comment #61 from [EMAIL PROTECTED]  2007-12-20 16:52 -------
I don't think this test is quite fair - what if we go back to my earlier
hypothesis that Windows is trying to be smart here, and actually tries to
resolve the symbol with the first closest match it can find (e.g. "Can't find
\_SB.PHSR, so lets see what the first PHSR() I can find is")? The following
example (it will probably need tweaking for your test suite) is closer to what
we really have (except perhaps the 'External', which doesn't exist on the
AD.exe decompiled DSDT).

External (\_SB_.PHSR, MethodObj)

Scope (\_SB)

    Device (EC0)
    {
        Method (PHSR, 2, NotSerialized)
        {
            /* Do something */
        }

        Method (test, 0, NotSerialized)
        {
            \_SB.PHSR(1, 2)
        }
    }


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to