Deleted Added
full compact
acconfig.h (228110) acconfig.h (229989)
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2011, Intel Corp.
8 * Copyright (C) 2000 - 2012, Intel Corp.
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

120/* Maximum number of While() loop iterations before forced abort */
121
122#define ACPI_MAX_LOOP_ITERATIONS 0xFFFF
123
124/* Maximum sleep allowed via Sleep() operator */
125
126#define ACPI_MAX_SLEEP 2000 /* 2000 millisec == two seconds */
127
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

120/* Maximum number of While() loop iterations before forced abort */
121
122#define ACPI_MAX_LOOP_ITERATIONS 0xFFFF
123
124/* Maximum sleep allowed via Sleep() operator */
125
126#define ACPI_MAX_SLEEP 2000 /* 2000 millisec == two seconds */
127
128/* Address Range lists are per-SpaceId (Memory and I/O only) */
128
129
130#define ACPI_ADDRESS_RANGE_MAX 2
131
132
129/******************************************************************************
130 *
131 * ACPI Specification constants (Do not change unless the specification changes)
132 *
133 *****************************************************************************/
134
135/* Method info (in WALK_STATE), containing local variables and argumetns */
136

--- 76 unchanged lines hidden ---
133/******************************************************************************
134 *
135 * ACPI Specification constants (Do not change unless the specification changes)
136 *
137 *****************************************************************************/
138
139/* Method info (in WALK_STATE), containing local variables and argumetns */
140

--- 76 unchanged lines hidden ---