From: Len Brown <lenb@kernel.org>
To: Ibiltari <ibiltari@gmail.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: acer aspire 5315, Ubuntu 2.6.22-14-generic, kernel says send dmidecode, acpi not working correctly
Date: Mon, 4 Feb 2008 00:54:49 -0500 [thread overview]
Message-ID: <200802040054.49916.lenb@kernel.org> (raw)
In-Reply-To: <de8605510802031823h2e928a0cr29ca31eaf5768406@mail.gmail.com>
Thanks for the acpidump.
It looks like OSI(Linux) is a NOP on this box.
so you shouldn't notice any difference between acpi_osi=Linux
and acpi_osi=!Linux.
-Len
The write to OSYS is a NOP, as it quickly gets over-written.
Looks like Acer writes the value 0x70 the (debug?) port at 0xB3,
but otherwise OSI(Linux) will have no effect on this system.
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
OSMI (0x70)
}
If (_OSI ("Windows 2006"))
{
Store (0x07D6, OSYS)
}
Else
{
Store (0x07D1, OSYS)
}
}
Else
{
Store (0x07D0, OSYS)
}
...
OperationRegion (SMIO, SystemIO, 0xB2, 0x02)
Field (SMIO, ByteAcc, NoLock, Preserve)
{
APMC, 8,
APMD, 8
}
...
Method (OSMI, 1, NotSerialized)
{
Store (Arg0, APMD)
Store (0xB2, APMC)
Stall (0xFF)
Stall (0xFF)
Stall (0xFF)
Stall (0xFF)
Stall (0xFF)
Stall (0xFF)
}
next prev parent reply other threads:[~2008-02-04 5:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 2:42 acer aspire 5315, Ubuntu 2.6.22-14-generic, kernel says send dmidecode, acpi not working correctly Ibiltari
2008-01-28 10:51 ` Carlos Corbacho
2008-01-28 10:55 ` Carlos Corbacho
[not found] ` <200802031731.43626.lenb@kernel.org>
[not found] ` <de8605510802031823h2e928a0cr29ca31eaf5768406@mail.gmail.com>
2008-02-04 5:54 ` Len Brown [this message]
[not found] ` <de8605510802040955v2b11ee4ai950f7cc3839f9148@mail.gmail.com>
2008-02-05 17:34 ` acer aspire 5315, Ubuntu 2.6.22-14-generic, ACPI Exception (processor_core-0783): AE_NOT_FOUND 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=200802040054.49916.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=ibiltari@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.