summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorbjh21 <bjh21@NetBSD.org>2002-03-10 15:47:43 +0000
committerbjh21 <bjh21@NetBSD.org>2002-03-10 15:47:43 +0000
commita42e17ae9af2b5d2a9b16205cda5fa2a35ee0a5c (patch)
tree6cc709e3171c8b45c36b8f02a048ef0ce0f56d7c /sys
parent3a0f83d390aaa77a85d57da656fb16ef91420169 (diff)
__RCSID -> __KERNEL_RCSID
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/acorn32/acorn32/rpc_machdep.c4
-rw-r--r--sys/arch/acorn32/mainbus/com_pioc.c4
-rw-r--r--sys/arch/acorn32/mainbus/lpt_pioc.c4
-rw-r--r--sys/arch/acorn32/podulebus/asc.c4
-rw-r--r--sys/arch/acorn32/podulebus/podulebus.c4
-rw-r--r--sys/arch/acorn32/podulebus/sbic.c4
-rw-r--r--sys/arch/arm/arm/db_trace.c4
-rw-r--r--sys/arch/arm/arm/disassem.c4
-rw-r--r--sys/arch/arm/arm/linux_syscall.c4
-rw-r--r--sys/arch/arm/arm/syscall.c4
-rw-r--r--sys/arch/arm/arm32/cpu.c4
-rw-r--r--sys/arch/arm/iomd/beep.c4
-rw-r--r--sys/arch/arm/iomd/sysbeep_vidc.c4
-rw-r--r--sys/arch/arm/iomd/todclock.c4
-rw-r--r--sys/arch/arm/iomd/vidc20config.c4
-rw-r--r--sys/arch/arm/iomd/vidcaudio.c4
-rw-r--r--sys/compat/linux/arch/arm/linux_sys_machdep.c4
17 files changed, 34 insertions, 34 deletions
diff --git a/sys/arch/acorn32/acorn32/rpc_machdep.c b/sys/arch/acorn32/acorn32/rpc_machdep.c
index 9fbcc2e7d58..a0bf5e82809 100644
--- a/sys/arch/acorn32/acorn32/rpc_machdep.c
+++ b/sys/arch/acorn32/acorn32/rpc_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_machdep.c,v 1.25 2002/03/03 11:22:58 chris Exp $ */
+/* $NetBSD: rpc_machdep.c,v 1.26 2002/03/10 15:47:45 bjh21 Exp $ */
/*
* Copyright (c) 2000-2001 Reinoud Zandijk.
@@ -57,7 +57,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: rpc_machdep.c,v 1.25 2002/03/03 11:22:58 chris Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.26 2002/03/10 15:47:45 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/arch/acorn32/mainbus/com_pioc.c b/sys/arch/acorn32/mainbus/com_pioc.c
index 3180abcd2dd..b3542194787 100644
--- a/sys/arch/acorn32/mainbus/com_pioc.c
+++ b/sys/arch/acorn32/mainbus/com_pioc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com_pioc.c,v 1.3 2002/02/17 23:53:18 bjh21 Exp $ */
+/* $NetBSD: com_pioc.c,v 1.4 2002/03/10 15:47:44 bjh21 Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: com_pioc.c,v 1.3 2002/02/17 23:53:18 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_pioc.c,v 1.4 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/tty.h>
diff --git a/sys/arch/acorn32/mainbus/lpt_pioc.c b/sys/arch/acorn32/mainbus/lpt_pioc.c
index 60a93c0fe02..28f9e8ed484 100644
--- a/sys/arch/acorn32/mainbus/lpt_pioc.c
+++ b/sys/arch/acorn32/mainbus/lpt_pioc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lpt_pioc.c,v 1.4 2002/02/17 23:47:56 bjh21 Exp $ */
+/* $NetBSD: lpt_pioc.c,v 1.5 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe
@@ -36,7 +36,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: lpt_pioc.c,v 1.4 2002/02/17 23:47:56 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt_pioc.c,v 1.5 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/arch/acorn32/podulebus/asc.c b/sys/arch/acorn32/podulebus/asc.c
index 3bdbd2ef5a0..ff8b6dd264b 100644
--- a/sys/arch/acorn32/podulebus/asc.c
+++ b/sys/arch/acorn32/podulebus/asc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: asc.c,v 1.4 2002/02/18 13:19:54 bjh21 Exp $ */
+/* $NetBSD: asc.c,v 1.5 2002/03/10 15:47:45 bjh21 Exp $ */
/*
* Copyright (c) 2001 Richard Earnshaw
@@ -74,7 +74,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: asc.c,v 1.4 2002/02/18 13:19:54 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.5 2002/03/10 15:47:45 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/arch/acorn32/podulebus/podulebus.c b/sys/arch/acorn32/podulebus/podulebus.c
index 51b758f665d..940a5d6d395 100644
--- a/sys/arch/acorn32/podulebus/podulebus.c
+++ b/sys/arch/acorn32/podulebus/podulebus.c
@@ -1,4 +1,4 @@
-/* $NetBSD: podulebus.c,v 1.6 2002/02/20 00:10:16 thorpej Exp $ */
+/* $NetBSD: podulebus.c,v 1.7 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -43,7 +43,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: podulebus.c,v 1.6 2002/02/20 00:10:16 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: podulebus.c,v 1.7 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/arch/acorn32/podulebus/sbic.c b/sys/arch/acorn32/podulebus/sbic.c
index 0f1f0f89816..42e7b118594 100644
--- a/sys/arch/acorn32/podulebus/sbic.c
+++ b/sys/arch/acorn32/podulebus/sbic.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sbic.c,v 1.2 2002/02/18 13:15:15 bjh21 Exp $ */
+/* $NetBSD: sbic.c,v 1.3 2002/03/10 15:47:45 bjh21 Exp $ */
/*
* Copyright (c) 2001 Richard Earnshaw
@@ -85,7 +85,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: sbic.c,v 1.2 2002/02/18 13:15:15 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.3 2002/03/10 15:47:45 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/callout.h>
diff --git a/sys/arch/arm/arm/db_trace.c b/sys/arch/arm/arm/db_trace.c
index be82389d02b..5eb75aad01d 100644
--- a/sys/arch/arm/arm/db_trace.c
+++ b/sys/arch/arm/arm/db_trace.c
@@ -1,4 +1,4 @@
-/* $NetBSD: db_trace.c,v 1.4 2001/11/22 17:59:59 thorpej Exp $ */
+/* $NetBSD: db_trace.c,v 1.5 2002/03/10 15:47:43 bjh21 Exp $ */
/*
* Copyright (c) 2000, 2001 Ben Harris
@@ -31,7 +31,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: db_trace.c,v 1.4 2001/11/22 17:59:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.5 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/proc.h>
#include <sys/user.h>
diff --git a/sys/arch/arm/arm/disassem.c b/sys/arch/arm/arm/disassem.c
index c083d918b0d..54977422806 100644
--- a/sys/arch/arm/arm/disassem.c
+++ b/sys/arch/arm/arm/disassem.c
@@ -1,4 +1,4 @@
-/* $NetBSD: disassem.c,v 1.11 2001/03/04 04:15:58 matt Exp $ */
+/* $NetBSD: disassem.c,v 1.12 2002/03/10 15:47:43 bjh21 Exp $ */
/*
* Copyright (c) 1996 Mark Brinicombe.
@@ -49,7 +49,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: disassem.c,v 1.11 2001/03/04 04:15:58 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: disassem.c,v 1.12 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/systm.h>
#include <arch/arm/arm/disassem.h>
diff --git a/sys/arch/arm/arm/linux_syscall.c b/sys/arch/arm/arm/linux_syscall.c
index 327f37590b4..9be32a300c7 100644
--- a/sys/arch/arm/arm/linux_syscall.c
+++ b/sys/arch/arm/arm/linux_syscall.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.c,v 1.3 2002/02/17 23:37:18 bjh21 Exp $ */
+/* $NetBSD: linux_syscall.c,v 1.4 2002/03/10 15:47:43 bjh21 Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: linux_syscall.c,v 1.3 2002/02/17 23:37:18 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscall.c,v 1.4 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/device.h>
#include <sys/errno.h>
diff --git a/sys/arch/arm/arm/syscall.c b/sys/arch/arm/arm/syscall.c
index 2d2cee36821..8655dae329e 100644
--- a/sys/arch/arm/arm/syscall.c
+++ b/sys/arch/arm/arm/syscall.c
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.c,v 1.7 2002/03/09 19:11:20 bjh21 Exp $ */
+/* $NetBSD: syscall.c,v 1.8 2002/03/10 15:47:43 bjh21 Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: syscall.c,v 1.7 2002/03/09 19:11:20 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.8 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/device.h>
#include <sys/errno.h>
diff --git a/sys/arch/arm/arm32/cpu.c b/sys/arch/arm/arm32/cpu.c
index 5955bed45b9..748e325c138 100644
--- a/sys/arch/arm/arm32/cpu.c
+++ b/sys/arch/arm/arm32/cpu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.25 2002/03/10 15:29:53 bjh21 Exp $ */
+/* $NetBSD: cpu.c,v 1.26 2002/03/10 15:47:43 bjh21 Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: cpu.c,v 1.25 2002/03/10 15:29:53 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.26 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/malloc.h>
diff --git a/sys/arch/arm/iomd/beep.c b/sys/arch/arm/iomd/beep.c
index 14d95f8c9ed..99d8ae0ae58 100644
--- a/sys/arch/arm/iomd/beep.c
+++ b/sys/arch/arm/iomd/beep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: beep.c,v 1.5 2002/02/18 12:36:27 bjh21 Exp $ */
+/* $NetBSD: beep.c,v 1.6 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe
@@ -42,7 +42,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: beep.c,v 1.5 2002/02/18 12:36:27 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: beep.c,v 1.6 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/conf.h>
diff --git a/sys/arch/arm/iomd/sysbeep_vidc.c b/sys/arch/arm/iomd/sysbeep_vidc.c
index b4e0d330130..7408eebe1a2 100644
--- a/sys/arch/arm/iomd/sysbeep_vidc.c
+++ b/sys/arch/arm/iomd/sysbeep_vidc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sysbeep_vidc.c,v 1.2 2002/02/18 16:23:54 bjh21 Exp $ */
+/* $NetBSD: sysbeep_vidc.c,v 1.3 2002/03/10 15:47:44 bjh21 Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: sysbeep_vidc.c,v 1.2 2002/02/18 16:23:54 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysbeep_vidc.c,v 1.3 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/device.h>
diff --git a/sys/arch/arm/iomd/todclock.c b/sys/arch/arm/iomd/todclock.c
index 41098e84714..234ad491524 100644
--- a/sys/arch/arm/iomd/todclock.c
+++ b/sys/arch/arm/iomd/todclock.c
@@ -1,4 +1,4 @@
-/* $NetBSD: todclock.c,v 1.3 2002/02/18 12:03:38 bjh21 Exp $ */
+/* $NetBSD: todclock.c,v 1.4 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@@ -47,7 +47,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: todclock.c,v 1.3 2002/02/18 12:03:38 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: todclock.c,v 1.4 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/arch/arm/iomd/vidc20config.c b/sys/arch/arm/iomd/vidc20config.c
index a94aa07715d..a3f420cc0e2 100644
--- a/sys/arch/arm/iomd/vidc20config.c
+++ b/sys/arch/arm/iomd/vidc20config.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc20config.c,v 1.7 2002/02/18 12:23:24 bjh21 Exp $ */
+/* $NetBSD: vidc20config.c,v 1.8 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 2001 Reinoud Zandijk
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
-__RCSID("$NetBSD: vidc20config.c,v 1.7 2002/02/18 12:23:24 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidc20config.c,v 1.8 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/arch/arm/iomd/vidcaudio.c b/sys/arch/arm/iomd/vidcaudio.c
index bfb9078a5a5..01895df672f 100644
--- a/sys/arch/arm/iomd/vidcaudio.c
+++ b/sys/arch/arm/iomd/vidcaudio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vidcaudio.c,v 1.5 2002/02/18 12:55:47 bjh21 Exp $ */
+/* $NetBSD: vidcaudio.c,v 1.6 2002/03/10 15:47:44 bjh21 Exp $ */
/*
* Copyright (c) 1995 Melvin Tang-Richardson
@@ -38,7 +38,7 @@
#include <sys/param.h> /* proc.h */
-__RCSID("$NetBSD: vidcaudio.c,v 1.5 2002/02/18 12:55:47 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidcaudio.c,v 1.6 2002/03/10 15:47:44 bjh21 Exp $");
#include <sys/conf.h> /* autoconfig functions */
#include <sys/device.h> /* device calls */
diff --git a/sys/compat/linux/arch/arm/linux_sys_machdep.c b/sys/compat/linux/arch/arm/linux_sys_machdep.c
index 47b379abed9..09d134656ce 100644
--- a/sys/compat/linux/arch/arm/linux_sys_machdep.c
+++ b/sys/compat/linux/arch/arm/linux_sys_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sys_machdep.c,v 1.5 2002/03/10 11:35:32 bjh21 Exp $ */
+/* $NetBSD: linux_sys_machdep.c,v 1.6 2002/03/10 15:47:43 bjh21 Exp $ */
/*-
* Copyright (c) 2002 Ben Harris
@@ -29,7 +29,7 @@
#include <sys/param.h>
-__RCSID("$NetBSD: linux_sys_machdep.c,v 1.5 2002/03/10 11:35:32 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sys_machdep.c,v 1.6 2002/03/10 15:47:43 bjh21 Exp $");
#include <sys/systm.h>