diff options
| author | kochi <kochi@NetBSD.org> | 2003-11-09 11:50:59 +0000 |
|---|---|---|
| committer | kochi <kochi@NetBSD.org> | 2003-11-09 11:50:59 +0000 |
| commit | ca17019a080c3a2cb0b29f61c082425f3048fa60 (patch) | |
| tree | 9bfcf485c43b4f54bef95d29e49a658d50d5dd83 /sys | |
| parent | c9f72038da34949e8e43d318dc4c388d8f918f73 (diff) | |
* Preserve original $Revision$
* add __KERNEL_RCSID
Diffstat (limited to 'sys')
150 files changed, 516 insertions, 150 deletions
diff --git a/sys/dev/acpi/acpica/Subsystem/acconfig.h b/sys/dev/acpi/acpica/Subsystem/acconfig.h index 9691169d0e8..9d2be5b0273 100644 --- a/sys/dev/acpi/acpica/Subsystem/acconfig.h +++ b/sys/dev/acpi/acpica/Subsystem/acconfig.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acconfig.h - Global configuration constants - * $Revision: 1.6 $ + * xRevision: 143 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acdebug.h b/sys/dev/acpi/acpica/Subsystem/acdebug.h index b3cc0c01579..07d3e32bc0e 100644 --- a/sys/dev/acpi/acpica/Subsystem/acdebug.h +++ b/sys/dev/acpi/acpica/Subsystem/acdebug.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acdebug.h - ACPI/AML debugger - * $Revision: 1.6 $ + * xRevision: 72 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acdisasm.h b/sys/dev/acpi/acpica/Subsystem/acdisasm.h index 55f9288e982..cad1c3d4acc 100644 --- a/sys/dev/acpi/acpica/Subsystem/acdisasm.h +++ b/sys/dev/acpi/acpica/Subsystem/acdisasm.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acdisasm.h - AML disassembler - * $Revision: 1.3 $ + * xRevision: 10 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acdispat.h b/sys/dev/acpi/acpica/Subsystem/acdispat.h index f6615393505..aace93a1172 100644 --- a/sys/dev/acpi/acpica/Subsystem/acdispat.h +++ b/sys/dev/acpi/acpica/Subsystem/acdispat.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acdispat.h - dispatcher (parser to interpreter interface) - * $Revision: 1.5 $ + * xRevision: 56 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acenv.h b/sys/dev/acpi/acpica/Subsystem/acenv.h index fcb0bb748a4..e3e32201968 100644 --- a/sys/dev/acpi/acpica/Subsystem/acenv.h +++ b/sys/dev/acpi/acpica/Subsystem/acenv.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acenv.h - Generation environment specific items - * $Revision: 1.9 $ + * xRevision: 105 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acevents.h b/sys/dev/acpi/acpica/Subsystem/acevents.h index c2a528a390b..65e660b1731 100644 --- a/sys/dev/acpi/acpica/Subsystem/acevents.h +++ b/sys/dev/acpi/acpica/Subsystem/acevents.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acevents.h - Event subcomponent prototypes and defines - * $Revision: 1.6 $ + * xRevision: 91 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acexcep.h b/sys/dev/acpi/acpica/Subsystem/acexcep.h index 7e26ec26798..e129a63afbc 100644 --- a/sys/dev/acpi/acpica/Subsystem/acexcep.h +++ b/sys/dev/acpi/acpica/Subsystem/acexcep.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acexcep.h - Exception codes returned by the ACPI subsystem - * $Revision: 1.5 $ + * xRevision: 69 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acgcc.h b/sys/dev/acpi/acpica/Subsystem/acgcc.h index 523a403ea51..644e98edece 100644 --- a/sys/dev/acpi/acpica/Subsystem/acgcc.h +++ b/sys/dev/acpi/acpica/Subsystem/acgcc.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acgcc.h - GCC specific defines, etc. - * $Revision: 1.6 $ + * xRevision: 25 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acglobal.h b/sys/dev/acpi/acpica/Subsystem/acglobal.h index 79fbf87c25f..31806984436 100644 --- a/sys/dev/acpi/acpica/Subsystem/acglobal.h +++ b/sys/dev/acpi/acpica/Subsystem/acglobal.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acglobal.h - Declarations for global variables - * $Revision: 1.6 $ + * xRevision: 143 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/achware.h b/sys/dev/acpi/acpica/Subsystem/achware.h index c631262c91a..32460e039be 100644 --- a/sys/dev/acpi/acpica/Subsystem/achware.h +++ b/sys/dev/acpi/acpica/Subsystem/achware.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: achware.h -- hardware specific interfaces - * $Revision: 1.6 $ + * xRevision: 67 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acinterp.h b/sys/dev/acpi/acpica/Subsystem/acinterp.h index 964613ebb50..0d47127e699 100644 --- a/sys/dev/acpi/acpica/Subsystem/acinterp.h +++ b/sys/dev/acpi/acpica/Subsystem/acinterp.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines - * $Revision: 1.5 $ + * xRevision: 146 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/aclocal.h b/sys/dev/acpi/acpica/Subsystem/aclocal.h index 44d8612a2b8..e230a74fbe4 100644 --- a/sys/dev/acpi/acpica/Subsystem/aclocal.h +++ b/sys/dev/acpi/acpica/Subsystem/aclocal.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: aclocal.h - Internal data types used across the ACPI subsystem - * $Revision: 1.6 $ + * xRevision: 197 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acmacros.h b/sys/dev/acpi/acpica/Subsystem/acmacros.h index cd882dc8dbe..3a9e928e02f 100644 --- a/sys/dev/acpi/acpica/Subsystem/acmacros.h +++ b/sys/dev/acpi/acpica/Subsystem/acmacros.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acmacros.h - C macros for the entire subsystem. - * $Revision: 1.6 $ + * xRevision: 147 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acnamesp.h b/sys/dev/acpi/acpica/Subsystem/acnamesp.h index c1b43762390..246c673844d 100644 --- a/sys/dev/acpi/acpica/Subsystem/acnamesp.h +++ b/sys/dev/acpi/acpica/Subsystem/acnamesp.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acnamesp.h - Namespace subcomponent prototypes and defines - * $Revision: 1.5 $ + * xRevision: 134 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acobject.h b/sys/dev/acpi/acpica/Subsystem/acobject.h index f7790804066..c32a9875b13 100644 --- a/sys/dev/acpi/acpica/Subsystem/acobject.h +++ b/sys/dev/acpi/acpica/Subsystem/acobject.h @@ -2,7 +2,7 @@ /****************************************************************************** * * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only) - * $Revision: 1.5 $ + * xRevision: 121 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acoutput.h b/sys/dev/acpi/acpica/Subsystem/acoutput.h index 91f45a88c31..cefd3f2f3fe 100644 --- a/sys/dev/acpi/acpica/Subsystem/acoutput.h +++ b/sys/dev/acpi/acpica/Subsystem/acoutput.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acoutput.h -- debug output - * $Revision: 1.5 $ + * xRevision: 93 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acparser.h b/sys/dev/acpi/acpica/Subsystem/acparser.h index bff9b314341..aa4473efd98 100644 --- a/sys/dev/acpi/acpica/Subsystem/acparser.h +++ b/sys/dev/acpi/acpica/Subsystem/acparser.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: acparser.h - AML Parser subcomponent prototypes and defines - * $Revision: 1.5 $ + * xRevision: 65 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acpi.h b/sys/dev/acpi/acpica/Subsystem/acpi.h index 14ddb307522..b2186732ac8 100644 --- a/sys/dev/acpi/acpica/Subsystem/acpi.h +++ b/sys/dev/acpi/acpica/Subsystem/acpi.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acpi.h - Master include file, Publics and external data. - * $Revision: 1.7 $ + * xRevision: 56 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acresrc.h b/sys/dev/acpi/acpica/Subsystem/acresrc.h index af7ac45a234..9f675915fa4 100644 --- a/sys/dev/acpi/acpica/Subsystem/acresrc.h +++ b/sys/dev/acpi/acpica/Subsystem/acresrc.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acresrc.h - Resource Manager function prototypes - * $Revision: 1.6 $ + * xRevision: 37 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acstruct.h b/sys/dev/acpi/acpica/Subsystem/acstruct.h index c56dfb4e428..061067d2752 100644 --- a/sys/dev/acpi/acpica/Subsystem/acstruct.h +++ b/sys/dev/acpi/acpica/Subsystem/acstruct.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acstruct.h - Internal structs - * $Revision: 1.5 $ + * xRevision: 26 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/actables.h b/sys/dev/acpi/acpica/Subsystem/actables.h index ad530250f32..d11e6a058ce 100644 --- a/sys/dev/acpi/acpica/Subsystem/actables.h +++ b/sys/dev/acpi/acpica/Subsystem/actables.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actables.h - ACPI table management - * $Revision: 1.5 $ + * xRevision: 45 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/actbl.h b/sys/dev/acpi/acpica/Subsystem/actbl.h index 4e2c5c991c0..fa32a12c669 100644 --- a/sys/dev/acpi/acpica/Subsystem/actbl.h +++ b/sys/dev/acpi/acpica/Subsystem/actbl.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actbl.h - Table data structures defined in ACPI specification - * $Revision: 1.5 $ + * xRevision: 60 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/actbl1.h b/sys/dev/acpi/acpica/Subsystem/actbl1.h index b52b1ae5a8e..137b7082955 100644 --- a/sys/dev/acpi/acpica/Subsystem/actbl1.h +++ b/sys/dev/acpi/acpica/Subsystem/actbl1.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actbl1.h - ACPI 1.0 tables - * $Revision: 1.5 $ + * xRevision: 27 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/actbl2.h b/sys/dev/acpi/acpica/Subsystem/actbl2.h index f0983573a16..974fa99876c 100644 --- a/sys/dev/acpi/acpica/Subsystem/actbl2.h +++ b/sys/dev/acpi/acpica/Subsystem/actbl2.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actbl2.h - ACPI Specification Revision 2.0 Tables - * $Revision: 1.5 $ + * xRevision: 33 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/actypes.h b/sys/dev/acpi/acpica/Subsystem/actypes.h index 4e08115e2fc..c103f5492ff 100644 --- a/sys/dev/acpi/acpica/Subsystem/actypes.h +++ b/sys/dev/acpi/acpica/Subsystem/actypes.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actypes.h - Common data types for the entire ACPI subsystem - * $Revision: 1.9 $ + * xRevision: 262 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/acutils.h b/sys/dev/acpi/acpica/Subsystem/acutils.h index 559d6d6b2a6..ece19d65598 100644 --- a/sys/dev/acpi/acpica/Subsystem/acutils.h +++ b/sys/dev/acpi/acpica/Subsystem/acutils.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures - * $Revision: 1.6 $ + * xRevision: 157 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/amlcode.h b/sys/dev/acpi/acpica/Subsystem/amlcode.h index fa4d750e753..f64ee91380b 100644 --- a/sys/dev/acpi/acpica/Subsystem/amlcode.h +++ b/sys/dev/acpi/acpica/Subsystem/amlcode.h @@ -3,7 +3,7 @@ * Name: amlcode.h - Definitions for AML, as included in "definition blocks" * Declarations and definitions contained herein are derived * directly from the ACPI specification. - * $Revision: 1.6 $ + * xRevision: 73 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/amlresrc.h b/sys/dev/acpi/acpica/Subsystem/amlresrc.h index 9a5bdf6900a..6749afd19c4 100644 --- a/sys/dev/acpi/acpica/Subsystem/amlresrc.h +++ b/sys/dev/acpi/acpica/Subsystem/amlresrc.h @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: amlresrc.h - AML resource descriptors - * $Revision: 1.4 $ + * xRevision: 23 $ * *****************************************************************************/ diff --git a/sys/dev/acpi/acpica/Subsystem/dbcmds.c b/sys/dev/acpi/acpica/Subsystem/dbcmds.c index daf3ff83fe1..bacf51c29b0 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbcmds.c +++ b/sys/dev/acpi/acpica/Subsystem/dbcmds.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbcmds - debug commands and output routines - * $Revision: 1.9 $ + * xRevision: 109 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbcmds.c,v 1.10 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdispat.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbdisply.c b/sys/dev/acpi/acpica/Subsystem/dbdisply.c index bf4c3f05872..73361677657 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbdisply.c +++ b/sys/dev/acpi/acpica/Subsystem/dbdisply.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbdisply - debug display commands - * $Revision: 1.9 $ + * xRevision: 98 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbdisply.c,v 1.10 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "amlcode.h" #include "acdispat.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbexec.c b/sys/dev/acpi/acpica/Subsystem/dbexec.c index ec01ad9facd..01f95b6dda4 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbexec.c +++ b/sys/dev/acpi/acpica/Subsystem/dbexec.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbexec - debugger control method execution - * $Revision: 1.9 $ + * xRevision: 55 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbexec.c,v 1.10 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdebug.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbfileio.c b/sys/dev/acpi/acpica/Subsystem/dbfileio.c index b898f761e56..6bc0ab0fb8c 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbfileio.c +++ b/sys/dev/acpi/acpica/Subsystem/dbfileio.c @@ -2,7 +2,7 @@ * * 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.8 $ + * xRevision: 75 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbfileio.c,v 1.9 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdebug.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbhistry.c b/sys/dev/acpi/acpica/Subsystem/dbhistry.c index e81e1e71dd6..14abcd9d5a2 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbhistry.c +++ b/sys/dev/acpi/acpica/Subsystem/dbhistry.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dbhistry - debugger HISTORY command - * $Revision: 1.7 $ + * xRevision: 28 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbhistry.c,v 1.8 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdebug.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbinput.c b/sys/dev/acpi/acpica/Subsystem/dbinput.c index 9757df98ed7..9093e9ceaa1 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbinput.c +++ b/sys/dev/acpi/acpica/Subsystem/dbinput.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbinput - user front-end to the AML debugger - * $Revision: 1.9 $ + * xRevision: 97 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbinput.c,v 1.10 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdebug.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbstats.c b/sys/dev/acpi/acpica/Subsystem/dbstats.c index 6727e795ae7..15c7aba1654 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbstats.c +++ b/sys/dev/acpi/acpica/Subsystem/dbstats.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbstats - Generation and display of ACPI table statistics - * $Revision: 1.10 $ + * xRevision: 68 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbstats.c,v 1.11 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acdebug.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbutils.c b/sys/dev/acpi/acpica/Subsystem/dbutils.c index 69716a92be9..7f4914ef37e 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbutils.c +++ b/sys/dev/acpi/acpica/Subsystem/dbutils.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbutils - AML debugger utilities - * $Revision: 1.7 $ + * xRevision: 65 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbutils.c,v 1.8 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dbxface.c b/sys/dev/acpi/acpica/Subsystem/dbxface.c index 268d8ec54d6..b618bf4f3c4 100644 --- a/sys/dev/acpi/acpica/Subsystem/dbxface.c +++ b/sys/dev/acpi/acpica/Subsystem/dbxface.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dbxface - AML Debugger external interfaces - * $Revision: 1.7 $ + * xRevision: 70 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dbxface.c,v 1.8 2003/11/09 11:50:59 kochi Exp $"); + #include "acpi.h" #include "amlcode.h" #include "acdebug.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmbuffer.c b/sys/dev/acpi/acpica/Subsystem/dmbuffer.c index 41a40542560..faa83d50aec 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmbuffer.c +++ b/sys/dev/acpi/acpica/Subsystem/dmbuffer.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmbuffer - AML disassembler, buffer and string support - * $Revision: 1.3 $ + * xRevision: 12 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmbuffer.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acdisasm.h" #include "acparser.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmnames.c b/sys/dev/acpi/acpica/Subsystem/dmnames.c index 1d8dd7412c7..342b0e83605 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmnames.c +++ b/sys/dev/acpi/acpica/Subsystem/dmnames.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmnames - AML disassembler, names, namestrings, pathnames - * $Revision: 1.3 $ + * xRevision: 6 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmnames.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmobject.c b/sys/dev/acpi/acpica/Subsystem/dmobject.c index 2616532f823..21f23d5b7f1 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmobject.c +++ b/sys/dev/acpi/acpica/Subsystem/dmobject.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmobject - ACPI object decode and display - * $Revision: 1.2 $ + * xRevision: 6 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmobject.c,v 1.3 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "amlcode.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmopcode.c b/sys/dev/acpi/acpica/Subsystem/dmopcode.c index 9929ddc1b06..55c363c3924 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmopcode.c +++ b/sys/dev/acpi/acpica/Subsystem/dmopcode.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmopcode - AML disassembler, specific AML opcodes - * $Revision: 1.3 $ + * xRevision: 84 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmopcode.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmresrc.c b/sys/dev/acpi/acpica/Subsystem/dmresrc.c index 39fff52cfac..cceb1fb574f 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmresrc.c +++ b/sys/dev/acpi/acpica/Subsystem/dmresrc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmresrc.c - Resource Descriptor disassembly - * $Revision: 1.4 $ + * xRevision: 9 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmresrc.c,v 1.5 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "amlcode.h" #include "acdisasm.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmresrcl.c b/sys/dev/acpi/acpica/Subsystem/dmresrcl.c index dc0089b3afd..6b39ea2bae4 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmresrcl.c +++ b/sys/dev/acpi/acpica/Subsystem/dmresrcl.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly - * $Revision: 1.3 $ + * xRevision: 11 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmresrcl.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acdisasm.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmresrcs.c b/sys/dev/acpi/acpica/Subsystem/dmresrcs.c index 57ea703018d..a616df137d8 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmresrcs.c +++ b/sys/dev/acpi/acpica/Subsystem/dmresrcs.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmresrcs.c - "Small" Resource Descriptor disassembly - * $Revision: 1.3 $ + * xRevision: 4 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmresrcs.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acdisasm.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmutils.c b/sys/dev/acpi/acpica/Subsystem/dmutils.c index 8af06990df3..bc193dc1877 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmutils.c +++ b/sys/dev/acpi/acpica/Subsystem/dmutils.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmutils - AML disassembler utilities - * $Revision: 1.3 $ + * xRevision: 8 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmutils.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "amlcode.h" #include "acdisasm.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dmwalk.c b/sys/dev/acpi/acpica/Subsystem/dmwalk.c index f3c3e9a26a2..17af994cc10 100644 --- a/sys/dev/acpi/acpica/Subsystem/dmwalk.c +++ b/sys/dev/acpi/acpica/Subsystem/dmwalk.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dmwalk - AML disassembly tree walk - * $Revision: 1.3 $ + * xRevision: 10 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dmwalk.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsfield.c b/sys/dev/acpi/acpica/Subsystem/dsfield.c index 399c7047386..113f61f2d3d 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsfield.c +++ b/sys/dev/acpi/acpica/Subsystem/dsfield.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsfield - Dispatcher field routines - * $Revision: 1.7 $ + * xRevision: 73 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsfield.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSFIELD_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsinit.c b/sys/dev/acpi/acpica/Subsystem/dsinit.c index 974763e8453..cda7719dfa9 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsinit.c +++ b/sys/dev/acpi/acpica/Subsystem/dsinit.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsinit - Object initialization namespace walk - * $Revision: 1.4 $ + * xRevision: 9 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsinit.c,v 1.5 2003/11/09 11:51:00 kochi Exp $"); + #define __DSINIT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsmethod.c b/sys/dev/acpi/acpica/Subsystem/dsmethod.c index d48d48b8d1e..75cacf53479 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsmethod.c +++ b/sys/dev/acpi/acpica/Subsystem/dsmethod.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsmethod - Parser/Interpreter interface - control method parsing - * $Revision: 1.8 $ + * xRevision: 92 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsmethod.c,v 1.9 2003/11/09 11:51:00 kochi Exp $"); + #define __DSMETHOD_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsmthdat.c b/sys/dev/acpi/acpica/Subsystem/dsmthdat.c index e863ce18231..8ffa3dec95f 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsmthdat.c +++ b/sys/dev/acpi/acpica/Subsystem/dsmthdat.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dsmthdat - control method arguments and local variables - * $Revision: 1.7 $ + * xRevision: 73 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsmthdat.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSMTHDAT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsobject.c b/sys/dev/acpi/acpica/Subsystem/dsobject.c index 3417ef0b13f..d6607324994 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsobject.c +++ b/sys/dev/acpi/acpica/Subsystem/dsobject.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsobject - Dispatcher object management routines - * $Revision: 1.7 $ + * xRevision: 117 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsobject.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSOBJECT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsopcode.c b/sys/dev/acpi/acpica/Subsystem/dsopcode.c index becbd41bf36..51c30d4eae5 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsopcode.c +++ b/sys/dev/acpi/acpica/Subsystem/dsopcode.c @@ -2,7 +2,7 @@ * * Module Name: dsopcode - Dispatcher Op Region support and handling of * "control" opcodes - * $Revision: 1.7 $ + * xRevision: 91 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsopcode.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSOPCODE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dsutils.c b/sys/dev/acpi/acpica/Subsystem/dsutils.c index 22ebed302c1..aa96ed1cfdc 100644 --- a/sys/dev/acpi/acpica/Subsystem/dsutils.c +++ b/sys/dev/acpi/acpica/Subsystem/dsutils.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dsutils - Dispatcher utilities - * $Revision: 1.7 $ + * xRevision: 100 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dsutils.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSUTILS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dswexec.c b/sys/dev/acpi/acpica/Subsystem/dswexec.c index 44587a8baa9..55a91d53bf8 100644 --- a/sys/dev/acpi/acpica/Subsystem/dswexec.c +++ b/sys/dev/acpi/acpica/Subsystem/dswexec.c @@ -2,7 +2,7 @@ * * Module Name: dswexec - Dispatcher method execution callbacks; * dispatch to interpreter. - * $Revision: 1.7 $ + * xRevision: 105 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dswexec.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSWEXEC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dswload.c b/sys/dev/acpi/acpica/Subsystem/dswload.c index 470a648ead8..19c5cb27634 100644 --- a/sys/dev/acpi/acpica/Subsystem/dswload.c +++ b/sys/dev/acpi/acpica/Subsystem/dswload.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dswload - Dispatcher namespace load callbacks - * $Revision: 1.7 $ + * xRevision: 84 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dswload.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSWLOAD_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dswscope.c b/sys/dev/acpi/acpica/Subsystem/dswscope.c index aaeb49924c1..981f19070a3 100644 --- a/sys/dev/acpi/acpica/Subsystem/dswscope.c +++ b/sys/dev/acpi/acpica/Subsystem/dswscope.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dswscope - Scope stack manipulation - * $Revision: 1.7 $ + * xRevision: 59 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dswscope.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSWSCOPE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/dswstate.c b/sys/dev/acpi/acpica/Subsystem/dswstate.c index 94134523aa7..8c17b397dc7 100644 --- a/sys/dev/acpi/acpica/Subsystem/dswstate.c +++ b/sys/dev/acpi/acpica/Subsystem/dswstate.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dswstate - Dispatcher parse tree walk management routines - * $Revision: 1.7 $ + * xRevision: 76 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dswstate.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __DSWSTATE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evevent.c b/sys/dev/acpi/acpica/Subsystem/evevent.c index 7b0116cacab..88b58780732 100644 --- a/sys/dev/acpi/acpica/Subsystem/evevent.c +++ b/sys/dev/acpi/acpica/Subsystem/evevent.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evevent - Fixed Event handling and dispatch - * $Revision: 1.7 $ + * xRevision: 111 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evevent.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evgpe.c b/sys/dev/acpi/acpica/Subsystem/evgpe.c index 6ec92c2f876..0f5539dbf08 100644 --- a/sys/dev/acpi/acpica/Subsystem/evgpe.c +++ b/sys/dev/acpi/acpica/Subsystem/evgpe.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evgpe - General Purpose Event handling and dispatch - * $Revision: 1.5 $ + * xRevision: 31 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evgpe.c,v 1.6 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evgpeblk.c b/sys/dev/acpi/acpica/Subsystem/evgpeblk.c index 6581629d46e..566cf592325 100644 --- a/sys/dev/acpi/acpica/Subsystem/evgpeblk.c +++ b/sys/dev/acpi/acpica/Subsystem/evgpeblk.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evgpeblk - GPE block creation and initialization. - * $Revision: 1.4 $ + * xRevision: 25 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evgpeblk.c,v 1.5 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evmisc.c b/sys/dev/acpi/acpica/Subsystem/evmisc.c index da938644015..85576d18556 100644 --- a/sys/dev/acpi/acpica/Subsystem/evmisc.c +++ b/sys/dev/acpi/acpica/Subsystem/evmisc.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evmisc - Miscellaneous event manager support functions - * $Revision: 1.7 $ + * xRevision: 69 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evmisc.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" #include "acnamesp.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evregion.c b/sys/dev/acpi/acpica/Subsystem/evregion.c index 391d35e22ad..b2e819d9f17 100644 --- a/sys/dev/acpi/acpica/Subsystem/evregion.c +++ b/sys/dev/acpi/acpica/Subsystem/evregion.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evregion - ACPI AddressSpace (OpRegion) handler dispatch - * $Revision: 1.7 $ + * xRevision: 143 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evregion.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EVREGION_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evrgnini.c b/sys/dev/acpi/acpica/Subsystem/evrgnini.c index 43b7c86d945..c4580f229b3 100644 --- a/sys/dev/acpi/acpica/Subsystem/evrgnini.c +++ b/sys/dev/acpi/acpica/Subsystem/evrgnini.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evrgnini- ACPI AddressSpace (OpRegion) init - * $Revision: 1.7 $ + * xRevision: 70 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evrgnini.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EVRGNINI_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evsci.c b/sys/dev/acpi/acpica/Subsystem/evsci.c index 1ee6900ef59..38e7fa908fc 100644 --- a/sys/dev/acpi/acpica/Subsystem/evsci.c +++ b/sys/dev/acpi/acpica/Subsystem/evsci.c @@ -2,7 +2,7 @@ * * Module Name: evsci - System Control Interrupt configuration and * legacy to ACPI mode state transition functions - * $Revision: 1.7 $ + * xRevision: 93 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evsci.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evxface.c b/sys/dev/acpi/acpica/Subsystem/evxface.c index b3ed5424bb4..4fa7e7cd01a 100644 --- a/sys/dev/acpi/acpica/Subsystem/evxface.c +++ b/sys/dev/acpi/acpica/Subsystem/evxface.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evxface - External interfaces for ACPI events - * $Revision: 1.7 $ + * xRevision: 141 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evxface.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EVXFACE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evxfevnt.c b/sys/dev/acpi/acpica/Subsystem/evxfevnt.c index e9e1aca0501..c17fdead0a6 100644 --- a/sys/dev/acpi/acpica/Subsystem/evxfevnt.c +++ b/sys/dev/acpi/acpica/Subsystem/evxfevnt.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: evxfevnt - External Interfaces, ACPI event disable/enable - * $Revision: 1.7 $ + * xRevision: 73 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evxfevnt.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EVXFEVNT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/evxfregn.c b/sys/dev/acpi/acpica/Subsystem/evxfregn.c index 2dac16a9e4a..bbb0d362a3c 100644 --- a/sys/dev/acpi/acpica/Subsystem/evxfregn.c +++ b/sys/dev/acpi/acpica/Subsystem/evxfregn.c @@ -2,7 +2,7 @@ * * Module Name: evxfregn - External Interfaces, ACPI Operation Regions and * Address Spaces. - * $Revision: 1.8 $ + * xRevision: 57 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: evxfregn.c,v 1.9 2003/11/09 11:51:00 kochi Exp $"); + #define __EVXFREGN_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exconfig.c b/sys/dev/acpi/acpica/Subsystem/exconfig.c index 2cf8d7531f8..3fbc1fa744e 100644 --- a/sys/dev/acpi/acpica/Subsystem/exconfig.c +++ b/sys/dev/acpi/acpica/Subsystem/exconfig.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes) - * $Revision: 1.7 $ + * xRevision: 74 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exconfig.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXCONFIG_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exconvrt.c b/sys/dev/acpi/acpica/Subsystem/exconvrt.c index e418c709bc3..274a796bcce 100644 --- a/sys/dev/acpi/acpica/Subsystem/exconvrt.c +++ b/sys/dev/acpi/acpica/Subsystem/exconvrt.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exconvrt - Object conversion routines - * $Revision: 1.9 $ + * xRevision: 49 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exconvrt.c,v 1.10 2003/11/09 11:51:00 kochi Exp $"); + #define __EXCONVRT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/excreate.c b/sys/dev/acpi/acpica/Subsystem/excreate.c index 5e5bbb05e5b..45adddc063b 100644 --- a/sys/dev/acpi/acpica/Subsystem/excreate.c +++ b/sys/dev/acpi/acpica/Subsystem/excreate.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: excreate - Named object creation - * $Revision: 1.7 $ + * xRevision: 100 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: excreate.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXCREATE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exdump.c b/sys/dev/acpi/acpica/Subsystem/exdump.c index 4eb53024c76..0861f72709c 100644 --- a/sys/dev/acpi/acpica/Subsystem/exdump.c +++ b/sys/dev/acpi/acpica/Subsystem/exdump.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exdump - Interpreter debug output routines - * $Revision: 1.7 $ + * xRevision: 170 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exdump.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXDUMP_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exfield.c b/sys/dev/acpi/acpica/Subsystem/exfield.c index 69a0ec182b6..e2e6a3df4aa 100644 --- a/sys/dev/acpi/acpica/Subsystem/exfield.c +++ b/sys/dev/acpi/acpica/Subsystem/exfield.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exfield - ACPI AML (p-code) execution - field manipulation - * $Revision: 1.7 $ + * xRevision: 119 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exfield.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXFIELD_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exfldio.c b/sys/dev/acpi/acpica/Subsystem/exfldio.c index 29ada214138..c1b0c3f0927 100644 --- a/sys/dev/acpi/acpica/Subsystem/exfldio.c +++ b/sys/dev/acpi/acpica/Subsystem/exfldio.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exfldio - Aml Field I/O - * $Revision: 1.7 $ + * xRevision: 100 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exfldio.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXFLDIO_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exmisc.c b/sys/dev/acpi/acpica/Subsystem/exmisc.c index c2d72598731..8c263b6c9bf 100644 --- a/sys/dev/acpi/acpica/Subsystem/exmisc.c +++ b/sys/dev/acpi/acpica/Subsystem/exmisc.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes - * $Revision: 1.7 $ + * xRevision: 116 $ * *****************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exmisc.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXMISC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exmutex.c b/sys/dev/acpi/acpica/Subsystem/exmutex.c index 26619aa1b89..b7781ce15bf 100644 --- a/sys/dev/acpi/acpica/Subsystem/exmutex.c +++ b/sys/dev/acpi/acpica/Subsystem/exmutex.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exmutex - ASL Mutex Acquire/Release functions - * $Revision: 1.9 $ + * xRevision: 19 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exmutex.c,v 1.10 2003/11/09 11:51:00 kochi Exp $"); + #define __EXMUTEX_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exnames.c b/sys/dev/acpi/acpica/Subsystem/exnames.c index ac31be71eaa..1b380aa2cfa 100644 --- a/sys/dev/acpi/acpica/Subsystem/exnames.c +++ b/sys/dev/acpi/acpica/Subsystem/exnames.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exnames - interpreter/scanner name load/execute - * $Revision: 1.7 $ + * xRevision: 94 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exnames.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXNAMES_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exoparg1.c b/sys/dev/acpi/acpica/Subsystem/exoparg1.c index c4ab038a87d..ce6bfe4af80 100644 --- a/sys/dev/acpi/acpica/Subsystem/exoparg1.c +++ b/sys/dev/acpi/acpica/Subsystem/exoparg1.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exoparg1 - AML execution - opcodes with 1 argument - * $Revision: 1.6 $ + * xRevision: 151 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exoparg1.c,v 1.7 2003/11/09 11:51:00 kochi Exp $"); + #define __EXOPARG1_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exoparg2.c b/sys/dev/acpi/acpica/Subsystem/exoparg2.c index f6fc15cb4a0..cac9397e101 100644 --- a/sys/dev/acpi/acpica/Subsystem/exoparg2.c +++ b/sys/dev/acpi/acpica/Subsystem/exoparg2.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exoparg2 - AML execution - opcodes with 2 arguments - * $Revision: 1.6 $ + * xRevision: 117 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exoparg2.c,v 1.7 2003/11/09 11:51:00 kochi Exp $"); + #define __EXOPARG2_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exoparg3.c b/sys/dev/acpi/acpica/Subsystem/exoparg3.c index 8dac3c263c4..9c41577fdd5 100644 --- a/sys/dev/acpi/acpica/Subsystem/exoparg3.c +++ b/sys/dev/acpi/acpica/Subsystem/exoparg3.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exoparg3 - AML execution - opcodes with 3 arguments - * $Revision: 1.7 $ + * xRevision: 18 $ * *****************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exoparg3.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXOPARG3_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exoparg6.c b/sys/dev/acpi/acpica/Subsystem/exoparg6.c index 44cd4344679..a5aacc229b8 100644 --- a/sys/dev/acpi/acpica/Subsystem/exoparg6.c +++ b/sys/dev/acpi/acpica/Subsystem/exoparg6.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exoparg6 - AML execution - opcodes with 6 arguments - * $Revision: 1.6 $ + * xRevision: 12 $ * *****************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exoparg6.c,v 1.7 2003/11/09 11:51:00 kochi Exp $"); + #define __EXOPARG6_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exprep.c b/sys/dev/acpi/acpica/Subsystem/exprep.c index 86a61c7b0b6..b5e5ef22a89 100644 --- a/sys/dev/acpi/acpica/Subsystem/exprep.c +++ b/sys/dev/acpi/acpica/Subsystem/exprep.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exprep - ACPI AML (p-code) execution - field prep utilities - * $Revision: 1.7 $ + * xRevision: 125 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exprep.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXPREP_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exregion.c b/sys/dev/acpi/acpica/Subsystem/exregion.c index b6316c0f9ff..8b5a7d42996 100644 --- a/sys/dev/acpi/acpica/Subsystem/exregion.c +++ b/sys/dev/acpi/acpica/Subsystem/exregion.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exregion - ACPI default OpRegion (address space) handlers - * $Revision: 1.7 $ + * xRevision: 85 $ * *****************************************************************************/ @@ -116,6 +116,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exregion.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXREGION_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exresnte.c b/sys/dev/acpi/acpica/Subsystem/exresnte.c index 89f8eed9c63..9596bab56e0 100644 --- a/sys/dev/acpi/acpica/Subsystem/exresnte.c +++ b/sys/dev/acpi/acpica/Subsystem/exresnte.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exresnte - AML Interpreter object resolution - * $Revision: 1.7 $ + * xRevision: 63 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exresnte.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXRESNTE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exresolv.c b/sys/dev/acpi/acpica/Subsystem/exresolv.c index 843e7fdcc95..d764e426768 100644 --- a/sys/dev/acpi/acpica/Subsystem/exresolv.c +++ b/sys/dev/acpi/acpica/Subsystem/exresolv.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exresolv - AML Interpreter object resolution - * $Revision: 1.7 $ + * xRevision: 121 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exresolv.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXRESOLV_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exresop.c b/sys/dev/acpi/acpica/Subsystem/exresop.c index 446b3fd5833..6d47eb4cc78 100644 --- a/sys/dev/acpi/acpica/Subsystem/exresop.c +++ b/sys/dev/acpi/acpica/Subsystem/exresop.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exresop - AML Interpreter operand/object resolution - * $Revision: 1.9 $ + * xRevision: 65 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exresop.c,v 1.10 2003/11/09 11:51:00 kochi Exp $"); + #define __EXRESOP_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exstore.c b/sys/dev/acpi/acpica/Subsystem/exstore.c index ccf69bf0085..6e1b7e3f40d 100644 --- a/sys/dev/acpi/acpica/Subsystem/exstore.c +++ b/sys/dev/acpi/acpica/Subsystem/exstore.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exstore - AML Interpreter object store support - * $Revision: 1.7 $ + * xRevision: 177 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exstore.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXSTORE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exstoren.c b/sys/dev/acpi/acpica/Subsystem/exstoren.c index 55e66152c93..30a6e348da0 100644 --- a/sys/dev/acpi/acpica/Subsystem/exstoren.c +++ b/sys/dev/acpi/acpica/Subsystem/exstoren.c @@ -3,7 +3,7 @@ * * Module Name: exstoren - AML Interpreter object store support, * Store to Node (namespace object) - * $Revision: 1.7 $ + * xRevision: 56 $ * *****************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exstoren.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXSTOREN_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exstorob.c b/sys/dev/acpi/acpica/Subsystem/exstorob.c index c54fc5de70b..452afdf6e88 100644 --- a/sys/dev/acpi/acpica/Subsystem/exstorob.c +++ b/sys/dev/acpi/acpica/Subsystem/exstorob.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exstorob - AML Interpreter object store support, store to object - * $Revision: 1.7 $ + * xRevision: 50 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exstorob.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXSTOROB_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exsystem.c b/sys/dev/acpi/acpica/Subsystem/exsystem.c index 6d36b1a0e41..36154c39f69 100644 --- a/sys/dev/acpi/acpica/Subsystem/exsystem.c +++ b/sys/dev/acpi/acpica/Subsystem/exsystem.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exsystem - Interface to OS services - * $Revision: 1.7 $ + * xRevision: 79 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exsystem.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXSYSTEM_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/exutils.c b/sys/dev/acpi/acpica/Subsystem/exutils.c index cdd255a8913..7b6d07e8ea4 100644 --- a/sys/dev/acpi/acpica/Subsystem/exutils.c +++ b/sys/dev/acpi/acpica/Subsystem/exutils.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exutils - interpreter/scanner utilities - * $Revision: 1.7 $ + * xRevision: 110 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: exutils.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __EXUTILS_C__ /* diff --git a/sys/dev/acpi/acpica/Subsystem/hwacpi.c b/sys/dev/acpi/acpica/Subsystem/hwacpi.c index efb3e10b3b5..1d12bff70e0 100644 --- a/sys/dev/acpi/acpica/Subsystem/hwacpi.c +++ b/sys/dev/acpi/acpica/Subsystem/hwacpi.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface - * $Revision: 1.7 $ + * xRevision: 64 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hwacpi.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __HWACPI_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/hwgpe.c b/sys/dev/acpi/acpica/Subsystem/hwgpe.c index a31e45f3f63..5ce0759600f 100644 --- a/sys/dev/acpi/acpica/Subsystem/hwgpe.c +++ b/sys/dev/acpi/acpica/Subsystem/hwgpe.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: hwgpe - Low level GPE enable/disable/clear functions - * $Revision: 1.7 $ + * xRevision: 53 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hwgpe.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #include "acevents.h" diff --git a/sys/dev/acpi/acpica/Subsystem/hwregs.c b/sys/dev/acpi/acpica/Subsystem/hwregs.c index 4acf0bb87f1..1a4b4589a42 100644 --- a/sys/dev/acpi/acpica/Subsystem/hwregs.c +++ b/sys/dev/acpi/acpica/Subsystem/hwregs.c @@ -3,7 +3,7 @@ * * Module Name: hwregs - Read/write access functions for the various ACPI * control and status registers. - * $Revision: 1.10 $ + * xRevision: 152 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hwregs.c,v 1.11 2003/11/09 11:51:00 kochi Exp $"); + #define __HWREGS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/hwsleep.c b/sys/dev/acpi/acpica/Subsystem/hwsleep.c index 47fffe3900b..19e49f32028 100644 --- a/sys/dev/acpi/acpica/Subsystem/hwsleep.c +++ b/sys/dev/acpi/acpica/Subsystem/hwsleep.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Name: hwsleep.c - ACPI Hardware Sleep/Wake Interface - * $Revision: 1.7 $ + * xRevision: 56 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hwsleep.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #define _COMPONENT ACPI_HARDWARE diff --git a/sys/dev/acpi/acpica/Subsystem/hwtimer.c b/sys/dev/acpi/acpica/Subsystem/hwtimer.c index f4a82bd8b8c..e5f358c56b6 100644 --- a/sys/dev/acpi/acpica/Subsystem/hwtimer.c +++ b/sys/dev/acpi/acpica/Subsystem/hwtimer.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Name: hwtimer.c - ACPI Power Management Timer Interface - * $Revision: 1.7 $ + * xRevision: 25 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hwtimer.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #include "acpi.h" #define _COMPONENT ACPI_HARDWARE diff --git a/sys/dev/acpi/acpica/Subsystem/nsaccess.c b/sys/dev/acpi/acpica/Subsystem/nsaccess.c index 1e716d24678..281796a8023 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsaccess.c +++ b/sys/dev/acpi/acpica/Subsystem/nsaccess.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nsaccess - Top-level functions for accessing ACPI namespace - * $Revision: 1.7 $ + * xRevision: 175 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsaccess.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSACCESS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsalloc.c b/sys/dev/acpi/acpica/Subsystem/nsalloc.c index 6d7febac995..58f81c419f1 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsalloc.c +++ b/sys/dev/acpi/acpica/Subsystem/nsalloc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nsalloc - Namespace allocation and deletion utilities - * $Revision: 1.10 $ + * xRevision: 83 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsalloc.c,v 1.11 2003/11/09 11:51:00 kochi Exp $"); + #define __NSALLOC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsdump.c b/sys/dev/acpi/acpica/Subsystem/nsdump.c index 0bf44268570..91270ac0eaf 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsdump.c +++ b/sys/dev/acpi/acpica/Subsystem/nsdump.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nsdump - table dumping routines for debug - * $Revision: 1.9 $ + * xRevision: 156 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsdump.c,v 1.10 2003/11/09 11:51:00 kochi Exp $"); + #define __NSDUMP_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsdumpdv.c b/sys/dev/acpi/acpica/Subsystem/nsdumpdv.c index 1c6b408aa8a..bf03cc6bff6 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsdumpdv.c +++ b/sys/dev/acpi/acpica/Subsystem/nsdumpdv.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nsdump - table dumping routines for debug - * $Revision: 1.3 $ + * xRevision: 9 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsdumpdv.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #define __NSDUMPDV_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nseval.c b/sys/dev/acpi/acpica/Subsystem/nseval.c index 6cb886b0800..80578d52bb5 100644 --- a/sys/dev/acpi/acpica/Subsystem/nseval.c +++ b/sys/dev/acpi/acpica/Subsystem/nseval.c @@ -2,7 +2,7 @@ * * Module Name: nseval - Object evaluation interfaces -- includes control * method lookup and execution. - * $Revision: 1.8 $ + * xRevision: 121 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nseval.c,v 1.9 2003/11/09 11:51:00 kochi Exp $"); + #define __NSEVAL_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsinit.c b/sys/dev/acpi/acpica/Subsystem/nsinit.c index 0ead55fe1c2..53d174a1ca6 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsinit.c +++ b/sys/dev/acpi/acpica/Subsystem/nsinit.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nsinit - namespace initialization - * $Revision: 1.7 $ + * xRevision: 57 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsinit.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSXFINIT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsload.c b/sys/dev/acpi/acpica/Subsystem/nsload.c index aef39208513..13388a1591a 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsload.c +++ b/sys/dev/acpi/acpica/Subsystem/nsload.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nsload - namespace loading/expanding/contracting procedures - * $Revision: 1.7 $ + * xRevision: 66 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsload.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSLOAD_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsnames.c b/sys/dev/acpi/acpica/Subsystem/nsnames.c index b0b5535e732..62cd447e55e 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsnames.c +++ b/sys/dev/acpi/acpica/Subsystem/nsnames.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nsnames - Name manipulation and search - * $Revision: 1.7 $ + * xRevision: 83 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsnames.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSNAMES_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsobject.c b/sys/dev/acpi/acpica/Subsystem/nsobject.c index 529a939f2b8..59b708397ae 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsobject.c +++ b/sys/dev/acpi/acpica/Subsystem/nsobject.c @@ -2,7 +2,7 @@ * * Module Name: nsobject - Utilities for objects attached to namespace * table entries - * $Revision: 1.7 $ + * xRevision: 89 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsobject.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSOBJECT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsparse.c b/sys/dev/acpi/acpica/Subsystem/nsparse.c index c39ad7d8f23..ac134f3937e 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsparse.c +++ b/sys/dev/acpi/acpica/Subsystem/nsparse.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nsparse - namespace interface to AML parser - * $Revision: 1.3 $ + * xRevision: 4 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsparse.c,v 1.4 2003/11/09 11:51:00 kochi Exp $"); + #define __NSPARSE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nssearch.c b/sys/dev/acpi/acpica/Subsystem/nssearch.c index 605508669d2..c2f3e5fee68 100644 --- a/sys/dev/acpi/acpica/Subsystem/nssearch.c +++ b/sys/dev/acpi/acpica/Subsystem/nssearch.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: nssearch - Namespace search - * $Revision: 1.7 $ + * xRevision: 99 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nssearch.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSSEARCH_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsutils.c b/sys/dev/acpi/acpica/Subsystem/nsutils.c index db3c2cba863..334a6f95d90 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsutils.c +++ b/sys/dev/acpi/acpica/Subsystem/nsutils.c @@ -2,7 +2,7 @@ * * Module Name: nsutils - Utilities for accessing ACPI namespace, accessing * parents and siblings and Scope manipulation - * $Revision: 1.8 $ + * xRevision: 131 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsutils.c,v 1.9 2003/11/09 11:51:00 kochi Exp $"); + #define __NSUTILS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nswalk.c b/sys/dev/acpi/acpica/Subsystem/nswalk.c index c598077e244..346598c5eba 100644 --- a/sys/dev/acpi/acpica/Subsystem/nswalk.c +++ b/sys/dev/acpi/acpica/Subsystem/nswalk.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: nswalk - Functions for walking the ACPI namespace - * $Revision: 1.7 $ + * xRevision: 35 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nswalk.c,v 1.8 2003/11/09 11:51:00 kochi Exp $"); + #define __NSWALK_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsxfeval.c b/sys/dev/acpi/acpica/Subsystem/nsxfeval.c index e9940964957..6444c56db78 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsxfeval.c +++ b/sys/dev/acpi/acpica/Subsystem/nsxfeval.c @@ -2,7 +2,7 @@ * * Module Name: nsxfeval - Public interfaces to the ACPI subsystem * ACPI Object evaluation interfaces - * $Revision: 1.3 $ + * xRevision: 10 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsxfeval.c,v 1.4 2003/11/09 11:51:01 kochi Exp $"); + #define __NSXFEVAL_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsxfname.c b/sys/dev/acpi/acpica/Subsystem/nsxfname.c index ffd34ead140..5fde47cf5a4 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsxfname.c +++ b/sys/dev/acpi/acpica/Subsystem/nsxfname.c @@ -2,7 +2,7 @@ * * Module Name: nsxfname - Public interfaces to the ACPI subsystem * ACPI Namespace oriented interfaces - * $Revision: 1.7 $ + * xRevision: 98 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsxfname.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __NSXFNAME_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/nsxfobj.c b/sys/dev/acpi/acpica/Subsystem/nsxfobj.c index 28cdeb6ad53..58e1a159ad5 100644 --- a/sys/dev/acpi/acpica/Subsystem/nsxfobj.c +++ b/sys/dev/acpi/acpica/Subsystem/nsxfobj.c @@ -2,7 +2,7 @@ * * Module Name: nsxfobj - Public interfaces to the ACPI subsystem * ACPI Object oriented interfaces - * $Revision: 1.7 $ + * xRevision: 116 $ * ******************************************************************************/ @@ -116,6 +116,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: nsxfobj.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __NSXFOBJ_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psargs.c b/sys/dev/acpi/acpica/Subsystem/psargs.c index 55b78cf07cf..1644848ba6c 100644 --- a/sys/dev/acpi/acpica/Subsystem/psargs.c +++ b/sys/dev/acpi/acpica/Subsystem/psargs.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psargs - Parse AML opcode arguments - * $Revision: 1.7 $ + * xRevision: 74 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psargs.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __PSARGS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psopcode.c b/sys/dev/acpi/acpica/Subsystem/psopcode.c index f656bc743e2..f7b067e7631 100644 --- a/sys/dev/acpi/acpica/Subsystem/psopcode.c +++ b/sys/dev/acpi/acpica/Subsystem/psopcode.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psopcode - Parser/Interpreter opcode information table - * $Revision: 1.7 $ + * xRevision: 77 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psopcode.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psparse.c b/sys/dev/acpi/acpica/Subsystem/psparse.c index 91f3e3f609c..aa08adbc7dc 100644 --- a/sys/dev/acpi/acpica/Subsystem/psparse.c +++ b/sys/dev/acpi/acpica/Subsystem/psparse.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psparse - Parser top level AML parse routines - * $Revision: 1.7 $ + * xRevision: 142 $ * *****************************************************************************/ @@ -124,6 +124,9 @@ * templates in AmlOpInfo[] */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psparse.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "acdispat.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psscope.c b/sys/dev/acpi/acpica/Subsystem/psscope.c index 22699d110ba..27467ff7fc2 100644 --- a/sys/dev/acpi/acpica/Subsystem/psscope.c +++ b/sys/dev/acpi/acpica/Subsystem/psscope.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psscope - Parser scope stack management routines - * $Revision: 1.7 $ + * xRevision: 36 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psscope.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #include "acpi.h" #include "acparser.h" diff --git a/sys/dev/acpi/acpica/Subsystem/pstree.c b/sys/dev/acpi/acpica/Subsystem/pstree.c index 7bb19787cc7..d3ce7e6c9a1 100644 --- a/sys/dev/acpi/acpica/Subsystem/pstree.c +++ b/sys/dev/acpi/acpica/Subsystem/pstree.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: pstree - Parser op tree manipulation/traversal/search - * $Revision: 1.7 $ + * xRevision: 41 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pstree.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __PSTREE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psutils.c b/sys/dev/acpi/acpica/Subsystem/psutils.c index 8f693761bd4..91b3c951ed7 100644 --- a/sys/dev/acpi/acpica/Subsystem/psutils.c +++ b/sys/dev/acpi/acpica/Subsystem/psutils.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psutils - Parser miscellaneous utilities (Parser only) - * $Revision: 1.7 $ + * xRevision: 55 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psutils.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "amlcode.h" diff --git a/sys/dev/acpi/acpica/Subsystem/pswalk.c b/sys/dev/acpi/acpica/Subsystem/pswalk.c index 29717479030..269e7a47c9f 100644 --- a/sys/dev/acpi/acpica/Subsystem/pswalk.c +++ b/sys/dev/acpi/acpica/Subsystem/pswalk.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: pswalk - Parser routines to walk parsed op tree(s) - * $Revision: 1.7 $ + * xRevision: 69 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: pswalk.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #include "acpi.h" #include "acparser.h" #include "acdispat.h" diff --git a/sys/dev/acpi/acpica/Subsystem/psxface.c b/sys/dev/acpi/acpica/Subsystem/psxface.c index 95c1d72668e..63e1351d34d 100644 --- a/sys/dev/acpi/acpica/Subsystem/psxface.c +++ b/sys/dev/acpi/acpica/Subsystem/psxface.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: psxface - Parser external interfaces - * $Revision: 1.7 $ + * xRevision: 68 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: psxface.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __PSXFACE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsaddr.c b/sys/dev/acpi/acpica/Subsystem/rsaddr.c index 5246cb467e5..63dc6c354fa 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsaddr.c +++ b/sys/dev/acpi/acpica/Subsystem/rsaddr.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsaddr - Address resource descriptors (16/32/64) - * $Revision: 1.7 $ + * xRevision: 33 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsaddr.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSADDR_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rscalc.c b/sys/dev/acpi/acpica/Subsystem/rscalc.c index c0fb9b051a7..443d056f08c 100644 --- a/sys/dev/acpi/acpica/Subsystem/rscalc.c +++ b/sys/dev/acpi/acpica/Subsystem/rscalc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rscalc - Calculate stream and list lengths - * $Revision: 1.7 $ + * xRevision: 49 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rscalc.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSCALC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rscreate.c b/sys/dev/acpi/acpica/Subsystem/rscreate.c index 3b4da934e71..96ab95391df 100644 --- a/sys/dev/acpi/acpica/Subsystem/rscreate.c +++ b/sys/dev/acpi/acpica/Subsystem/rscreate.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rscreate - Create resource lists/tables - * $Revision: 1.7 $ + * xRevision: 65 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rscreate.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSCREATE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsdump.c b/sys/dev/acpi/acpica/Subsystem/rsdump.c index 82e0e9e0ed4..b9fa7450085 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsdump.c +++ b/sys/dev/acpi/acpica/Subsystem/rsdump.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsdump - Functions to display the resource structures. - * $Revision: 1.9 $ + * xRevision: 37 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsdump.c,v 1.10 2003/11/09 11:51:01 kochi Exp $"); + #define __RSDUMP_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsio.c b/sys/dev/acpi/acpica/Subsystem/rsio.c index 158135322af..36676ea4049 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsio.c +++ b/sys/dev/acpi/acpica/Subsystem/rsio.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsio - IO and DMA resource descriptors - * $Revision: 1.7 $ + * xRevision: 24 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsio.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSIO_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsirq.c b/sys/dev/acpi/acpica/Subsystem/rsirq.c index 2c9a85b9b2a..a7ffb872920 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsirq.c +++ b/sys/dev/acpi/acpica/Subsystem/rsirq.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsirq - IRQ resource descriptors - * $Revision: 1.8 $ + * xRevision: 35 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsirq.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __RSIRQ_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rslist.c b/sys/dev/acpi/acpica/Subsystem/rslist.c index 4bf0fb27bb5..dee811ea170 100644 --- a/sys/dev/acpi/acpica/Subsystem/rslist.c +++ b/sys/dev/acpi/acpica/Subsystem/rslist.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rslist - Linked list utilities - * $Revision: 1.7 $ + * xRevision: 33 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rslist.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSLIST_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsmemory.c b/sys/dev/acpi/acpica/Subsystem/rsmemory.c index 2f93c87ff34..2699e703886 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsmemory.c +++ b/sys/dev/acpi/acpica/Subsystem/rsmemory.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsmem24 - Memory resource descriptors - * $Revision: 1.7 $ + * xRevision: 24 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsmemory.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSMEMORY_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsmisc.c b/sys/dev/acpi/acpica/Subsystem/rsmisc.c index 14f87fad3b5..26c084eed77 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsmisc.c +++ b/sys/dev/acpi/acpica/Subsystem/rsmisc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsmisc - Miscellaneous resource descriptors - * $Revision: 1.7 $ + * xRevision: 26 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsmisc.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSMISC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsutils.c b/sys/dev/acpi/acpica/Subsystem/rsutils.c index 6af6e4fc422..1f54eed75d7 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsutils.c +++ b/sys/dev/acpi/acpica/Subsystem/rsutils.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsutils - Utilities for the resource manager - * $Revision: 1.7 $ + * xRevision: 37 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsutils.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSUTILS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/rsxface.c b/sys/dev/acpi/acpica/Subsystem/rsxface.c index 1aa37de54f0..ef6ac8e0d0a 100644 --- a/sys/dev/acpi/acpica/Subsystem/rsxface.c +++ b/sys/dev/acpi/acpica/Subsystem/rsxface.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsxface - Public interfaces to the resource manager - * $Revision: 1.7 $ + * xRevision: 27 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rsxface.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __RSXFACE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbconvrt.c b/sys/dev/acpi/acpica/Subsystem/tbconvrt.c index 45d378bda5e..bb61a214575 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbconvrt.c +++ b/sys/dev/acpi/acpica/Subsystem/tbconvrt.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbconvrt - ACPI Table conversion utilities - * $Revision: 1.8 $ + * xRevision: 54 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbconvrt.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __TBCONVRT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbget.c b/sys/dev/acpi/acpica/Subsystem/tbget.c index 70c91690c5b..344995c801e 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbget.c +++ b/sys/dev/acpi/acpica/Subsystem/tbget.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbget - ACPI Table get* routines - * $Revision: 1.8 $ + * xRevision: 86 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbget.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __TBGET_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbgetall.c b/sys/dev/acpi/acpica/Subsystem/tbgetall.c index cc1dc82355b..da38b2276af 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbgetall.c +++ b/sys/dev/acpi/acpica/Subsystem/tbgetall.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbgetall - Get all required ACPI tables - * $Revision: 1.3 $ + * xRevision: 8 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbgetall.c,v 1.4 2003/11/09 11:51:01 kochi Exp $"); + #define __TBGETALL_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbinstal.c b/sys/dev/acpi/acpica/Subsystem/tbinstal.c index 3b363f4d5f4..14bd8d6ac9d 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbinstal.c +++ b/sys/dev/acpi/acpica/Subsystem/tbinstal.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbinstal - ACPI table installation and removal - * $Revision: 1.7 $ + * xRevision: 72 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbinstal.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __TBINSTAL_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbrsdt.c b/sys/dev/acpi/acpica/Subsystem/tbrsdt.c index f882ecb31b3..f419c5fa068 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbrsdt.c +++ b/sys/dev/acpi/acpica/Subsystem/tbrsdt.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbrsdt - ACPI RSDT table utilities - * $Revision: 1.4 $ + * xRevision: 9 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbrsdt.c,v 1.5 2003/11/09 11:51:01 kochi Exp $"); + #define __TBRSDT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbutils.c b/sys/dev/acpi/acpica/Subsystem/tbutils.c index b6c514a631c..9b7ec356a2a 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbutils.c +++ b/sys/dev/acpi/acpica/Subsystem/tbutils.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbutils - Table manipulation utilities - * $Revision: 1.7 $ + * xRevision: 60 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbutils.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __TBUTILS_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbxface.c b/sys/dev/acpi/acpica/Subsystem/tbxface.c index 977f2d4def4..d198ddc9ba6 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbxface.c +++ b/sys/dev/acpi/acpica/Subsystem/tbxface.c @@ -2,7 +2,7 @@ * * Module Name: tbxface - Public interfaces to the ACPI subsystem * ACPI table oriented interfaces - * $Revision: 1.7 $ + * xRevision: 63 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbxface.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __TBXFACE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/tbxfroot.c b/sys/dev/acpi/acpica/Subsystem/tbxfroot.c index dd7937d9f5d..075df1079bb 100644 --- a/sys/dev/acpi/acpica/Subsystem/tbxfroot.c +++ b/sys/dev/acpi/acpica/Subsystem/tbxfroot.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbxfroot - Find the root ACPI table (RSDT) - * $Revision: 1.8 $ + * xRevision: 70 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: tbxfroot.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __TBXFROOT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utalloc.c b/sys/dev/acpi/acpica/Subsystem/utalloc.c index a0dadcca9e1..d09d91884db 100644 --- a/sys/dev/acpi/acpica/Subsystem/utalloc.c +++ b/sys/dev/acpi/acpica/Subsystem/utalloc.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utalloc - local cache and memory allocation routines - * $Revision: 1.7 $ + * xRevision: 134 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utalloc.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTALLOC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utclib.c b/sys/dev/acpi/acpica/Subsystem/utclib.c index f5e7af2e719..8f9173d77ca 100644 --- a/sys/dev/acpi/acpica/Subsystem/utclib.c +++ b/sys/dev/acpi/acpica/Subsystem/utclib.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: cmclib - Local implementation of C library functions - * $Revision: 1.7 $ + * xRevision: 51 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utclib.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __CMCLIB_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utcopy.c b/sys/dev/acpi/acpica/Subsystem/utcopy.c index d3d9df1f690..12940844b9a 100644 --- a/sys/dev/acpi/acpica/Subsystem/utcopy.c +++ b/sys/dev/acpi/acpica/Subsystem/utcopy.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utcopy - Internal to external object translation utilities - * $Revision: 1.9 $ + * xRevision: 113 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utcopy.c,v 1.10 2003/11/09 11:51:01 kochi Exp $"); + #define __UTCOPY_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utdebug.c b/sys/dev/acpi/acpica/Subsystem/utdebug.c index fcdcad6fba2..b9f25714450 100644 --- a/sys/dev/acpi/acpica/Subsystem/utdebug.c +++ b/sys/dev/acpi/acpica/Subsystem/utdebug.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utdebug - Debug print routines - * $Revision: 1.7 $ + * xRevision: 110 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utdebug.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTDEBUG_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utdelete.c b/sys/dev/acpi/acpica/Subsystem/utdelete.c index 9d4622b31df..2cc701a5b5f 100644 --- a/sys/dev/acpi/acpica/Subsystem/utdelete.c +++ b/sys/dev/acpi/acpica/Subsystem/utdelete.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: utdelete - object deletion and reference count utilities - * $Revision: 1.7 $ + * xRevision: 97 $ * ******************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utdelete.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTDELETE_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/uteval.c b/sys/dev/acpi/acpica/Subsystem/uteval.c index 22421d83fe5..3ab58c2c0f8 100644 --- a/sys/dev/acpi/acpica/Subsystem/uteval.c +++ b/sys/dev/acpi/acpica/Subsystem/uteval.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: uteval - Object evaluation - * $Revision: 1.7 $ + * xRevision: 49 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: uteval.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTEVAL_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utglobal.c b/sys/dev/acpi/acpica/Subsystem/utglobal.c index 77b2a588fb6..61786aacb88 100644 --- a/sys/dev/acpi/acpica/Subsystem/utglobal.c +++ b/sys/dev/acpi/acpica/Subsystem/utglobal.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utglobal - Global variables for the ACPI subsystem - * $Revision: 1.8 $ + * xRevision: 190 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utglobal.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __UTGLOBAL_C__ #define DEFINE_ACPI_GLOBALS diff --git a/sys/dev/acpi/acpica/Subsystem/utinit.c b/sys/dev/acpi/acpica/Subsystem/utinit.c index fd9dfdc5ceb..22797079589 100644 --- a/sys/dev/acpi/acpica/Subsystem/utinit.c +++ b/sys/dev/acpi/acpica/Subsystem/utinit.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utinit - Common ACPI subsystem initialization - * $Revision: 1.7 $ + * xRevision: 117 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utinit.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTINIT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utmath.c b/sys/dev/acpi/acpica/Subsystem/utmath.c index a263a986c8d..bb94dfc6a47 100644 --- a/sys/dev/acpi/acpica/Subsystem/utmath.c +++ b/sys/dev/acpi/acpica/Subsystem/utmath.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: utmath - Integer math support routines - * $Revision: 1.6 $ + * xRevision: 12 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utmath.c,v 1.7 2003/11/09 11:51:01 kochi Exp $"); + #define __UTMATH_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utmisc.c b/sys/dev/acpi/acpica/Subsystem/utmisc.c index 833152a8173..b14182794c1 100644 --- a/sys/dev/acpi/acpica/Subsystem/utmisc.c +++ b/sys/dev/acpi/acpica/Subsystem/utmisc.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: utmisc - common utility procedures - * $Revision: 1.7 $ + * xRevision: 97 $ * ******************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utmisc.c,v 1.8 2003/11/09 11:51:01 kochi Exp $"); + #define __UTMISC_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utobject.c b/sys/dev/acpi/acpica/Subsystem/utobject.c index 0c5105f64ad..ec6399e73de 100644 --- a/sys/dev/acpi/acpica/Subsystem/utobject.c +++ b/sys/dev/acpi/acpica/Subsystem/utobject.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utobject - ACPI object create/delete/size/cache routines - * $Revision: 1.9 $ + * xRevision: 84 $ * *****************************************************************************/ @@ -114,6 +114,9 @@ * *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utobject.c,v 1.10 2003/11/09 11:51:01 kochi Exp $"); + #define __UTOBJECT_C__ #include "acpi.h" diff --git a/sys/dev/acpi/acpica/Subsystem/utxface.c b/sys/dev/acpi/acpica/Subsystem/utxface.c index 1930be8862b..ace62cd2cd6 100644 --- a/sys/dev/acpi/acpica/Subsystem/utxface.c +++ b/sys/dev/acpi/acpica/Subsystem/utxface.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utxface - External interfaces for "global" ACPI functions - * $Revision: 1.8 $ + * xRevision: 104 $ * *****************************************************************************/ @@ -115,6 +115,9 @@ *****************************************************************************/ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: utxface.c,v 1.9 2003/11/09 11:51:01 kochi Exp $"); + #define __UTXFACE_C__ #include "acpi.h" |
