mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 23:22:36 +00:00
- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.
svn path=/trunk/; revision=20747
This commit is contained in:
parent
9cfeba8d37
commit
627eebfc7b
111 changed files with 219 additions and 606 deletions
|
@ -134,4 +134,5 @@
|
|||
<file>cmxface.c</file>
|
||||
</directory>
|
||||
<file>acpi.rc</file>
|
||||
<pch>include/acpi.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsfield")
|
||||
|
|
|
@ -24,15 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include "acdebug.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsmethod")
|
||||
|
|
|
@ -24,13 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsmthdat")
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsobject")
|
||||
|
|
|
@ -25,14 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsopcode")
|
||||
|
|
|
@ -24,13 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdebug.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dsutils")
|
||||
|
|
|
@ -25,14 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdebug.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dswexec")
|
||||
|
|
|
@ -24,14 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dswload")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acdispat.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dswscope")
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_DISPATCHER
|
||||
MODULE_NAME ("dswstate")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include "acnamesp.h"
|
||||
#include "accommon.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evevent")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acevents.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "achware.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evmisc")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acevents.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evregion")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acevents.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evrgnini")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evsci")
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evxface")
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evxfevnt")
|
||||
|
|
|
@ -25,12 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EVENTS
|
||||
MODULE_NAME ("evxfregn")
|
||||
|
|
|
@ -24,14 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "actables.h"
|
||||
#include "acdispat.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -24,14 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "acevents.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("amconvrt")
|
||||
|
|
|
@ -24,13 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "acdispat.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("amdump")
|
||||
|
|
|
@ -24,13 +24,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "acevents.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -24,13 +24,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,11 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acdispat.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,12 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,11 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("ammutex")
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("amnames")
|
||||
|
|
|
@ -25,11 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acparser.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,12 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,14 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,14 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,14 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,13 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -26,13 +26,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,13 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,11 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("amsystem")
|
||||
|
|
|
@ -25,12 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
MODULE_NAME ("amutils")
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_EXECUTER
|
||||
|
|
|
@ -25,9 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwacpi")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwgpe")
|
||||
|
|
|
@ -26,9 +26,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwregs")
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "achware.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwsleep")
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_HARDWARE
|
||||
MODULE_NAME ("hwtimer")
|
||||
|
|
|
@ -146,102 +146,5 @@
|
|||
#define AE_CODE_CTRL_MAX 0x0008
|
||||
|
||||
|
||||
#ifdef DEFINE_ACPI_GLOBALS
|
||||
|
||||
/*
|
||||
* String versions of the exception codes above
|
||||
* These strings must match the corresponding defines exactly
|
||||
*/
|
||||
static NATIVE_CHAR *acpi_gbl_exception_names_env[] =
|
||||
{
|
||||
"AE_OK",
|
||||
"AE_ERROR",
|
||||
"AE_NO_ACPI_TABLES",
|
||||
"AE_NO_NAMESPACE",
|
||||
"AE_NO_MEMORY",
|
||||
"AE_NOT_FOUND",
|
||||
"AE_NOT_EXIST",
|
||||
"AE_EXIST",
|
||||
"AE_TYPE",
|
||||
"AE_NULL_OBJECT",
|
||||
"AE_NULL_ENTRY",
|
||||
"AE_BUFFER_OVERFLOW",
|
||||
"AE_STACK_OVERFLOW",
|
||||
"AE_STACK_UNDERFLOW",
|
||||
"AE_NOT_IMPLEMENTED",
|
||||
"AE_VERSION_MISMATCH",
|
||||
"AE_SUPPORT",
|
||||
"AE_SHARE",
|
||||
"AE_LIMIT",
|
||||
"AE_TIME",
|
||||
"AE_UNKNOWN_STATUS",
|
||||
"AE_ACQUIRE_DEADLOCK",
|
||||
"AE_RELEASE_DEADLOCK",
|
||||
"AE_NOT_ACQUIRED",
|
||||
"AE_ALREADY_ACQUIRED",
|
||||
"AE_NO_HARDWARE_RESPONSE",
|
||||
"AE_NO_GLOBAL_LOCK",
|
||||
};
|
||||
|
||||
static NATIVE_CHAR *acpi_gbl_exception_names_pgm[] =
|
||||
{
|
||||
"AE_BAD_PARAMETER",
|
||||
"AE_BAD_CHARACTER",
|
||||
"AE_BAD_PATHNAME",
|
||||
"AE_BAD_DATA",
|
||||
"AE_BAD_ADDRESS",
|
||||
};
|
||||
|
||||
static NATIVE_CHAR *acpi_gbl_exception_names_tbl[] =
|
||||
{
|
||||
"AE_BAD_SIGNATURE",
|
||||
"AE_BAD_HEADER",
|
||||
"AE_BAD_CHECKSUM",
|
||||
"AE_BAD_VALUE",
|
||||
};
|
||||
|
||||
static NATIVE_CHAR *acpi_gbl_exception_names_aml[] =
|
||||
{
|
||||
"AE_AML_ERROR",
|
||||
"AE_AML_PARSE",
|
||||
"AE_AML_BAD_OPCODE",
|
||||
"AE_AML_NO_OPERAND",
|
||||
"AE_AML_OPERAND_TYPE",
|
||||
"AE_AML_OPERAND_VALUE",
|
||||
"AE_AML_UNINITIALIZED_LOCAL",
|
||||
"AE_AML_UNINITIALIZED_ARG",
|
||||
"AE_AML_UNINITIALIZED_ELEMENT",
|
||||
"AE_AML_NUMERIC_OVERFLOW",
|
||||
"AE_AML_REGION_LIMIT",
|
||||
"AE_AML_BUFFER_LIMIT",
|
||||
"AE_AML_PACKAGE_LIMIT",
|
||||
"AE_AML_DIVIDE_BY_ZERO",
|
||||
"AE_AML_BAD_NAME",
|
||||
"AE_AML_NAME_NOT_FOUND",
|
||||
"AE_AML_INTERNAL",
|
||||
"AE_AML_INVALID_SPACE_ID",
|
||||
"AE_AML_STRING_LIMIT",
|
||||
"AE_AML_NO_RETURN_VALUE",
|
||||
"AE_AML_METHOD_LIMIT",
|
||||
"AE_AML_NOT_OWNER",
|
||||
"AE_AML_MUTEX_ORDER",
|
||||
"AE_AML_MUTEX_NOT_ACQUIRED",
|
||||
};
|
||||
|
||||
static NATIVE_CHAR *acpi_gbl_exception_names_ctrl[] =
|
||||
{
|
||||
"AE_CTRL_RETURN_VALUE",
|
||||
"AE_CTRL_PENDING",
|
||||
"AE_CTRL_TERMINATE",
|
||||
"AE_CTRL_TRUE",
|
||||
"AE_CTRL_FALSE",
|
||||
"AE_CTRL_DEPTH",
|
||||
"AE_CTRL_END",
|
||||
"AE_CTRL_TRANSFER",
|
||||
};
|
||||
|
||||
|
||||
#endif /* DEFINE_ACPI_GLOBALS */
|
||||
|
||||
|
||||
#endif /* __ACEXCEP_H__ */
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "platform/types.h"
|
||||
#undef ROUND_DOWN
|
||||
#undef ROUND_UP
|
||||
#define DEFINE_ACPI_GLOBALS
|
||||
|
||||
/*
|
||||
* Common includes for all ACPI driver files
|
||||
|
@ -51,6 +52,18 @@
|
|||
#include "achware.h" /* Hardware defines and interfaces */
|
||||
#include "accommon.h" /* Common interfaces */
|
||||
#include "acresrc.h" /* Resource Manager function prototypes */
|
||||
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acevents.h"
|
||||
#include "actables.h"
|
||||
#include "acdispat.h"
|
||||
#include <ntddk.h>
|
||||
#include <bm.h>
|
||||
#include <bn.h>
|
||||
#include <bmpower.h>
|
||||
#include <acpisys.h>
|
||||
#include <acglobal.h>
|
||||
|
||||
#endif /* __ACPI_H__ */
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdispat.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsaccess")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsalloc")
|
||||
|
|
|
@ -25,12 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nseval")
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdispat.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsinit")
|
||||
|
|
|
@ -24,14 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acdebug.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsload")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsnames")
|
||||
|
|
|
@ -25,12 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "actables.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsobject")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nssearch")
|
||||
|
|
|
@ -25,11 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "actables.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsutils")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nswalk")
|
||||
|
|
|
@ -25,13 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acevents.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
|
|
|
@ -25,11 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdispat.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_NAMESPACE
|
||||
MODULE_NAME ("nsxfobj")
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 01-05-2001 CSH Created
|
||||
*/
|
||||
#include <acpisys.h>
|
||||
#include <bm.h>
|
||||
#include <acpi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 01-05-2001 CSH Created
|
||||
*/
|
||||
#include <acpisys.h>
|
||||
#include <bm.h>
|
||||
#include <bn.h>
|
||||
#include <acpi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
*/
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bn.h"
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_BUTTON
|
||||
MODULE_NAME ("bn")
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
#include "bmpower.h"
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_POWER_CONTROL
|
||||
|
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
#include "bmpower.h"
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_POWER_CONTROL
|
||||
MODULE_NAME ("bmpower")
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
MODULE_NAME ("bmrequest")
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
MODULE_NAME ("bmutils")
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
|
||||
#include <acpi.h>
|
||||
#include "bm.h"
|
||||
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
MODULE_NAME ("bmxface")
|
||||
|
|
|
@ -8,9 +8,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 08-08-2001 CSH Created
|
||||
*/
|
||||
#include <acpisys.h>
|
||||
#include <bm.h>
|
||||
#include <bn.h>
|
||||
#include <acpi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
* PURPOSE: ACPI bus driver definitions
|
||||
*/
|
||||
#define ACPI_DEBUG
|
||||
#include <acpi.h>
|
||||
#include <ntddk.h>
|
||||
#include <bm.h>
|
||||
|
||||
typedef ACPI_STATUS (*ACPI_DRIVER_FUNCTION)(VOID);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include <acpisys.h>
|
||||
#include <acpi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 08-08-2001 CSH Created
|
||||
*/
|
||||
#include <acpisys.h>
|
||||
#include <bm.h>
|
||||
#include <bn.h>
|
||||
#include <acpi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("psargs")
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include <acpi.h>
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
|
|
|
@ -33,13 +33,7 @@
|
|||
* templates in Aml_op_info[]
|
||||
*/
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acdebug.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("psparse")
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("psscope")
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("pstree")
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "amlcode.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("psutils")
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "amlcode.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("pswalk")
|
||||
|
|
|
@ -24,13 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acparser.h"
|
||||
#include "acdispat.h"
|
||||
#include "acinterp.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_PARSER
|
||||
MODULE_NAME ("psxface")
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsaddr")
|
||||
|
|
|
@ -25,10 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rscalc")
|
||||
|
|
|
@ -26,10 +26,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include "amlcode.h"
|
||||
#include "acnamesp.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rscreate")
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsdump")
|
||||
|
|
|
@ -29,9 +29,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
|
||||
#include <acpi.h>
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsio")
|
||||
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsirq")
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rslist")
|
||||
|
|
|
@ -29,8 +29,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsmemory")
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsmisc")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acresrc.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsutils")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acinterp.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acresrc.h"
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_RESOURCES
|
||||
MODULE_NAME ("rsxface")
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "actables.h"
|
||||
#include "actbl.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbconvrt")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "actables.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbget")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "actables.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbinstal")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "actables.h"
|
||||
#include "acinterp.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbutils")
|
||||
|
|
|
@ -25,11 +25,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "acnamesp.h"
|
||||
#include "acinterp.h"
|
||||
#include "actables.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbxface")
|
||||
|
|
|
@ -24,10 +24,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "acpi.h"
|
||||
#include "achware.h"
|
||||
#include "actables.h"
|
||||
|
||||
#include <acpi.h>
|
||||
|
||||
#define _COMPONENT ACPI_TABLES
|
||||
MODULE_NAME ("tbxfroot")
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue