diff options
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 b7d684438ee5..d72aa86c57fe 100644 --- a/sys/dev/cp/cpddk.c +++ b/sys/dev/cp/cpddk.c @@ -18,7 +18,7 @@ * $Cronyx: cpddk.c,v 1.13.4.35 2004/08/16 16:29:06 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/cpddk.c,v 1.3 2004/08/16 17:28:04 rik Exp $"); #include <dev/cx/machdep.h> diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h index f16feffc6b5c..fcd3be303cc6 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.19 2004/08/10 13:37:20 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/cpddk.h,v 1.2 2004/08/16 12:00:07 rik 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 85d18360eff4..7c3c31d568fe 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.12 2004/08/13 23:02:17 rwatson Exp $"); #include <sys/param.h> diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h index 0dd65618cce3..d875abc5d754 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.1 2004/05/05 16:11:45 rik Exp $ */ #ifdef NETGRAPH |
