Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi/acpica/Subsystem Add RCS IDs.
details: https://anonhg.NetBSD.org/src/rev/c4500b48d931
branches: trunk
changeset: 532792:c4500b48d931
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jun 15 01:52:19 2002 +0000
description:
Add RCS IDs.
diffstat:
sys/dev/acpi/acpica/Subsystem/exoparg1.c | 5 ++++-
sys/dev/acpi/acpica/Subsystem/exoparg2.c | 4 +++-
sys/dev/acpi/acpica/Subsystem/exoparg3.c | 5 ++++-
sys/dev/acpi/acpica/Subsystem/exoparg6.c | 5 ++++-
sys/dev/acpi/acpica/Subsystem/utmath.c | 4 +++-
5 files changed, 18 insertions(+), 5 deletions(-)
diffs (108 lines):
diff -r 7443c8752cfa -r c4500b48d931 sys/dev/acpi/acpica/Subsystem/exoparg1.c
--- a/sys/dev/acpi/acpica/Subsystem/exoparg1.c Sat Jun 15 01:47:07 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/exoparg1.c Sat Jun 15 01:52:19 2002 +0000
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exoparg1 - AML execution - opcodes with 1 argument
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
*****************************************************************************/
@@ -115,6 +115,9 @@
*
*****************************************************************************/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: exoparg1.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $");
+
#define __EXOPARG1_C__
#include "acpi.h"
diff -r 7443c8752cfa -r c4500b48d931 sys/dev/acpi/acpica/Subsystem/exoparg2.c
--- a/sys/dev/acpi/acpica/Subsystem/exoparg2.c Sat Jun 15 01:47:07 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/exoparg2.c Sat Jun 15 01:52:19 2002 +0000
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exoparg2 - AML execution - opcodes with 2 arguments
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
*****************************************************************************/
@@ -114,6 +114,8 @@
*
*****************************************************************************/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: exoparg2.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $");
#define __EXOPARG2_C__
diff -r 7443c8752cfa -r c4500b48d931 sys/dev/acpi/acpica/Subsystem/exoparg3.c
--- a/sys/dev/acpi/acpica/Subsystem/exoparg3.c Sat Jun 15 01:47:07 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/exoparg3.c Sat Jun 15 01:52:19 2002 +0000
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exoparg3 - AML execution - opcodes with 3 arguments
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
*****************************************************************************/
@@ -116,6 +116,9 @@
*
*****************************************************************************/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: exoparg3.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $");
+
#define __EXOPARG3_C__
#include "acpi.h"
diff -r 7443c8752cfa -r c4500b48d931 sys/dev/acpi/acpica/Subsystem/exoparg6.c
--- a/sys/dev/acpi/acpica/Subsystem/exoparg6.c Sat Jun 15 01:47:07 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/exoparg6.c Sat Jun 15 01:52:19 2002 +0000
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exoparg6 - AML execution - opcodes with 6 arguments
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
*****************************************************************************/
@@ -116,6 +116,9 @@
*
*****************************************************************************/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: exoparg6.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $");
+
#define __EXOPARG6_C__
#include "acpi.h"
diff -r 7443c8752cfa -r c4500b48d931 sys/dev/acpi/acpica/Subsystem/utmath.c
--- a/sys/dev/acpi/acpica/Subsystem/utmath.c Sat Jun 15 01:47:07 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/utmath.c Sat Jun 15 01:52:19 2002 +0000
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: utmath - Integer math support routines
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
******************************************************************************/
@@ -114,6 +114,8 @@
*
*****************************************************************************/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: utmath.c,v 1.2 2002/06/15 01:52:19 thorpej Exp $");
#define __UTMATH_C__
Home |
Main Index |
Thread Index |
Old Index