diff options
author | myers <none@none> | 2005-08-15 16:04:38 -0700 |
---|---|---|
committer | myers <none@none> | 2005-08-15 16:04:38 -0700 |
commit | 450d696485d078017a0c7d3eef7384ee79c9f467 (patch) | |
tree | d7afd72fa1371a1b36e447cabbcb8e4e92ce236f /usr/src/uts/intel/sys/acpi/amlcode.h | |
parent | bbc88f3a6c6d8e21cb05884590e32f7fb7b52e05 (diff) | |
download | illumos-gate-450d696485d078017a0c7d3eef7384ee79c9f467.tar.gz |
6277768 psm: 1394 port not functional on HP ze4100
6283818 acpica: multiple calls to AcpiTerminate() from acpica_init() when ACPI is disabled cause panic
6284164 acpica: AcpiOsInstallInterruptHandler needs to use revised SCI number
6286008 acpica: update to Intel 20050708 code drop
6294226 pcplusmp: SCI IRQ is gratuitously unshareable
6300079 acpica: WLAN button on Acer Ferrari 3400 is broken after running down the battery
Diffstat (limited to 'usr/src/uts/intel/sys/acpi/amlcode.h')
-rw-r--r-- | usr/src/uts/intel/sys/acpi/amlcode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/intel/sys/acpi/amlcode.h b/usr/src/uts/intel/sys/acpi/amlcode.h index 7b6fc0c18e..b546d60e77 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: 81 $ + * $Revision: 82 $ * *****************************************************************************/ @@ -142,7 +142,7 @@ #define AML_MULTI_NAME_PREFIX_OP (UINT16) 0x2f #define AML_NAME_CHAR_SUBSEQ (UINT16) 0x30 #define AML_NAME_CHAR_FIRST (UINT16) 0x41 -#define AML_OP_PREFIX (UINT16) 0x5b +#define AML_EXTENDED_OP_PREFIX (UINT16) 0x5b #define AML_ROOT_PREFIX (UINT16) 0x5c #define AML_PARENT_PREFIX (UINT16) 0x5e #define AML_LOCAL_OP (UINT16) 0x60 @@ -219,7 +219,7 @@ /* prefixed opcodes */ -#define AML_EXTOP (UINT16) 0x005b /* prefix for 2-byte opcodes */ +#define AML_EXTENDED_OPCODE (UINT16) 0x5b00 /* prefix for 2-byte opcodes */ #define AML_MUTEX_OP (UINT16) 0x5b01 #define AML_EVENT_OP (UINT16) 0x5b02 |