summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sys/acpi/amlcode.h
diff options
context:
space:
mode:
authormyers <none@none>2006-08-26 11:31:49 -0700
committermyers <none@none>2006-08-26 11:31:49 -0700
commit27f7c58306b55fe9e0cfd2934039be1729b505e9 (patch)
tree96764ff9aa3b03b9aae5b9b4fd655766e9ad96b8 /usr/src/uts/intel/sys/acpi/amlcode.h
parente30bbc33865959d55cffa5ae883464a00a60b080 (diff)
downloadillumos-gate-27f7c58306b55fe9e0cfd2934039be1729b505e9.tar.gz
6409856 acpica: Update to Intel ACPI CA code drop 20060721
Diffstat (limited to 'usr/src/uts/intel/sys/acpi/amlcode.h')
-rw-r--r--usr/src/uts/intel/sys/acpi/amlcode.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/uts/intel/sys/acpi/amlcode.h b/usr/src/uts/intel/sys/acpi/amlcode.h
index 0d9351437b..bb4948c825 100644
--- a/usr/src/uts/intel/sys/acpi/amlcode.h
+++ b/usr/src/uts/intel/sys/acpi/amlcode.h
@@ -3,7 +3,7 @@
* Name: amlcode.h - Definitions for AML, as included in "definition blocks"
* Declarations and definitions contained herein are derived
* directly from the ACPI specification.
- * $Revision: 1.83 $
+ * $Revision: 1.84 $
*
*****************************************************************************/
@@ -254,8 +254,10 @@
#define AML_DATA_REGION_OP (UINT16) 0x5b88 /* ACPI 2.0 */
-/* Bogus opcodes (they are actually two separate opcodes) */
-
+/*
+ * Combination opcodes (actually two one-byte opcodes)
+ * Used by the disassembler and iASL compiler
+ */
#define AML_LGREATEREQUAL_OP (UINT16) 0x9295
#define AML_LLESSEQUAL_OP (UINT16) 0x9294
#define AML_LNOTEQUAL_OP (UINT16) 0x9293