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/mmc | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sys/dev/mmc')
-rw-r--r-- | sys/dev/mmc/bridge.h | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmc.c | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcbr_if.m | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcbrvar.h | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcbus_if.m | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcreg.h | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcsd.c | 2 | ||||
-rw-r--r-- | sys/dev/mmc/mmcvar.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/mmc/bridge.h b/sys/dev/mmc/bridge.h index bd61c15ae4d53..bd698b95e82f0 100644 --- a/sys/dev/mmc/bridge.h +++ b/sys/dev/mmc/bridge.h @@ -48,7 +48,7 @@ * or the SD Card Association to disclose or distribute any technical * information, know-how or other confidential information to any third party. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mmc/bridge.h,v 1.2.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef DEV_MMC_BRIDGE_H diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 0ec6ac79754b8..326a68a24588e 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mmc/mmc.c,v 1.4.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mmc/mmcbr_if.m b/sys/dev/mmc/mmcbr_if.m index e82293de35b0f..e7c3e98a462f1 100644 --- a/sys/dev/mmc/mmcbr_if.m +++ b/sys/dev/mmc/mmcbr_if.m @@ -50,7 +50,7 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/mmc/mmcbr_if.m,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $ # #include <sys/types.h> diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h index 1effa1496fed9..9e5f2f2dd6d76 100644 --- a/sys/dev/mmc/mmcbrvar.h +++ b/sys/dev/mmc/mmcbrvar.h @@ -49,7 +49,7 @@ * or the SD Card Association to disclose or distribute any technical * information, know-how or other confidential information to any third party. * - * "$FreeBSD$" + * "$FreeBSD: src/sys/dev/mmc/mmcbrvar.h,v 1.2.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $" */ #ifndef DEV_MMC_MMCBRVAR_H diff --git a/sys/dev/mmc/mmcbus_if.m b/sys/dev/mmc/mmcbus_if.m index 14dc8e92f8cd0..100a7826114dc 100644 --- a/sys/dev/mmc/mmcbus_if.m +++ b/sys/dev/mmc/mmcbus_if.m @@ -50,7 +50,7 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/mmc/mmcbus_if.m,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $ # #include <dev/mmc/mmcreg.h> diff --git a/sys/dev/mmc/mmcreg.h b/sys/dev/mmc/mmcreg.h index 8ce9dffea18c1..761464ebcf7bf 100644 --- a/sys/dev/mmc/mmcreg.h +++ b/sys/dev/mmc/mmcreg.h @@ -48,7 +48,7 @@ * or the SD Card Association to disclose or distribute any technical * information, know-how or other confidential information to any third party. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mmc/mmcreg.h,v 1.2.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef DEV_MMC_MMCREG_H diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index db342d6e6f24c..ac14f547f3dfb 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mmc/mmcsd.c,v 1.3.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mmc/mmcvar.h b/sys/dev/mmc/mmcvar.h index 9126439a851a7..64baae6b3650e 100644 --- a/sys/dev/mmc/mmcvar.h +++ b/sys/dev/mmc/mmcvar.h @@ -49,7 +49,7 @@ * or the SD Card Association to disclose or distribute any technical * information, know-how or other confidential information to any third party. * - * "$FreeBSD$" + * "$FreeBSD: src/sys/dev/mmc/mmcvar.h,v 1.3.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $" */ #ifndef DEV_MMC_MMCVAR_H |