diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
| commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
| tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /sys/dev/txp | |
| parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) | |
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/3c990img.h | 2 | ||||
| -rw-r--r-- | sys/dev/txp/if_txp.c | 4 | ||||
| -rw-r--r-- | sys/dev/txp/if_txpreg.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h index a14441d3ed3c..1014232dbff8 100644 --- a/sys/dev/txp/3c990img.h +++ b/sys/dev/txp/3c990img.h @@ -1,5 +1,5 @@ /* $OpenBSD: 3c990img.h,v 1.2 2001/06/05 02:15:17 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/3c990img.h,v 1.1.2.1 2001/07/30 17:31:39 wpaul Exp $ */ /* * Copyright (C) 1999-2001 3Com, Inc. diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 80c30db44fd7..2223aa747a2d 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_txp.c,v 1.48 2001/06/27 06:34:50 kjc Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/if_txp.c,v 1.4.2.4 2001/12/14 19:50:43 jlemon Exp $ */ /* * Copyright (c) 2001 @@ -88,7 +88,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.4.2.4 2001/12/14 19:50:43 jlemon Exp $"; #endif /* diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index d4c530e951c5..c1f1f3c5dea5 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_txpreg.h,v 1.30 2001/06/23 04:18:02 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/if_txpreg.h,v 1.2.2.1 2001/07/30 17:31:39 wpaul Exp $ */ /* * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. |
