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/cp | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'sys/dev/cp')
| -rw-r--r-- | sys/dev/cp/cpddk.c | 2 | ||||
| -rw-r--r-- | sys/dev/cp/cpddk.h | 2 | ||||
| -rw-r--r-- | sys/dev/cp/if_cp.c | 2 | ||||
| -rw-r--r-- | sys/dev/cp/ng_cp.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cp/cpddk.c b/sys/dev/cp/cpddk.c index b16edfa4baa3..2324c35afcb3 100644 --- a/sys/dev/cp/cpddk.c +++ b/sys/dev/cp/cpddk.c @@ -18,7 +18,7 @@ * $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/cpddk.c,v 1.6.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <dev/cx/machdep.h> diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h index fcdb0d021f3a..d9a2ac3e7589 100644 --- a/sys/dev/cp/cpddk.h +++ b/sys/dev/cp/cpddk.h @@ -16,7 +16,7 @@ * works or modified versions. * * $Cronyx: cpddk.h,v 1.8.4.20 2004/12/06 16:21:06 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/cpddk.h,v 1.4.10.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ #define NBRD 6 /* the maximum number of installed boards */ #define NCHAN 4 /* the number of channels on the board */ diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c index 36b12abbf704..dda1b0a49cea 100644 --- a/sys/dev/cp/if_cp.c +++ b/sys/dev/cp/if_cp.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/if_cp.c,v 1.34.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h index f35d81760499..a84e62f1440f 100644 --- a/sys/dev/cp/ng_cp.h +++ b/sys/dev/cp/ng_cp.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/ng_cp.h,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifdef NETGRAPH |
