diff options
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r-- | include/acpi/acconfig.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index d62af7293923..f3810cc5d48e 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h | |||
@@ -44,7 +44,6 @@ | |||
44 | #ifndef _ACCONFIG_H | 44 | #ifndef _ACCONFIG_H |
45 | #define _ACCONFIG_H | 45 | #define _ACCONFIG_H |
46 | 46 | ||
47 | |||
48 | /****************************************************************************** | 47 | /****************************************************************************** |
49 | * | 48 | * |
50 | * Configuration options | 49 | * Configuration options |
@@ -78,10 +77,10 @@ | |||
78 | 77 | ||
79 | /* Maximum objects in the various object caches */ | 78 | /* Maximum objects in the various object caches */ |
80 | 79 | ||
81 | #define ACPI_MAX_STATE_CACHE_DEPTH 96 /* State objects */ | 80 | #define ACPI_MAX_STATE_CACHE_DEPTH 96 /* State objects */ |
82 | #define ACPI_MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */ | 81 | #define ACPI_MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */ |
83 | #define ACPI_MAX_EXTPARSE_CACHE_DEPTH 96 /* Parse tree objects */ | 82 | #define ACPI_MAX_EXTPARSE_CACHE_DEPTH 96 /* Parse tree objects */ |
84 | #define ACPI_MAX_OBJECT_CACHE_DEPTH 96 /* Interpreter operand objects */ | 83 | #define ACPI_MAX_OBJECT_CACHE_DEPTH 96 /* Interpreter operand objects */ |
85 | 84 | ||
86 | /* | 85 | /* |
87 | * Should the subystem abort the loading of an ACPI table if the | 86 | * Should the subystem abort the loading of an ACPI table if the |
@@ -89,7 +88,6 @@ | |||
89 | */ | 88 | */ |
90 | #define ACPI_CHECKSUM_ABORT FALSE | 89 | #define ACPI_CHECKSUM_ABORT FALSE |
91 | 90 | ||
92 | |||
93 | /****************************************************************************** | 91 | /****************************************************************************** |
94 | * | 92 | * |
95 | * Subsystem Constants | 93 | * Subsystem Constants |
@@ -103,7 +101,7 @@ | |||
103 | /* String size constants */ | 101 | /* String size constants */ |
104 | 102 | ||
105 | #define ACPI_MAX_STRING_LENGTH 512 | 103 | #define ACPI_MAX_STRING_LENGTH 512 |
106 | #define ACPI_PATHNAME_MAX 256 /* A full namespace pathname */ | 104 | #define ACPI_PATHNAME_MAX 256 /* A full namespace pathname */ |
107 | 105 | ||
108 | /* Maximum count for a semaphore object */ | 106 | /* Maximum count for a semaphore object */ |
109 | 107 | ||
@@ -117,7 +115,6 @@ | |||
117 | 115 | ||
118 | #define ACPI_SYSMEM_REGION_WINDOW_SIZE 4096 | 116 | #define ACPI_SYSMEM_REGION_WINDOW_SIZE 4096 |
119 | 117 | ||
120 | |||
121 | /****************************************************************************** | 118 | /****************************************************************************** |
122 | * | 119 | * |
123 | * ACPI Specification constants (Do not change unless the specification changes) | 120 | * ACPI Specification constants (Do not change unless the specification changes) |
@@ -155,15 +152,15 @@ | |||
155 | /* Names within the namespace are 4 bytes long */ | 152 | /* Names within the namespace are 4 bytes long */ |
156 | 153 | ||
157 | #define ACPI_NAME_SIZE 4 | 154 | #define ACPI_NAME_SIZE 4 |
158 | #define ACPI_PATH_SEGMENT_LENGTH 5 /* 4 chars for name + 1 char for separator */ | 155 | #define ACPI_PATH_SEGMENT_LENGTH 5 /* 4 chars for name + 1 char for separator */ |
159 | #define ACPI_PATH_SEPARATOR '.' | 156 | #define ACPI_PATH_SEPARATOR '.' |
160 | 157 | ||
161 | /* Constants used in searching for the RSDP in low memory */ | 158 | /* Constants used in searching for the RSDP in low memory */ |
162 | 159 | ||
163 | #define ACPI_EBDA_PTR_LOCATION 0x0000040E /* Physical Address */ | 160 | #define ACPI_EBDA_PTR_LOCATION 0x0000040E /* Physical Address */ |
164 | #define ACPI_EBDA_PTR_LENGTH 2 | 161 | #define ACPI_EBDA_PTR_LENGTH 2 |
165 | #define ACPI_EBDA_WINDOW_SIZE 1024 | 162 | #define ACPI_EBDA_WINDOW_SIZE 1024 |
166 | #define ACPI_HI_RSDP_WINDOW_BASE 0x000E0000 /* Physical Address */ | 163 | #define ACPI_HI_RSDP_WINDOW_BASE 0x000E0000 /* Physical Address */ |
167 | #define ACPI_HI_RSDP_WINDOW_SIZE 0x00020000 | 164 | #define ACPI_HI_RSDP_WINDOW_SIZE 0x00020000 |
168 | #define ACPI_RSDP_SCAN_STEP 16 | 165 | #define ACPI_RSDP_SCAN_STEP 16 |
169 | 166 | ||
@@ -198,18 +195,15 @@ | |||
198 | 195 | ||
199 | #define ACPI_NUM_OSI_STRINGS 10 | 196 | #define ACPI_NUM_OSI_STRINGS 10 |
200 | 197 | ||
201 | |||
202 | /****************************************************************************** | 198 | /****************************************************************************** |
203 | * | 199 | * |
204 | * ACPI AML Debugger | 200 | * ACPI AML Debugger |
205 | * | 201 | * |
206 | *****************************************************************************/ | 202 | *****************************************************************************/ |
207 | 203 | ||
208 | #define ACPI_DEBUGGER_MAX_ARGS 8 /* Must be max method args + 1 */ | 204 | #define ACPI_DEBUGGER_MAX_ARGS 8 /* Must be max method args + 1 */ |
209 | 205 | ||
210 | #define ACPI_DEBUGGER_COMMAND_PROMPT '-' | 206 | #define ACPI_DEBUGGER_COMMAND_PROMPT '-' |
211 | #define ACPI_DEBUGGER_EXECUTE_PROMPT '%' | 207 | #define ACPI_DEBUGGER_EXECUTE_PROMPT '%' |
212 | 208 | ||
213 | 209 | #endif /* _ACCONFIG_H */ | |
214 | #endif /* _ACCONFIG_H */ | ||
215 | |||