summaryrefslogtreecommitdiff
path: root/sys/dev/txp
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
commit8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch)
tree1b808490e2ba26bfe983f82bd41a2b36a6127322 /sys/dev/txp
parenta1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff)
Diffstat (limited to 'sys/dev/txp')
-rw-r--r--sys/dev/txp/3c990img.h2
-rw-r--r--sys/dev/txp/if_txp.c4
-rw-r--r--sys/dev/txp/if_txpreg.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h
index 6e75f5d83cf0..775a191e9d33 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.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */
/*-
* Copyright (C) 1999-2001 3Com, Inc.
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index 455c97cc3a3e..241b07aaff4c 100644
--- a/sys/dev/txp/if_txp.c
+++ b/sys/dev/txp/if_txp.c
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.46.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $");
/*
* Driver for 3c990 (Typhoon) Ethernet ASIC
@@ -87,7 +87,7 @@ __FBSDID("$FreeBSD$");
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.46.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $";
#endif
/*
diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h
index f5ab7c92506f..4542af85bf9b 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.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */
/*-
* Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>.