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





------- Comment #8 from [EMAIL PROTECTED]  2007-12-27 19:49 -------
Besides the PCI dmesg diff above, do you notice
any functional difference with and without acpi_osi=Linux?

        Device (PCI0)
        {
            Name (_HID, EisaId ("PNP0A03"))
            Name (_ADR, 0x00)
            Name (_UID, 0x01)
            Name (_BBN, 0x00)
            Method (_INI, 0, NotSerialized)
            {
                If (CondRefOf (\_OSI, Local0))
                {
                    If (\_OSI ("Linux"))
                    {
                        Store (0x00, ECDY)
                    }
                }

ECDY is accessed in multiple places in AML, most notably
in the Embedded Controller interface, and the battery code.
Do you notice any difference in the battery info or
battery function with and without acpi_osi=Linux?


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