Oops. RcsID police.

This commit is contained in:
bad 1999-03-22 23:01:36 +00:00
parent e09c06e04d
commit a4e508928f
8 changed files with 27 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -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
/*

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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"