Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Oops. RcsID police.
details: https://anonhg.NetBSD.org/src/rev/5b3673c5569c
branches: trunk
changeset: 467309:5b3673c5569c
user: bad <bad%NetBSD.org@localhost>
date: Mon Mar 22 23:01:36 1999 +0000
description:
Oops. RcsID police.
diffstat:
sys/dev/ic/tropic.c | 2 ++
sys/dev/ic/tropicreg.h | 9 +++++++--
sys/dev/ic/tropicvar.h | 9 +++++++--
sys/dev/isa/if_tr_isa.c | 2 ++
sys/dev/isa/if_tribm_isa.c | 2 ++
sys/dev/isa/if_trtcm_isa.c | 2 ++
sys/dev/isapnp/if_tr_isapnp.c | 2 ++
sys/net/if_tokensubr.c | 4 +++-
8 files changed, 27 insertions(+), 5 deletions(-)
diffs (129 lines):
diff -r e48fec231802 -r 5b3673c5569c sys/dev/ic/tropic.c
--- a/sys/dev/ic/tropic.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/ic/tropic.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: tropic.c,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
/*
* Ported to NetBSD by Onno van der Linden
* Many thanks to Larry Lile for sending me the IBM TROPIC documentation.
diff -r e48fec231802 -r 5b3673c5569c sys/dev/ic/tropicreg.h
--- a/sys/dev/ic/tropicreg.h Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/ic/tropicreg.h Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: tropicreg.h,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -31,6 +33,9 @@
/*
* HISTORY
* $Log: tropicreg.h,v $
+ * Revision 1.2 1999/03/22 23:01:37 bad
+ * Oops. RcsID police.
+ *
* Revision 1.1 1999/03/22 22:21:26 bad
* Chipset driver for TROPIC based Token-Ring cards.
* Frontends for IBM and 3COM ISA cards.
@@ -43,11 +48,11 @@
*
*/
-/* $Header: /cvsroot/src/sys/dev/ic/Attic/tropicreg.h,v 1.1 1999/03/22 22:21:26 bad Exp $ */
+/* $Header: /cvsroot/src/sys/dev/ic/Attic/tropicreg.h,v 1.2 1999/03/22 23:01:37 bad Exp $ */
/* $ACIS:if_lanreg.h 12.0$ */
#if !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsidif_lanreg = "$Header: /cvsroot/src/sys/dev/ic/Attic/tropicreg.h,v 1.1 1999/03/22 22:21:26 bad Exp $";
+static char *rcsidif_lanreg = "$Header: /cvsroot/src/sys/dev/ic/Attic/tropicreg.h,v 1.2 1999/03/22 23:01:37 bad Exp $";
#endif
#define TR_SWITCH 0
diff -r e48fec231802 -r 5b3673c5569c sys/dev/ic/tropicvar.h
--- a/sys/dev/ic/tropicvar.h Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/ic/tropicvar.h Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: tropicvar.h,v 1.2 1999/03/22 23:01:36 bad Exp $ */
+
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -31,6 +33,9 @@
/*
* HISTORY
* $Log: tropicvar.h,v $
+ * Revision 1.2 1999/03/22 23:01:36 bad
+ * Oops. RcsID police.
+ *
* Revision 1.1 1999/03/22 22:21:26 bad
* Chipset driver for TROPIC based Token-Ring cards.
* Frontends for IBM and 3COM ISA cards.
@@ -43,11 +48,11 @@
*
*/
-/* $Header: /cvsroot/src/sys/dev/ic/Attic/tropicvar.h,v 1.1 1999/03/22 22:21:26 bad Exp $ */
+/* $Header: /cvsroot/src/sys/dev/ic/Attic/tropicvar.h,v 1.2 1999/03/22 23:01:36 bad Exp $ */
/* $ACIS:if_lanvar.h 12.0$ */
#if !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS)
-static char *rcsidif_lanvar = "$Header: /cvsroot/src/sys/dev/ic/Attic/tropicvar.h,v 1.1 1999/03/22 22:21:26 bad Exp $";
+static char *rcsidif_lanvar = "$Header: /cvsroot/src/sys/dev/ic/Attic/tropicvar.h,v 1.2 1999/03/22 23:01:36 bad Exp $";
#endif
/*
diff -r e48fec231802 -r 5b3673c5569c sys/dev/isa/if_tr_isa.c
--- a/sys/dev/isa/if_tr_isa.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/isa/if_tr_isa.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: if_tr_isa.c,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
#undef TRISADEBUG
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
diff -r e48fec231802 -r 5b3673c5569c sys/dev/isa/if_tribm_isa.c
--- a/sys/dev/isa/if_tribm_isa.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/isa/if_tribm_isa.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: if_tribm_isa.c,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r e48fec231802 -r 5b3673c5569c sys/dev/isa/if_trtcm_isa.c
--- a/sys/dev/isa/if_trtcm_isa.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/isa/if_trtcm_isa.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: if_trtcm_isa.c,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
#undef TRTCMISADEBUG
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
diff -r e48fec231802 -r 5b3673c5569c sys/dev/isapnp/if_tr_isapnp.c
--- a/sys/dev/isapnp/if_tr_isapnp.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/dev/isapnp/if_tr_isapnp.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: if_tr_isapnp.c,v 1.2 1999/03/22 23:01:37 bad Exp $ */
+
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r e48fec231802 -r 5b3673c5569c sys/net/if_tokensubr.c
--- a/sys/net/if_tokensubr.c Mon Mar 22 22:36:49 1999 +0000
+++ b/sys/net/if_tokensubr.c Mon Mar 22 23:01:36 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: if_tokensubr.c,v 1.2 1999/03/22 23:01:38 bad Exp $ */
+
/*
* Copyright (c) 1997-1999
* Onno van der Linden
@@ -35,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)if_trsubr.c 8.1 (Berkeley) 6/10/93
- * from: $NetBSD: if_tokensubr.c,v 1.1 1999/03/22 22:22:52 bad Exp $
+ * from: $NetBSD: if_tokensubr.c,v 1.2 1999/03/22 23:01:38 bad Exp $
*/
#include "opt_inet.h"
#include "opt_atalk.h"
Home |
Main Index |
Thread Index |
Old Index