Deleted Added
full compact
acconfig.h (99679) acconfig.h (100966)
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 * $Revision: 104 $
4 * $Revision: 107 $
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 0x20020611
148#define ACPI_CA_VERSION 0x20020725
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 */

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

238
239#define ACPI_NUM_PREDEFINED_REGIONS 8
240#define ACPI_USER_REGION_BEGIN 0x80
241
242/* Maximum SpaceIds for Operation Regions */
243
244#define ACPI_MAX_ADDRESS_SPACE 255
245
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 */

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

238
239#define ACPI_NUM_PREDEFINED_REGIONS 8
240#define ACPI_USER_REGION_BEGIN 0x80
241
242/* Maximum SpaceIds for Operation Regions */
243
244#define ACPI_MAX_ADDRESS_SPACE 255
245
246/* Array sizes. Used for range checking also */
247
248#define NUM_ACCESS_TYPES 6
249#define NUM_UPDATE_RULES 3
250#define NUM_LOCK_RULES 2
251#define NUM_MATCH_OPS 6
252#define NUM_OPCODES 256
253#define NUM_FIELD_NAMES 2
254
246/* RSDP checksums */
247
248#define ACPI_RSDP_CHECKSUM_LENGTH 20
249#define ACPI_RSDP_XCHECKSUM_LENGTH 36
250
251
252/******************************************************************************
253 *

--- 13 unchanged lines hidden ---
255/* RSDP checksums */
256
257#define ACPI_RSDP_CHECKSUM_LENGTH 20
258#define ACPI_RSDP_XCHECKSUM_LENGTH 36
259
260
261/******************************************************************************
262 *

--- 13 unchanged lines hidden ---