Am Sat, 24 Feb 2007 13:10:42 -0200
schrieb Henrique de Moraes Holschuh <hm...@hm...>:
> Always use the highest-level possible, i.e. use WLSW. Or, if
> anything else uses WLSW, check to see if you should not be using that
> instead.
I thought so. WLSW is not used by anythink else so it should be used.
> Also, you need to make sure you understand what GSTS returns if it
> has more than one bit. What is its definition in the AML code?
It looks like it is one bit. I did not really read all the docs on ACPI
but this code looks to me like TMPs have one byte and GSTS one bit.
OperationRegion (ECOR, EmbeddedControl, 0x00,0x0100)
Field (ECOR, ByteAcc, NoLock, Preserve)
{
HDBM, 1,
...
HPNF, 1,
, 1,
GSTS, 1,
, 2,
...
TMP0, 8,
TMP1, 8,
TMP2, 8,
...
Henning
|