public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: "Dmitry A. Marin" <corvax@corvax.ru>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode output from Benq notebook
Date: Sun, 20 Jan 2008 14:08:40 -0500	[thread overview]
Message-ID: <200801201408.40945.lenb@kernel.org> (raw)
In-Reply-To: <web-56975710@backend13.aha.ru>

On Saturday 19 January 2008 02:54, Dmitry A. Marin wrote:
> Hello! The output of acpidumop is attached. I working with
> 2.6.24-4 kernel now (Ubuntu Hardy (testing)), but if it
> important I can try 2.6.23 as it exist in distribution.
> It seems, that I worked with 2.6.18 5-6 month ago and tried
> some options for booting with another acpi-table (?) and
> don't seen any differnce. Hibirnate and sleep worked well.
> 
> On Fri, 18 Jan 2008 18:56:30 -0500
>  Len Brown <lenb@kernel.org> wrote:
> > On Sunday 15 July 2007 06:40, Dmitry A. Marin wrote:
> > > System Information
> > >         Manufacturer: BenQ
> > >         Product Name: Joybook S31
> > 
> > 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)
> > 
> > Also, please send me the output from acpidump.
> > 

thanks for the acpidump.

OSI(Linux) has no effect on the AML of this machine,
as OSYS is over-written.  So I'll just kill the warning
on this box by adding it to the NOP DMI list.

thanks,
-Len

            Store (0x07D0, OSYS)
            If (CondRefOf (_OSI, Local0))
            {
                If (_OSI ("Linux"))
                {
                    Store (0x03E8, OSYS)
                }

                If (_OSI ("Windows 2001"))
                {
                    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 (LAnd (MPEN, LEqual (OSYS, 0x07D1)))
                {
                    TRAP (0x3D)
                }
            }

  parent reply	other threads:[~2008-01-20 19:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-15 10:40 dmidecode output from Benq notebook Dmitry A. Marin
2008-01-18 23:56 ` Len Brown
     [not found]   ` <web-56975710@backend13.aha.ru>
2008-01-20 19:08     ` Len Brown [this message]
2008-01-21  7:51       ` Theodore Tso
2008-01-21 23:22         ` Len Brown
2008-01-22 15:29           ` Theodore Tso
2008-01-23  5:39             ` Len Brown

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=200801201408.40945.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=corvax@corvax.ru \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox