Deleted Added
full compact
acconfig.h (104470) acconfig.h (107325)
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 * $Revision: 112 $
4 * $Revision: 118 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 127 unchanged lines hidden (view full) ---

140 *
141 * Subsystem Constants
142 *
143 *****************************************************************************/
144
145
146/* Version string */
147
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 127 unchanged lines hidden (view full) ---

140 *
141 * Subsystem Constants
142 *
143 *****************************************************************************/
144
145
146/* Version string */
147
148#define ACPI_CA_VERSION 0x20021002
148#define ACPI_CA_VERSION 0x20021115
149
150/* Version of ACPI supported */
151
152#define ACPI_CA_SUPPORT_LEVEL 2
153
154/* Maximum objects in the various object caches */
155
156#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */

--- 95 unchanged lines hidden (view full) ---

252#define NUM_OPCODES 256
253#define NUM_FIELD_NAMES 2
254
255/* RSDP checksums */
256
257#define ACPI_RSDP_CHECKSUM_LENGTH 20
258#define ACPI_RSDP_XCHECKSUM_LENGTH 36
259
149
150/* Version of ACPI supported */
151
152#define ACPI_CA_SUPPORT_LEVEL 2
153
154/* Maximum objects in the various object caches */
155
156#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */

--- 95 unchanged lines hidden (view full) ---

252#define NUM_OPCODES 256
253#define NUM_FIELD_NAMES 2
254
255/* RSDP checksums */
256
257#define ACPI_RSDP_CHECKSUM_LENGTH 20
258#define ACPI_RSDP_XCHECKSUM_LENGTH 36
259
260/* SMBus bidirectional buffer size */
260
261
262#define ACPI_SMBUS_BUFFER_SIZE 34
263
264
261/******************************************************************************
262 *
263 * ACPI AML Debugger
264 *
265 *****************************************************************************/
266
267
268#define ACPI_DEBUGGER_MAX_ARGS 8 /* Must be max method args + 1 */
269
270#define ACPI_DEBUGGER_COMMAND_PROMPT '-'
271#define ACPI_DEBUGGER_EXECUTE_PROMPT '%'
272
273
274#endif /* _ACCONFIG_H */
275
265/******************************************************************************
266 *
267 * ACPI AML Debugger
268 *
269 *****************************************************************************/
270
271
272#define ACPI_DEBUGGER_MAX_ARGS 8 /* Must be max method args + 1 */
273
274#define ACPI_DEBUGGER_COMMAND_PROMPT '-'
275#define ACPI_DEBUGGER_EXECUTE_PROMPT '%'
276
277
278#endif /* _ACCONFIG_H */
279