Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic nuke RCS "Log" and "Header" tags. They cause pro...



details:   https://anonhg.NetBSD.org/src/rev/2d5bfbdefb7a
branches:  trunk
changeset: 477243:2d5bfbdefb7a
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Oct 17 23:53:45 1999 +0000

description:
nuke RCS "Log" and "Header" tags.  They cause problems for third parties
importing our sources, and for NetBSD release engineering folks.
(They've been against the NetBSD coding style forever, but they crept
in anyway.)

diffstat:

 sys/dev/ic/tropicreg.h |  25 +------------------------
 sys/dev/ic/tropicvar.h |  35 +----------------------------------
 2 files changed, 2 insertions(+), 58 deletions(-)

diffs (92 lines):

diff -r 22b5fa278df9 -r 2d5bfbdefb7a sys/dev/ic/tropicreg.h
--- a/sys/dev/ic/tropicreg.h    Sun Oct 17 23:39:15 1999 +0000
+++ b/sys/dev/ic/tropicreg.h    Sun Oct 17 23:53:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tropicreg.h,v 1.2 1999/03/22 23:01:37 bad Exp $        */
+/*     $NetBSD: tropicreg.h,v 1.3 1999/10/17 23:53:45 cgd Exp $        */
 
 /* 
  * Mach Operating System
@@ -30,31 +30,8 @@
  * the rights to redistribute these changes.
  */
 
-/*
- * 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.
- *
- * By Onno van der Linden <onno%simplex.nl@localhost>.
- *
- * Revision 2.2  93/02/04  08:00:27  danner
- *     Integrate PS2 code from IBM.
- *     [93/01/18            prithvi]
- * 
- */
-
-/* $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.2 1999/03/22 23:01:37 bad Exp $";
-#endif
-
 #define TR_SWITCH 0
 #define TR_RESET 1
 #define TR_RELEASE 2
diff -r 22b5fa278df9 -r 2d5bfbdefb7a sys/dev/ic/tropicvar.h
--- a/sys/dev/ic/tropicvar.h    Sun Oct 17 23:39:15 1999 +0000
+++ b/sys/dev/ic/tropicvar.h    Sun Oct 17 23:53:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tropicvar.h,v 1.3 1999/04/29 15:47:02 bad Exp $        */
+/*     $NetBSD: tropicvar.h,v 1.4 1999/10/17 23:53:45 cgd Exp $        */
 
 /* 
  * Mach Operating System
@@ -30,41 +30,8 @@
  * the rights to redistribute these changes.
  */
 
-/*
- * HISTORY
- * $Log: tropicvar.h,v $
- * Revision 1.3  1999/04/29 15:47:02  bad
- * From Onno van der Linden:
- * Reorganise the driver some what.
- * Rename tr_reset() to the more appropriate tr_stop().
- * Create a common tropic reset routine and use it in the frontends.
- * Move the code in tr_config() which is only used in the card attachment
- * routines into a new tr_attach() function.
- * Take adapter off the ring through tr_shutdown() in a shutdown hook.
- * This simplifies the bus-specific frontend.
- *
- * 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.
- *
- * By Onno van der Linden <onno%simplex.nl@localhost>.
- *
- * Revision 2.2  93/02/04  08:00:33  danner
- *     Integrate PS2 code from IBM.
- *     [93/01/18            prithvi]
- * 
- */
-
-/* $Header: /cvsroot/src/sys/dev/ic/Attic/tropicvar.h,v 1.3 1999/04/29 15:47:02 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.3 1999/04/29 15:47:02 bad Exp $";
-#endif
-
 /*
  * This file contains structures used in the "tr" driver for the
  *     IBM TOKEN-RING NETWORK PC ADAPTER



Home | Main Index | Thread Index | Old Index