diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/cfi | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/dev/cfi')
| -rw-r--r-- | sys/dev/cfi/cfi_bus_ixp4xx.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_bus_lbc.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_core.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_dev.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_disk.c | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfi/cfi_var.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/cfi/cfi_bus_ixp4xx.c b/sys/dev/cfi/cfi_bus_ixp4xx.c index ef9da9eef4b7..4fd1b4bc99e8 100644 --- a/sys/dev/cfi/cfi_bus_ixp4xx.c +++ b/sys/dev/cfi/cfi_bus_ixp4xx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cfi/cfi_bus_ixp4xx.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cfi/cfi_bus_lbc.c b/sys/dev/cfi/cfi_bus_lbc.c index df24f389998d..262144af5775 100644 --- a/sys/dev/cfi/cfi_bus_lbc.c +++ b/sys/dev/cfi/cfi_bus_lbc.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cfi/cfi_bus_lbc.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cfi/cfi_core.c b/sys/dev/cfi/cfi_core.c index 6179f0a5a79a..ecba3a4b435f 100644 --- a/sys/dev/cfi/cfi_core.c +++ b/sys/dev/cfi/cfi_core.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cfi/cfi_core.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cfi.h" diff --git a/sys/dev/cfi/cfi_dev.c b/sys/dev/cfi/cfi_dev.c index d6357531ab8f..79ecebc7a31e 100644 --- a/sys/dev/cfi/cfi_dev.c +++ b/sys/dev/cfi/cfi_dev.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cfi/cfi_dev.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cfi.h" diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index 20f422b19d5c..9df59e00082e 100644 --- a/sys/dev/cfi/cfi_disk.c +++ b/sys/dev/cfi/cfi_disk.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cfi/cfi_disk.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cfi/cfi_reg.h b/sys/dev/cfi/cfi_reg.h index d4926781213a..1ce29df412d1 100644 --- a/sys/dev/cfi/cfi_reg.h +++ b/sys/dev/cfi/cfi_reg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cfi/cfi_reg.h,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_CFI_REG_H_ diff --git a/sys/dev/cfi/cfi_var.h b/sys/dev/cfi/cfi_var.h index 4dd9a60ac3aa..b2e0d9962689 100644 --- a/sys/dev/cfi/cfi_var.h +++ b/sys/dev/cfi/cfi_var.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cfi/cfi_var.h,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_CFI_VAR_H_ |
