diff options
Diffstat (limited to 'sys/dev/utopia')
-rw-r--r-- | sys/dev/utopia/idtphy.c | 2 | ||||
-rw-r--r-- | sys/dev/utopia/idtphy.h | 2 | ||||
-rw-r--r-- | sys/dev/utopia/suni.c | 2 | ||||
-rw-r--r-- | sys/dev/utopia/suni.h | 2 | ||||
-rw-r--r-- | sys/dev/utopia/utopia.c | 2 | ||||
-rw-r--r-- | sys/dev/utopia/utopia.h | 2 | ||||
-rw-r--r-- | sys/dev/utopia/utopia_priv.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/utopia/idtphy.c b/sys/dev/utopia/idtphy.c index 5aaa576abb235..f3ede079e4c31 100644 --- a/sys/dev/utopia/idtphy.c +++ b/sys/dev/utopia/idtphy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/idtphy.c,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/idtphy.h b/sys/dev/utopia/idtphy.h index 1451d0561fa3a..33c5bb9495a39 100644 --- a/sys/dev/utopia/idtphy.h +++ b/sys/dev/utopia/idtphy.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/idtphy.h,v 1.3.16.1 2008/10/02 02:57:24 kensmith Exp $ * * Register definitions for the following chips: * IDT 77105 diff --git a/sys/dev/utopia/suni.c b/sys/dev/utopia/suni.c index ffc49e8e84dad..822e59a916eec 100644 --- a/sys/dev/utopia/suni.c +++ b/sys/dev/utopia/suni.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/suni.c,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/suni.h b/sys/dev/utopia/suni.h index fd1be7e13e39b..585e002e488ce 100644 --- a/sys/dev/utopia/suni.h +++ b/sys/dev/utopia/suni.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/suni.h,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ * * Register definitions for the following chips: * PMC-Sierra PMC-5346 (S/UNI-LITE) diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c index 30c661c080e6c..881cf21e28af6 100644 --- a/sys/dev/utopia/utopia.c +++ b/sys/dev/utopia/utopia.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/utopia.c,v 1.11.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/utopia.h b/sys/dev/utopia/utopia.h index 6e42e99b2e51d..d9bbadf32caf9 100644 --- a/sys/dev/utopia/utopia.h +++ b/sys/dev/utopia/utopia.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia.h,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _DEV_UTOPIA_UTOPIA_H #define _DEV_UTOPIA_UTOPIA_H diff --git a/sys/dev/utopia/utopia_priv.h b/sys/dev/utopia/utopia_priv.h index cbb242cb99916..b44590a31f9ab 100644 --- a/sys/dev/utopia/utopia_priv.h +++ b/sys/dev/utopia/utopia_priv.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia_priv.h,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ * * Private include file for the interface between chip files and * the utopia main stuff. |