aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r--include/acpi/acconfig.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index b6bba7db52d9..11e72e6cdc01 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -63,7 +63,7 @@
63 63
64/* Current ACPICA subsystem version in YYYYMMDD format */ 64/* Current ACPICA subsystem version in YYYYMMDD format */
65 65
66#define ACPI_CA_VERSION 0x20060331 66#define ACPI_CA_VERSION 0x20060421
67 67
68/* 68/*
69 * OS name, used for the _OS object. The _OS object is essentially obsolete, 69 * OS name, used for the _OS object. The _OS object is essentially obsolete,
@@ -171,13 +171,15 @@
171#define ACPI_MAX_ADDRESS_SPACE 255 171#define ACPI_MAX_ADDRESS_SPACE 255
172 172
173/* Array sizes. Used for range checking also */ 173/* Array sizes. Used for range checking also */
174#define ACPI_MAX_MATCH_OPCODE 5
174 175
176#if 0
175#define ACPI_NUM_ACCESS_TYPES 6 177#define ACPI_NUM_ACCESS_TYPES 6
176#define ACPI_NUM_UPDATE_RULES 3 178#define ACPI_NUM_UPDATE_RULES 3
177#define ACPI_NUM_LOCK_RULES 2 179#define ACPI_NUM_LOCK_RULES 2
178#define ACPI_NUM_MATCH_OPS 6
179#define ACPI_NUM_OPCODES 256
180#define ACPI_NUM_FIELD_NAMES 2 180#define ACPI_NUM_FIELD_NAMES 2
181#define ACPI_NUM_OPCODES 256
182#endif
181 183
182/* RSDP checksums */ 184/* RSDP checksums */
183 185
@@ -188,10 +190,6 @@
188 190
189#define ACPI_SMBUS_BUFFER_SIZE 34 191#define ACPI_SMBUS_BUFFER_SIZE 34
190 192
191/* Number of strings associated with the _OSI reserved method */
192
193#define ACPI_NUM_OSI_STRINGS 12
194
195/****************************************************************************** 193/******************************************************************************
196 * 194 *
197 * ACPI AML Debugger 195 * ACPI AML Debugger