diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/cas | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'sys/dev/cas')
| -rw-r--r-- | sys/dev/cas/if_cas.c | 2 | ||||
| -rw-r--r-- | sys/dev/cas/if_casreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/cas/if_casvar.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c index 4c196a55ba91..808df121371d 100644 --- a/sys/dev/cas/if_cas.c +++ b/sys/dev/cas/if_cas.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cas/if_cas.c,v 1.4.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $"); /* * driver for Sun Cassini/Cassini+ and National Semiconductor DP83065 diff --git a/sys/dev/cas/if_casreg.h b/sys/dev/cas/if_casreg.h index 97250e027913..3e0955643707 100644 --- a/sys/dev/cas/if_casreg.h +++ b/sys/dev/cas/if_casreg.h @@ -27,7 +27,7 @@ * from: NetBSD: gemreg.h,v 1.8 2005/12/11 12:21:26 christos Exp * from: FreeBSD: if_gemreg.h 174987 2007-12-30 01:32:03Z marius * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cas/if_casreg.h,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _IF_CASREG_H diff --git a/sys/dev/cas/if_casvar.h b/sys/dev/cas/if_casvar.h index e800f4e9f7b3..3f2083f0eb77 100644 --- a/sys/dev/cas/if_casvar.h +++ b/sys/dev/cas/if_casvar.h @@ -27,7 +27,7 @@ * from: NetBSD: gemvar.h,v 1.8 2002/05/15 02:36:12 matt Exp * from: FreeBSD: if_gemvar.h 177560 2008-03-24 17:23:53Z marius * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cas/if_casvar.h,v 1.2.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _IF_CASVAR_H |
