aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-05 15:21:05 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-05 15:21:05 +0000
commit3ca1647688ba5ac3298b7a37f2f2e16c652fc617 (patch)
tree7401b02646cbee951cfc136a9a3a4f0bec66659a /sys/dev/mii/mii.c
parent3267d6293dbb8ac0a80b9f00a848f980e5958385 (diff)
Notes
Diffstat (limited to 'sys/dev/mii/mii.c')
-rw-r--r--sys/dev/mii/mii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c
index b10e57acccf2c..46cdc22d56d87 100644
--- a/sys/dev/mii/mii.c
+++ b/sys/dev/mii/mii.c
@@ -60,7 +60,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$Id: mii.c,v 1.1 1999/08/21 17:40:41 wpaul Exp $";
+ "$FreeBSD$";
#endif
static int miibus_readreg __P((device_t, int, int));