summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-12 10:28:15 +0000
committerkib <kib@FreeBSD.org>2015-04-12 10:28:15 +0000
commit1bd8147e56408648f8252133fafdcaccc8e86d22 (patch)
tree95419d2f95eae497498cbb6401c65ba4f1f14968 /sys/dev/acpica/acpivar.h
parentd5617cbc74195ac7b12cde5647e567904bda3646 (diff)
downloadFreeBSD-src-1bd8147e56408648f8252133fafdcaccc8e86d22.zip
FreeBSD-src-1bd8147e56408648f8252133fafdcaccc8e86d22.tar.gz
Define capabilities bits from the revision 007 of the document 302223
"Intelб╝ Processor Vendor-Specific ACPI Interface Specification", issied Dec 2014. Previous revision 005 was from Sep 2006. Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index a314098..81b8a61 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -185,7 +185,7 @@ extern struct mtx acpi_mutex;
* Various features and capabilities for the acpi_get_features() method.
* In particular, these are used for the ACPI 3.0 _PDC and _OSC methods.
* See the Intel document titled "Intel Processor Vendor-Specific ACPI",
- * number 302223-005.
+ * number 302223-007.
*/
#define ACPI_CAP_PERF_MSRS (1 << 0) /* Intel SpeedStep PERF_CTL MSRs */
#define ACPI_CAP_C1_IO_HALT (1 << 1) /* Intel C1 "IO then halt" sequence */
@@ -198,6 +198,9 @@ extern struct mtx acpi_mutex;
#define ACPI_CAP_SMP_C1_NATIVE (1 << 8) /* MP C1 support other than halt */
#define ACPI_CAP_SMP_C3_NATIVE (1 << 9) /* MP C2 and C3 support */
#define ACPI_CAP_PX_HW_COORD (1 << 11) /* Intel P-state HW coordination */
+#define ACPI_CAP_INTR_CPPC (1 << 12) /* Native Interrupt Handling for
+ Collaborative Processor Performance Control notifications */
+#define ACPI_CAP_HW_DUTY_C (1 << 13) /* Hardware Duty Cycling */
/*
* Quirk flags.
OpenPOWER on IntegriCloud