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





------- Comment #47 from [EMAIL PROTECTED]  2007-12-14 20:36 -------
Note also that this is WMI code:

      Scope (\_SB)
        {
            Device (WMID)
            {
                Name (_HID, "PNP0C14")
...
                Method (PHSR, 2, NotSerialized)
                {
                    Acquire (\_SB.PCI0.LPC0.PSMX, 0xFFFF)
                    Store (0x91, \_SB.PCI0.LPC0.BCMD)
                    Store (Arg0, \_SB.PCI0.LPC0.DID)
                    Store (Arg1, \_SB.PCI0.LPC0.INF)
                    Store (Zero, \_SB.PCI0.LPC0.SMIC)
                    Store (\_SB.PCI0.LPC0.DID, Local0)
                    Release (\_SB.PCI0.LPC0.PSMX)
                    Return (Local0)
                }


So there is a possibility that the WMI implementation interacts
with this DSDT to patch things up.


-- 
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.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to