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

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

182#define TRACE_OBJECTS 0x00080000
183#define TRACE_ALLOCATIONS 0x00100000
184#define TRACE_RESOURCES 0x00200000
185#define TRACE_IO 0x00400000
186#define TRACE_INTERRUPTS 0x00800000
187#define TRACE_USER_REQUESTS 0x01000000
188#define TRACE_PACKAGE 0x02000000
189#define TRACE_MUTEX 0x04000000
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

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

182#define TRACE_OBJECTS 0x00080000
183#define TRACE_ALLOCATIONS 0x00100000
184#define TRACE_RESOURCES 0x00200000
185#define TRACE_IO 0x00400000
186#define TRACE_INTERRUPTS 0x00800000
187#define TRACE_USER_REQUESTS 0x01000000
188#define TRACE_PACKAGE 0x02000000
189#define TRACE_MUTEX 0x04000000
190#define TRACE_INIT 0x08000000
190
191#define TRACE_ALL 0x0FFFFF00
192
193
194/* Exceptionally verbose output -- also used in the global "DebugLevel" */
195
196#define VERBOSE_AML_DISASSEMBLE 0x10000000
197#define VERBOSE_INFO 0x20000000

--- 21 unchanged lines hidden ---
191
192#define TRACE_ALL 0x0FFFFF00
193
194
195/* Exceptionally verbose output -- also used in the global "DebugLevel" */
196
197#define VERBOSE_AML_DISASSEMBLE 0x10000000
198#define VERBOSE_INFO 0x20000000

--- 21 unchanged lines hidden ---