From: Len Brown <lenb@kernel.org>
To: Henk Koster <H.A.J.Koster@xs4all.nl>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode output, as requested (MacBook1,1)
Date: Sun, 20 Jan 2008 18:46:57 -0500 [thread overview]
Message-ID: <200801201846.57879.lenb@kernel.org> (raw)
In-Reply-To: <200801191555.10467.H.A.J.Koster@xs4all.nl>
On Saturday 19 January 2008 09:55, Henk Koster wrote:
> On Friday 18 January 2008 22:48:00 you wrote:
> > Manufacturer: Apple Computer, Inc.
> > Product Name: MacBook1,1
> >
> > With 2.6.22, did you notice any functional difference with
> > "acpi_osi=!Linux"?
>
> No difference
>
> > (or since the default changed at 2.6.23, with 2.6.23 or later
> > do you notice any difference with "acpi_osi=Linux"?)
>
> No difference
>
> > Please send me the output from acpidump.
>
> Attached, running 2.6.23 now.
OSI(Linux) changes teh value of OSYS:
OperationRegion (GNVS, SystemMemory, 0x7EED5C10, 0x0100)
Field (GNVS, AnyAcc, Lock, Preserve)
{
OSYS, 16,
...
Scope (\_SB)
{
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)
}
OSYS 0x7D1 enables the UI bit in HPET _STA (Linux doen't care)
and is used by the OS=Darwin test method:
Method (OSDW, 0, NotSerialized)
{
If (LEqual (OSYS, 0x2710))
{
Return (0x01)
}
Else
{
Return (0x00)
}
}
which treats Linux and Windows the same,
so OSI(Linux) is a NOP on the MacBook1,1
thanks,
-Len
prev parent reply other threads:[~2008-01-20 23:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-07 17:58 dmidecode output, as requested Henk Koster
2008-01-18 21:48 ` dmidecode output, as requested (MacBook1,1) Len Brown
[not found] ` <200801191555.10467.H.A.J.Koster@xs4all.nl>
2008-01-20 23:46 ` 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=200801201846.57879.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=H.A.J.Koster@xs4all.nl \
--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.