From: Len Brown <lenb@kernel.org>
To: Christer Edwards <christer.edwards@ubuntu.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode output (MacBook2,1)
Date: Mon, 21 Jan 2008 00:14:51 -0500 [thread overview]
Message-ID: <200801210014.51716.lenb@kernel.org> (raw)
In-Reply-To: <9dbd3d650801191224r1f5dc024l373d6f6048959be0@mail.gmail.com>
On Saturday 19 January 2008 15:24, Christer Edwards wrote:
> On Jan 18, 2008 7:25 PM, Len Brown <lenb@kernel.org> wrote:
> > Thanks for the dmidecode output.
> >
> > 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)
>
> I have not yet had a chance to try these values at boot, but I've
> attached acpidump.
No testing necessary, the acpudump shows that this box
is like other Apples -- it basically tells the difference
between Darwin and other - and treats Linux and Windows the same.
So if we set OSI(Linux) or not doesn't make any difference.
thanks,
-Len
---
Method (_INI, 0, NotSerialized)
{
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Darwin"))
{
Store (0x2710, OSYS)
}
Else
{
If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
}
Else
{
Store (0x07D1, OSYS)
}
}
}
Else
{
Store (0x07D0, OSYS)
}
...
Method (OSDW, 0, NotSerialized)
{
If (LEqual (OSYS, 0x2710))
{
Return (0x01)
}
Else
{
Return (0x00)
}
}
prev parent reply other threads:[~2008-01-21 5:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-11 4:18 dmidecode output Christer Edwards
[not found] ` <200801182125.11838.lenb@kernel.org>
[not found] ` <9dbd3d650801191224r1f5dc024l373d6f6048959be0@mail.gmail.com>
2008-01-21 5:14 ` Len Brown [this message]
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=200801210014.51716.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=christer.edwards@ubuntu.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.