From: Len Brown <lenb@kernel.org>
To: Norbert Preining <preining@logic.at>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode for Acer TM3012
Date: Mon, 21 Jan 2008 13:12:32 -0500 [thread overview]
Message-ID: <200801211312.32835.lenb@kernel.org> (raw)
In-Reply-To: <20080121073910.GA20698@gamma.logic.tuwien.ac.at>
> > can you send me the acpidump so I can figure out how to set the DMI entry?
thanks for the acpidump.
Like other Acers, acpi_osi=Linux sets OSYS=0x03E8,
a value which no AML code checks for. But it prevents
the settings for Windows, thus disabling all the (tested) paths
that Windows takes through the BIOS.
This includes a bunch of hooks in docking, device power management,
and who-knows-what 2nd-order hooks througout their 8000 line BIOS.
Unless comebody can show that acpi_osi=Linux specifically helps
some Linux functionality, there is a strong case to keep
it disabled by default on this Acer, and all Acers.
thanks,
-Len
Store (0x07D0, OSYS)
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
}
Else
{
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)
}
}
}
If (LGreaterEqual (OSYS, 0x07D0))
{
Store (0x01, PRM0)
If (LGreaterEqual (OSYS, 0x07D1))
{
Store (0x03, PRM0)
}
}
Else
{
Store (0x00, PRM0)
}
prev parent reply other threads:[~2008-01-21 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-19 13:23 dmidecode for Acer TM3012 Norbert Preining
2008-01-20 23:27 ` Len Brown
2008-01-21 7:39 ` Norbert Preining
2008-01-21 18:12 ` 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=200801211312.32835.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=preining@logic.at \
/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.