All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Jochen Kemnade <kemnade@gmail.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode for Compal HEL80 Notebook
Date: Sun, 20 Jan 2008 18:56:15 -0500	[thread overview]
Message-ID: <200801201856.15742.lenb@kernel.org> (raw)
In-Reply-To: <47921522.9070008@gmail.com>

On Saturday 19 January 2008 10:20, Jochen Kemnade wrote:
> Hello,
> 
> Len Brown schrieb:
> > Do you notice any functional difference when booting with
> > 
> > "acpi_osi=Linux"        (default for 2.6.22 and earlier)
> > vs.
> > "acpi_osi=!Linux"       (default for 2.6.23 and later)
> 
> No, i didn't. I was running 2.6.22 for some time and at the moment, I'm
> running 2.6.24-rc8, but I couldn't make out any functional change. Do
> you have anything specific in mind that I could test and report about?
> 
> > Also, please send me the output from acpidump.

Thanks for the acpidump.
Please verify that the battery and AC/CD switch evenst are working
properly in both cases above.

-Len


...
    Name (ECDY, 0x05)
...
       Method (_INI, 0, NotSerialized)
        {
            Store (0x9999, MARK)
            If (DTSE)
            {
                TRAP (0x47)
                ^PCI0.LPCB.PHSS (0x10)
            }

            Store (0x07D0, OSYS)
            If (CondRefOf (_OSI, Local0))
            {
                If (_OSI ("Linux"))
                {
                    Store (0x03E8, OSYS)
                    Store (Zero, ECDY)
// ECDY is used all over the battery and AC code.

                }

                If (_OSI ("Windows 2001"))
                {
// here OSYS gets over-written, so writing it for Linux above was a NOP
                    Store (0x07D1, OSYS)
                }

                If (_OSI ("Windows 2001 SP1"))
                {
                    Store (0x07D1, OSYS)
                }

                If (_OSI ("Windows 2001 SP2"))
                {
                    Store (0x07D2, OSYS)
                }

                If (_OSI ("Windows 2006"))
                {
                    Store (0x07D6, OSYS)
                }

                If (LLessEqual (OSYS, 0x07D2))
                {
                    TRAP (0x49)
                }

                If (LAnd (MPEN, LEqual (OSYS, 0x07D1)))
                {
                    TRAP (0x3D)
                }
            }
        }

  parent reply	other threads:[~2008-01-20 23:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-06  8:27 dmidecode for Compal HEL80 Notebook Jochen Kemnade
2008-01-19  4:20 ` Len Brown
     [not found]   ` <47921522.9070008@gmail.com>
2008-01-20 23:56     ` Len Brown [this message]
2008-02-09 11:12       ` Jochen Kemnade

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200801201856.15742.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=kemnade@gmail.com \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.