NetBSD RCSID love

This commit is contained in:
lukem 2007-12-11 13:16:00 +00:00
parent 9d8f493213
commit bf6e75e528
127 changed files with 688 additions and 129 deletions

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbcmds.c,v 1.5 2007/12/11 13:16:00 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbcmds - debug commands and output routines
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbcmds.c,v 1.5 2007/12/11 13:16:00 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdispat.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbdisply.c,v 1.3 2007/12/11 13:16:00 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbdisply - debug display commands
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbdisply.c,v 1.3 2007/12/11 13:16:00 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbexec.c,v 1.5 2007/12/11 13:16:00 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbexec - debugger control method execution
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbexec.c,v 1.5 2007/12/11 13:16:00 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdebug.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: dbfileio.c,v 1.6 2007/12/11 13:16:00 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbfileio - Debugger file I/O commands. These can't usually
* be used when running the debugger in Ring 0 (Kernel mode)
* $Revision: 1.5 $
* $Revision: 1.6 $
*
******************************************************************************/
@ -115,6 +117,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbfileio.c,v 1.6 2007/12/11 13:16:00 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdebug.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbhistry.c,v 1.3 2007/12/11 13:16:00 lukem Exp $ */
/******************************************************************************
*
* Module Name: dbhistry - debugger HISTORY command
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbhistry.c,v 1.3 2007/12/11 13:16:00 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdebug.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbinput.c,v 1.5 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbinput - user front-end to the AML debugger
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbinput.c,v 1.5 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdebug.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbstats.c,v 1.5 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbstats - Generation and display of ACPI table statistics
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbstats.c,v 1.5 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdebug.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbutils.c,v 1.3 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbutils - AML debugger utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbutils.c,v 1.3 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acnamesp.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dbxface.c,v 1.3 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dbxface - AML Debugger external interfaces
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dbxface.c,v 1.3 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmbuffer.c,v 1.3 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmbuffer - AML disassembler, buffer and string support
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmbuffer.c,v 1.3 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdisasm.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmnames.c,v 1.3 2007/12/11 13:16:01 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmnames - AML disassembler, names, namestrings, pathnames
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmnames.c,v 1.3 2007/12/11 13:16:01 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmobject.c,v 1.3 2007/12/11 13:16:02 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmobject - ACPI object decode and display
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmobject.c,v 1.3 2007/12/11 13:16:02 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmopcode.c,v 1.3 2007/12/11 13:16:02 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmopcode - AML disassembler, specific AML opcodes
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmopcode.c,v 1.3 2007/12/11 13:16:02 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmresrc.c,v 1.3 2007/12/11 13:16:02 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmresrc.c - Resource Descriptor disassembly
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmresrc.c,v 1.3 2007/12/11 13:16:02 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmresrcl.c,v 1.5 2007/12/11 13:16:02 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmresrcl.c,v 1.5 2007/12/11 13:16:02 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdisasm.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmresrcs.c,v 1.5 2007/12/11 13:16:02 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmresrcs.c - "Small" Resource Descriptor disassembly
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmresrcs.c,v 1.5 2007/12/11 13:16:02 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acdisasm.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmutils.c,v 1.3 2007/12/11 13:16:03 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmutils - AML disassembler utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmutils.c,v 1.3 2007/12/11 13:16:03 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/amlcode.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dmwalk.c,v 1.5 2007/12/11 13:16:03 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dmwalk - AML disassembly tree walk
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dmwalk.c,v 1.5 2007/12/11 13:16:03 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsfield.c,v 1.3 2007/12/11 13:16:03 lukem Exp $ */
/******************************************************************************
*
* Module Name: dsfield - Dispatcher field routines
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsfield.c,v 1.3 2007/12/11 13:16:03 lukem Exp $");
#define __DSFIELD_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsinit.c,v 1.5 2007/12/11 13:16:03 lukem Exp $ */
/******************************************************************************
*
* Module Name: dsinit - Object initialization namespace walk
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsinit.c,v 1.5 2007/12/11 13:16:03 lukem Exp $");
#define __DSINIT_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsmethod.c,v 1.5 2007/12/11 13:16:03 lukem Exp $ */
/******************************************************************************
*
* Module Name: dsmethod - Parser/Interpreter interface - control method parsing
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsmethod.c,v 1.5 2007/12/11 13:16:03 lukem Exp $");
#define __DSMETHOD_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsmthdat.c,v 1.3 2007/12/11 13:16:04 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dsmthdat - control method arguments and local variables
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsmthdat.c,v 1.3 2007/12/11 13:16:04 lukem Exp $");
#define __DSMTHDAT_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsobject.c,v 1.5 2007/12/11 13:16:04 lukem Exp $ */
/******************************************************************************
*
* Module Name: dsobject - Dispatcher object management routines
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsobject.c,v 1.5 2007/12/11 13:16:04 lukem Exp $");
#define __DSOBJECT_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: dsopcode.c,v 1.3 2007/12/11 13:16:04 lukem Exp $ */
/******************************************************************************
*
* Module Name: dsopcode - Dispatcher Op Region support and handling of
* "control" opcodes
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsopcode.c,v 1.3 2007/12/11 13:16:04 lukem Exp $");
#define __DSOPCODE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dsutils.c,v 1.3 2007/12/11 13:16:04 lukem Exp $ */
/*******************************************************************************
*
* Module Name: dsutils - Dispatcher utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dsutils.c,v 1.3 2007/12/11 13:16:04 lukem Exp $");
#define __DSUTILS_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: dswexec.c,v 1.3 2007/12/11 13:16:04 lukem Exp $ */
/******************************************************************************
*
* Module Name: dswexec - Dispatcher method execution callbacks;
* dispatch to interpreter.
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dswexec.c,v 1.3 2007/12/11 13:16:04 lukem Exp $");
#define __DSWEXEC_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dswload.c,v 1.3 2007/12/11 13:16:04 lukem Exp $ */
/******************************************************************************
*
* Module Name: dswload - Dispatcher namespace load callbacks
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dswload.c,v 1.3 2007/12/11 13:16:04 lukem Exp $");
#define __DSWLOAD_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dswscope.c,v 1.3 2007/12/11 13:16:05 lukem Exp $ */
/******************************************************************************
*
* Module Name: dswscope - Scope stack manipulation
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dswscope.c,v 1.3 2007/12/11 13:16:05 lukem Exp $");
#define __DSWSCOPE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: dswstate.c,v 1.3 2007/12/11 13:16:05 lukem Exp $ */
/******************************************************************************
*
* Module Name: dswstate - Dispatcher parse tree walk management routines
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dswstate.c,v 1.3 2007/12/11 13:16:05 lukem Exp $");
#define __DSWSTATE_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: evevent.c,v 1.3 2007/12/11 13:16:05 lukem Exp $ */
/******************************************************************************
*
* Module Name: evevent - Fixed Event handling and dispatch
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evevent.c,v 1.3 2007/12/11 13:16:05 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: evgpe.c,v 1.3 2007/12/11 13:16:05 lukem Exp $ */
/******************************************************************************
*
* Module Name: evgpe - General Purpose Event handling and dispatch
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evgpe.c,v 1.3 2007/12/11 13:16:05 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>
#include <dist/acpica/acnamesp.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: evgpeblk.c,v 1.5 2007/12/11 13:16:05 lukem Exp $ */
/******************************************************************************
*
* Module Name: evgpeblk - GPE block creation and initialization.
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evgpeblk.c,v 1.5 2007/12/11 13:16:05 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>
#include <dist/acpica/acnamesp.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: evmisc.c,v 1.5 2007/12/11 13:16:06 lukem Exp $ */
/******************************************************************************
*
* Module Name: evmisc - Miscellaneous event manager support functions
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evmisc.c,v 1.5 2007/12/11 13:16:06 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>
#include <dist/acpica/acnamesp.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: evregion.c,v 1.5 2007/12/11 13:16:06 lukem Exp $ */
/******************************************************************************
*
* Module Name: evregion - ACPI AddressSpace (OpRegion) handler dispatch
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evregion.c,v 1.5 2007/12/11 13:16:06 lukem Exp $");
#define __EVREGION_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: evrgnini.c,v 1.5 2007/12/11 13:16:06 lukem Exp $ */
/******************************************************************************
*
* Module Name: evrgnini- ACPI AddressSpace (OpRegion) init
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evrgnini.c,v 1.5 2007/12/11 13:16:06 lukem Exp $");
#define __EVRGNINI_C__

View File

@ -1,8 +1,10 @@
/* $NetBSD: evsci.c,v 1.3 2007/12/11 13:16:06 lukem Exp $ */
/*******************************************************************************
*
* Module Name: evsci - System Control Interrupt configuration and
* legacy to ACPI mode state transition functions
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -116,6 +118,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evsci.c,v 1.3 2007/12/11 13:16:06 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: evxface.c,v 1.5 2007/12/11 13:16:06 lukem Exp $ */
/******************************************************************************
*
* Module Name: evxface - External interfaces for ACPI events
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evxface.c,v 1.5 2007/12/11 13:16:06 lukem Exp $");
#define __EVXFACE_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: evxfevnt.c,v 1.5 2007/12/11 13:16:06 lukem Exp $ */
/******************************************************************************
*
* Module Name: evxfevnt - External Interfaces, ACPI event disable/enable
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evxfevnt.c,v 1.5 2007/12/11 13:16:06 lukem Exp $");
#define __EVXFEVNT_C__

View File

@ -1,8 +1,10 @@
/* $NetBSD: evxfregn.c,v 1.5 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: evxfregn - External Interfaces, ACPI Operation Regions and
* Address Spaces.
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: evxfregn.c,v 1.5 2007/12/11 13:16:07 lukem Exp $");
#define __EVXFREGN_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: exconfig.c,v 1.3 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exconfig.c,v 1.3 2007/12/11 13:16:07 lukem Exp $");
#define __EXCONFIG_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: exconvrt.c,v 1.3 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: exconvrt - Object conversion routines
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exconvrt.c,v 1.3 2007/12/11 13:16:07 lukem Exp $");
#define __EXCONVRT_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: excreate.c,v 1.3 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: excreate - Named object creation
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: excreate.c,v 1.3 2007/12/11 13:16:07 lukem Exp $");
#define __EXCREATE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: exdump.c,v 1.5 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: exdump - Interpreter debug output routines
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exdump.c,v 1.5 2007/12/11 13:16:07 lukem Exp $");
#define __EXDUMP_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: exfield.c,v 1.5 2007/12/11 13:16:07 lukem Exp $ */
/******************************************************************************
*
* Module Name: exfield - ACPI AML (p-code) execution - field manipulation
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exfield.c,v 1.5 2007/12/11 13:16:07 lukem Exp $");
#define __EXFIELD_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: exfldio.c,v 1.3 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exfldio - Aml Field I/O
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exfldio.c,v 1.3 2007/12/11 13:16:08 lukem Exp $");
#define __EXFLDIO_C__

View File

@ -1,8 +1,9 @@
/* $NetBSD: exmisc.c,v 1.5 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -116,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exmisc.c,v 1.5 2007/12/11 13:16:08 lukem Exp $");
#define __EXMISC_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exmutex.c,v 1.3 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exmutex - ASL Mutex Acquire/Release functions
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exmutex.c,v 1.3 2007/12/11 13:16:08 lukem Exp $");
#define __EXMUTEX_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exnames.c,v 1.3 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exnames - interpreter/scanner name load/execute
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exnames.c,v 1.3 2007/12/11 13:16:08 lukem Exp $");
#define __EXNAMES_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exoparg1.c,v 1.3 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exoparg1 - AML execution - opcodes with 1 argument
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exoparg1.c,v 1.3 2007/12/11 13:16:08 lukem Exp $");
#define __EXOPARG1_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: exoparg2.c,v 1.3 2007/12/11 13:16:08 lukem Exp $ */
/******************************************************************************
*
* Module Name: exoparg2 - AML execution - opcodes with 2 arguments
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exoparg2.c,v 1.3 2007/12/11 13:16:08 lukem Exp $");
#define __EXOPARG2_C__

View File

@ -1,8 +1,9 @@
/* $NetBSD: exoparg3.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exoparg3 - AML execution - opcodes with 3 arguments
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -116,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exoparg3.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXOPARG3_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exoparg6.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exoparg6 - AML execution - opcodes with 6 arguments
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -116,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exoparg6.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXOPARG6_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exprep.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exprep - ACPI AML (p-code) execution - field prep utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exprep.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXPREP_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exregion.c,v 1.5 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exregion - ACPI default OpRegion (address space) handlers
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -115,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exregion.c,v 1.5 2007/12/11 13:16:09 lukem Exp $");
#define __EXREGION_C__

View File

@ -1,8 +1,9 @@
/* $NetBSD: exresnte.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exresnte - AML Interpreter object resolution
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exresnte.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXRESNTE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exresolv.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exresolv - AML Interpreter object resolution
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exresolv.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXRESOLV_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exresop.c,v 1.3 2007/12/11 13:16:09 lukem Exp $ */
/******************************************************************************
*
* Module Name: exresop - AML Interpreter operand/object resolution
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exresop.c,v 1.3 2007/12/11 13:16:09 lukem Exp $");
#define __EXRESOP_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exstore.c,v 1.3 2007/12/11 13:16:10 lukem Exp $ */
/******************************************************************************
*
* Module Name: exstore - AML Interpreter object store support
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exstore.c,v 1.3 2007/12/11 13:16:10 lukem Exp $");
#define __EXSTORE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,9 +1,10 @@
/* $NetBSD: exstoren.c,v 1.3 2007/12/11 13:16:10 lukem Exp $ */
/******************************************************************************
*
* Module Name: exstoren - AML Interpreter object store support,
* Store to Node (namespace object)
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -116,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exstoren.c,v 1.3 2007/12/11 13:16:10 lukem Exp $");
#define __EXSTOREN_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exstorob.c,v 1.3 2007/12/11 13:16:10 lukem Exp $ */
/******************************************************************************
*
* Module Name: exstorob - AML Interpreter object store support, store to object
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exstorob.c,v 1.3 2007/12/11 13:16:10 lukem Exp $");
#define __EXSTOROB_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exsystem.c,v 1.3 2007/12/11 13:16:10 lukem Exp $ */
/******************************************************************************
*
* Module Name: exsystem - Interface to OS services
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exsystem.c,v 1.3 2007/12/11 13:16:10 lukem Exp $");
#define __EXSYSTEM_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: exutils.c,v 1.3 2007/12/11 13:16:10 lukem Exp $ */
/******************************************************************************
*
* Module Name: exutils - interpreter/scanner utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exutils.c,v 1.3 2007/12/11 13:16:10 lukem Exp $");
#define __EXUTILS_C__
/*

View File

@ -1,8 +1,9 @@
/* $NetBSD: hwacpi.c,v 1.3 2007/12/11 13:16:11 lukem Exp $ */
/******************************************************************************
*
* Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hwacpi.c,v 1.3 2007/12/11 13:16:11 lukem Exp $");
#define __HWACPI_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: hwgpe.c,v 1.5 2007/12/11 13:16:11 lukem Exp $ */
/******************************************************************************
*
* Module Name: hwgpe - Low level GPE enable/disable/clear functions
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hwgpe.c,v 1.5 2007/12/11 13:16:11 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acevents.h>

View File

@ -1,9 +1,10 @@
/* $NetBSD: hwregs.c,v 1.3 2007/12/11 13:16:11 lukem Exp $ */
/*******************************************************************************
*
* Module Name: hwregs - Read/write access functions for the various ACPI
* control and status registers.
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -116,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hwregs.c,v 1.3 2007/12/11 13:16:11 lukem Exp $");
#define __HWREGS_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: hwsleep.c,v 1.3 2007/12/11 13:16:11 lukem Exp $ */
/******************************************************************************
*
* Name: hwsleep.c - ACPI Hardware Sleep/Wake Interface
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hwsleep.c,v 1.3 2007/12/11 13:16:11 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/actables.h>

View File

@ -1,8 +1,9 @@
/* $NetBSD: hwtimer.c,v 1.3 2007/12/11 13:16:11 lukem Exp $ */
/******************************************************************************
*
* Name: hwtimer.c - ACPI Power Management Timer Interface
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hwtimer.c,v 1.3 2007/12/11 13:16:11 lukem Exp $");
#include <dist/acpica/acpi.h>
#define _COMPONENT ACPI_HARDWARE

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsaccess.c,v 1.3 2007/12/11 13:16:11 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsaccess - Top-level functions for accessing ACPI namespace
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsaccess.c,v 1.3 2007/12/11 13:16:11 lukem Exp $");
#define __NSACCESS_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsalloc.c,v 1.3 2007/12/11 13:16:12 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsalloc - Namespace allocation and deletion utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.3 2007/12/11 13:16:12 lukem Exp $");
#define __NSALLOC_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsdump.c,v 1.5 2007/12/11 13:16:12 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsdump - table dumping routines for debug
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsdump.c,v 1.5 2007/12/11 13:16:12 lukem Exp $");
#define __NSDUMP_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsdumpdv.c,v 1.3 2007/12/11 13:16:12 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsdump - table dumping routines for debug
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsdumpdv.c,v 1.3 2007/12/11 13:16:12 lukem Exp $");
#define __NSDUMPDV_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nseval.c,v 1.3 2007/12/11 13:16:12 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nseval - Object evaluation, includes control method execution
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nseval.c,v 1.3 2007/12/11 13:16:12 lukem Exp $");
#define __NSEVAL_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsinit.c,v 1.5 2007/12/11 13:16:12 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsinit - namespace initialization
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsinit.c,v 1.5 2007/12/11 13:16:12 lukem Exp $");
#define __NSXFINIT_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsload.c,v 1.3 2007/12/11 13:16:13 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsload - namespace loading/expanding/contracting procedures
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsload.c,v 1.3 2007/12/11 13:16:13 lukem Exp $");
#define __NSLOAD_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsnames.c,v 1.4 2007/12/11 13:16:13 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsnames - Name manipulation and search
* $Revision: 1.3 $
* $Revision: 1.4 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsnames.c,v 1.4 2007/12/11 13:16:13 lukem Exp $");
#define __NSNAMES_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: nsobject.c,v 1.3 2007/12/11 13:16:13 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsobject - Utilities for objects attached to namespace
* table entries
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -115,6 +117,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsobject.c,v 1.3 2007/12/11 13:16:13 lukem Exp $");
#define __NSOBJECT_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: nsparse.c,v 1.5 2007/12/11 13:16:13 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsparse - namespace interface to AML parser
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsparse.c,v 1.5 2007/12/11 13:16:13 lukem Exp $");
#define __NSPARSE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nssearch.c,v 1.5 2007/12/11 13:16:13 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nssearch - Namespace search
* $Revision: 1.4 $
* $Revision: 1.5 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nssearch.c,v 1.5 2007/12/11 13:16:13 lukem Exp $");
#define __NSSEARCH_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: nsutils.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsutils - Utilities for accessing ACPI namespace, accessing
* parents and siblings and Scope manipulation
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsutils.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __NSUTILS_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: nswalk.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: nswalk - Functions for walking the ACPI namespace
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nswalk.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __NSWALK_C__

View File

@ -1,8 +1,10 @@
/* $NetBSD: nsxfeval.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsxfeval - Public interfaces to the ACPI subsystem
* ACPI Object evaluation interfaces
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -115,6 +117,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsxfeval.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __NSXFEVAL_C__

View File

@ -1,8 +1,10 @@
/* $NetBSD: nsxfname.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: nsxfname - Public interfaces to the ACPI subsystem
* ACPI Namespace oriented interfaces
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -115,6 +117,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsxfname.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __NSXFNAME_C__
#include <dist/acpica/acpi.h>

View File

@ -1,8 +1,10 @@
/* $NetBSD: nsxfobj.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/*******************************************************************************
*
* Module Name: nsxfobj - Public interfaces to the ACPI subsystem
* ACPI Object oriented interfaces
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -115,6 +117,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsxfobj.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __NSXFOBJ_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: psargs.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: psargs - Parse AML opcode arguments
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psargs.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#define __PSARGS_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: psloop.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: psloop - Main AML parse loop
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,7 +116,6 @@
*
*****************************************************************************/
/*
* Parse the AML and build an operation tree as most interpreters, (such as
* Perl) do. Parsing is done by hand rather than with a YACC generated parser
@ -123,6 +124,9 @@
* opcode templates in AmlOpInfo[].
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psloop.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>
#include <dist/acpica/acdispat.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: psopcode.c,v 1.5 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psopcode.c,v 1.5 2007/12/11 13:16:14 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: psparse.c,v 1.3 2007/12/11 13:16:14 lukem Exp $ */
/******************************************************************************
*
* Module Name: psparse - Parser top level AML parse routines
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -124,6 +126,9 @@
* templates in AmlOpInfo[]
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psparse.c,v 1.3 2007/12/11 13:16:14 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>
#include <dist/acpica/acdispat.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: psscope.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/******************************************************************************
*
* Module Name: psscope - Parser scope stack management routines
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psscope.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: pstree.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/******************************************************************************
*
* Module Name: pstree - Parser op tree manipulation/traversal/search
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pstree.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __PSTREE_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: psutils.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/******************************************************************************
*
* Module Name: psutils - Parser miscellaneous utilities (Parser only)
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psutils.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: pswalk.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/******************************************************************************
*
* Module Name: pswalk - Parser routines to walk parsed op tree(s)
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pswalk.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#include <dist/acpica/acpi.h>
#include <dist/acpica/acparser.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: psxface.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/******************************************************************************
*
* Module Name: psxface - Parser external interfaces
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: psxface.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __PSXFACE_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rsaddr.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rsaddr - Address resource descriptors (16/32/64)
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rsaddr.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __RSADDR_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rscalc.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rscalc - Calculate stream and list lengths
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rscalc.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __RSCALC_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rscreate.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rscreate - Create resource lists/tables
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rscreate.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __RSCREATE_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: rsdump.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rsdump - Functions to display the resource structures.
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,8 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rsdump.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __RSDUMP_C__

View File

@ -1,7 +1,9 @@
/* $NetBSD: rsinfo.c,v 1.3 2007/12/11 13:16:15 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rsinfo - Dispatch and Info tables
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rsinfo.c,v 1.3 2007/12/11 13:16:15 lukem Exp $");
#define __RSINFO_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rsio.c,v 1.3 2007/12/11 13:16:16 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rsio - IO and DMA resource descriptors
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rsio.c,v 1.3 2007/12/11 13:16:16 lukem Exp $");
#define __RSIO_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rsirq.c,v 1.3 2007/12/11 13:16:16 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rsirq - IRQ resource descriptors
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rsirq.c,v 1.3 2007/12/11 13:16:16 lukem Exp $");
#define __RSIRQ_C__
#include <dist/acpica/acpi.h>

View File

@ -1,7 +1,9 @@
/* $NetBSD: rslist.c,v 1.3 2007/12/11 13:16:16 lukem Exp $ */
/*******************************************************************************
*
* Module Name: rslist - Linked list utilities
* $Revision: 1.2 $
* $Revision: 1.3 $
*
******************************************************************************/
@ -114,6 +116,9 @@
*
*****************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rslist.c,v 1.3 2007/12/11 13:16:16 lukem Exp $");
#define __RSLIST_C__
#include <dist/acpica/acpi.h>

Some files were not shown because too many files have changed in this diff Show More