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

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

129#define ACPI_HARDWARE 0x00000002
130#define ACPI_EVENTS 0x00000004
131#define ACPI_TABLES 0x00000008
132#define ACPI_NAMESPACE 0x00000010
133#define ACPI_PARSER 0x00000020
134#define ACPI_DISPATCHER 0x00000040
135#define ACPI_EXECUTER 0x00000080
136#define ACPI_RESOURCES 0x00000100
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

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

129#define ACPI_HARDWARE 0x00000002
130#define ACPI_EVENTS 0x00000004
131#define ACPI_TABLES 0x00000008
132#define ACPI_NAMESPACE 0x00000010
133#define ACPI_PARSER 0x00000020
134#define ACPI_DISPATCHER 0x00000040
135#define ACPI_EXECUTER 0x00000080
136#define ACPI_RESOURCES 0x00000100
137#define ACPI_DEVICES 0x00000200
138#define ACPI_POWER 0x00000400
137#define ACPI_DEBUGGER 0x00000200
138#define ACPI_OS_SERVICES 0x00000400
139
139
140
141#define ACPI_BUS_MANAGER 0x00001000
142#define ACPI_POWER_CONTROL 0x00002000
143#define ACPI_EMBEDDED_CONTROLLER 0x00004000
144#define ACPI_PROCESSOR_CONTROL 0x00008000
140#define ACPI_BUS 0x00001000
141#define ACPI_SYSTEM 0x00002000
142#define ACPI_POWER 0x00004000
143#define ACPI_EC 0x00008000
145#define ACPI_AC_ADAPTER 0x00010000
146#define ACPI_BATTERY 0x00020000
147#define ACPI_BUTTON 0x00040000
144#define ACPI_AC_ADAPTER 0x00010000
145#define ACPI_BATTERY 0x00020000
146#define ACPI_BUTTON 0x00040000
148#define ACPI_SYSTEM 0x00080000
149#define ACPI_THERMAL_ZONE 0x00100000
147#define ACPI_PROCESSOR 0x00080000
148#define ACPI_THERMAL 0x00100000
150
149
151#define ACPI_DEBUGGER 0x01000000
152#define ACPI_OS_SERVICES 0x02000000
153#define ACPI_ALL_COMPONENTS 0x01FFFFFF
150#define ACPI_ALL_COMPONENTS 0x00FFFFFF
154
155#define ACPI_COMPONENT_DEFAULT (ACPI_ALL_COMPONENTS)
156
157
158#define ACPI_COMPILER 0x10000000
159#define ACPI_TOOLS 0x20000000
160
161

--- 63 unchanged lines hidden ---
151
152#define ACPI_COMPONENT_DEFAULT (ACPI_ALL_COMPONENTS)
153
154
155#define ACPI_COMPILER 0x10000000
156#define ACPI_TOOLS 0x20000000
157
158

--- 63 unchanged lines hidden ---