diff options
| author | Len Brown <len.brown@intel.com> | 2004-03-26 08:49:28 -0500 |
|---|---|---|
| committer | Len Brown <lenb@dhcppc3.> | 2004-03-26 08:49:28 -0500 |
| commit | ef84240dfd36e44e41f0ff648921cbd1e37ded98 (patch) | |
| tree | ff89297e98091a2dd831bf9828e3b85f6d0c18f4 /include/acpi/acconfig.h | |
| parent | d29416fa8b3d5cda33ff0fe3f0d64e7d1d38a2e9 (diff) | |
[ACPI] ACPICA 20040326 from Bob Moore
Implemented support for "wake" GPEs via interaction between
GPEs and the _PRW methods. Every GPE that is pointed to by
one or more _PRWs is identified as a WAKE GPE and by default
will no longer be enabled at runtime. Previously, we were
blindly enabling all GPEs with a corresponding _Lxx or _Exx
method - but most of these turn out to be WAKE GPEs anyway.
We believe this has been the cause of thousands of
"spurious" GPEs on some systems.
This new GPE behavior is can be reverted to the original
behavior (enable ALL GPEs at runtime) via a runtime flag.
Fixed a problem where aliased control methods could not
access objects properly. The proper scope within the
namespace was not initialized (transferred to the target of
the aliased method) before executing the target method.
Fixed a potential race condition on internal object
deletion on the return object in AcpiEvaluateObject.
Integrated a fix for resource descriptors where both
_MEM and _MTP were being extracted instead of just _MEM.
(i.e. bitmask was incorrectly too wide, 0x0F instead of 0x03.)
Added a special case for ACPI_ROOT_OBJECT in AcpiUtGetNodeName,
preventing a fault in some cases.
Updated Notify() values for debug statements in evmisc.c
Return proper status from AcpiUtMutexInitialize,
not just simply AE_OK.
Diffstat (limited to 'include/acpi/acconfig.h')
| -rw-r--r-- | include/acpi/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index 324bdccdace1..fa0c9b5d4f73 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h @@ -64,7 +64,7 @@ /* Version string */ -#define ACPI_CA_VERSION 0x20040311 +#define ACPI_CA_VERSION 0x20040326 /* Maximum objects in the various object caches */ |
