summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-07-23 08:44:51 -0700
committerRobert Moore <Robert.Moore@intel.com>2014-07-23 08:44:51 -0700
commit8f64056fcc8646a2206edc4b69324d2c6d83ec39 (patch)
treecc8ce42b56a18f5972e3aa2f537e5fc8cf360f46 /source/common/ahpredef.c
parent69e6ae3ecb16b91be2f68304546a9d12751282a8 (diff)
downloadacpica-8f64056fcc8646a2206edc4b69324d2c6d83ec39.tar.gz
ACPI 5.1: Support for the _CCA predifined name.
Full support for _CCA.
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 18271aa67..7123b7f4d 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -169,6 +169,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_BTM", "Battery Time", "Returns the battery runtime"),
AH_PREDEF ("_BTP", "Battery Trip Point", "Sets a Control Method Battery trip point"),
AH_PREDEF ("_CBA", "Configuration Base Address", "Sets the base address for a PCI Express host bridge"),
+ AH_PREDEF ("_CCA", "Cache Coherency Attribute", "Returns a device's support level for cache coherency"),
AH_PREDEF ("_CDM", "Clock Domain", "Returns a logical processor's clock domain identifier"),
AH_PREDEF ("_CID", "Compatible ID", "Returns a device's Plug and Play Compatible ID list"),
AH_PREDEF ("_CLS", "Class Code", "Returns PCI class code and subclass"),