diff options
Diffstat (limited to 'sys/dev/zs')
-rw-r--r-- | sys/dev/zs/z8530reg.h | 2 | ||||
-rw-r--r-- | sys/dev/zs/z8530var.h | 2 | ||||
-rw-r--r-- | sys/dev/zs/zs.c | 2 | ||||
-rw-r--r-- | sys/dev/zs/zs_macio.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/zs/z8530reg.h b/sys/dev/zs/z8530reg.h index b471c9c4deb50..c579bf923c395 100644 --- a/sys/dev/zs/z8530reg.h +++ b/sys/dev/zs/z8530reg.h @@ -39,7 +39,7 @@ * * @(#)zsreg.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/zs/z8530reg.h,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/sys/dev/zs/z8530var.h b/sys/dev/zs/z8530var.h index 1e5fef7d32828..b7426424fcd4c 100644 --- a/sys/dev/zs/z8530var.h +++ b/sys/dev/zs/z8530var.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/zs/z8530var.h,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _DEV_ZS_ZSVAR_H_ diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c index f67f7c584ee22..b821c9690c320 100644 --- a/sys/dev/zs/zs.c +++ b/sys/dev/zs/zs.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs.c,v 1.30.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * Copyright (c) 2003 Jake Burkholder. * All rights reserved. diff --git a/sys/dev/zs/zs_macio.c b/sys/dev/zs/zs_macio.c index 3879a9edf5d13..8f6d5f4ffa546 100644 --- a/sys/dev/zs/zs_macio.c +++ b/sys/dev/zs/zs_macio.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs_macio.c,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |