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

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

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

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

139 *
140 * Subsystem Constants
141 *
142 *****************************************************************************/
143
144
145/* Version string */
146
147#define ACPI_CA_VERSION 0x20010125
147#define ACPI_CA_VERSION 0x20010208
148
149
150/* Maximum objects in the various object caches */
151
152#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
153#define MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
154#define MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
155#define MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */

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

235
236#define LO_RSDP_WINDOW_BASE 0 /* Physical Address */
237#define HI_RSDP_WINDOW_BASE 0xE0000 /* Physical Address */
238#define LO_RSDP_WINDOW_SIZE 0x400
239#define HI_RSDP_WINDOW_SIZE 0x20000
240#define RSDP_SCAN_STEP 16
241
242
148
149
150/* Maximum objects in the various object caches */
151
152#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
153#define MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
154#define MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
155#define MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */

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

235
236#define LO_RSDP_WINDOW_BASE 0 /* Physical Address */
237#define HI_RSDP_WINDOW_BASE 0xE0000 /* Physical Address */
238#define LO_RSDP_WINDOW_SIZE 0x400
239#define HI_RSDP_WINDOW_SIZE 0x20000
240#define RSDP_SCAN_STEP 16
241
242
243/* Maximum nesting of package objects */
244
245#define MAX_PACKAGE_DEPTH 16
246
247
248#endif /* _ACCONFIG_H */
249
243#endif /* _ACCONFIG_H */
244