Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/tc RCS ID police.
details: https://anonhg.NetBSD.org/src/rev/22a3bafb52f6
branches: trunk
changeset: 480354:22a3bafb52f6
user: ad <ad%NetBSD.org@localhost>
date: Sun Jan 09 23:12:30 2000 +0000
description:
RCS ID police.
diffstat:
sys/arch/pmax/tc/ioasic.c | 5 ++++-
sys/arch/pmax/tc/mcclock_ioasic.c | 7 +++----
sys/arch/pmax/tc/tc_3max.c | 5 ++---
sys/arch/pmax/tc/tcbus.c | 4 ++--
4 files changed, 11 insertions(+), 10 deletions(-)
diffs (77 lines):
diff -r b8ca334b3f81 -r 22a3bafb52f6 sys/arch/pmax/tc/ioasic.c
--- a/sys/arch/pmax/tc/ioasic.c Sun Jan 09 23:10:45 2000 +0000
+++ b/sys/arch/pmax/tc/ioasic.c Sun Jan 09 23:12:30 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioasic.c,v 1.4 2000/01/08 01:02:39 simonb Exp $ */
+/* $NetBSD: ioasic.c,v 1.5 2000/01/09 23:12:30 ad Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -27,6 +27,9 @@
* rights to redistribute these changes.
*/
+#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
+__KERNEL_RCSID(0, "$NetBSD: ioasic.c,v 1.5 2000/01/09 23:12:30 ad Exp $);
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
diff -r b8ca334b3f81 -r 22a3bafb52f6 sys/arch/pmax/tc/mcclock_ioasic.c
--- a/sys/arch/pmax/tc/mcclock_ioasic.c Sun Jan 09 23:10:45 2000 +0000
+++ b/sys/arch/pmax/tc/mcclock_ioasic.c Sun Jan 09 23:12:30 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcclock_ioasic.c,v 1.12 2000/01/09 13:24:16 simonb Exp $ */
+/* $NetBSD: mcclock_ioasic.c,v 1.13 2000/01/09 23:12:31 ad Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -27,9 +27,8 @@
* rights to redistribute these changes.
*/
-#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-
-__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.12 2000/01/09 13:24:16 simonb Exp $");
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: mcclock_ioasic.c,v 1.13 2000/01/09 23:12:31 ad Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
diff -r b8ca334b3f81 -r 22a3bafb52f6 sys/arch/pmax/tc/tc_3max.c
--- a/sys/arch/pmax/tc/tc_3max.c Sun Jan 09 23:10:45 2000 +0000
+++ b/sys/arch/pmax/tc/tc_3max.c Sun Jan 09 23:12:30 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tc_3max.c,v 1.4 1999/12/01 08:41:41 nisimura Exp $ */
+/* $NetBSD: tc_3max.c,v 1.5 2000/01/09 23:12:31 ad Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@@ -31,8 +31,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: tc_3max.c,v 1.4 1999/12/01 08:41:41 nisimura Exp $ ");
-
+__KERNEL_RCSID(0, "$NetBSD: tc_3max.c,v 1.5 2000/01/09 23:12:31 ad Exp $ ");
#include <sys/param.h>
#include <sys/systm.h>
diff -r b8ca334b3f81 -r 22a3bafb52f6 sys/arch/pmax/tc/tcbus.c
--- a/sys/arch/pmax/tc/tcbus.c Sun Jan 09 23:10:45 2000 +0000
+++ b/sys/arch/pmax/tc/tcbus.c Sun Jan 09 23:12:30 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcbus.c,v 1.5 2000/01/09 03:56:11 simonb Exp $ */
+/* $NetBSD: tcbus.c,v 1.6 2000/01/09 23:12:31 ad Exp $ */
/*
* Copyright (c) 1999 Tohru Nishimura. All rights reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: tcbus.c,v 1.5 2000/01/09 03:56:11 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcbus.c,v 1.6 2000/01/09 23:12:31 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index