diff options
Diffstat (limited to 'sys/dev/esp')
| -rw-r--r-- | sys/dev/esp/esp_sbus.c | 2 | ||||
| -rw-r--r-- | sys/dev/esp/lsi64854.c | 2 | ||||
| -rw-r--r-- | sys/dev/esp/lsi64854reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/esp/lsi64854var.h | 2 | ||||
| -rw-r--r-- | sys/dev/esp/ncr53c9x.c | 2 | ||||
| -rw-r--r-- | sys/dev/esp/ncr53c9xreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/esp/ncr53c9xvar.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index ba8f38209ad4..583ed52741c8 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/esp_sbus.c,v 1.6.2.1 2004/09/16 03:48:43 scottl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/lsi64854.c b/sys/dev/esp/lsi64854.c index 6216560716e4..74fd24b3f44f 100644 --- a/sys/dev/esp/lsi64854.c +++ b/sys/dev/esp/lsi64854.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/lsi64854.c,v 1.2 2004/08/02 22:55:23 trhodes Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/lsi64854reg.h b/sys/dev/esp/lsi64854reg.h index 763d312feefd..3fe1ec6c2989 100644 --- a/sys/dev/esp/lsi64854reg.h +++ b/sys/dev/esp/lsi64854reg.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/lsi64854reg.h,v 1.1 2004/06/10 05:11:39 scottl Exp $ */ /* * LSI 64854 DMA engine. Contains three independent channels diff --git a/sys/dev/esp/lsi64854var.h b/sys/dev/esp/lsi64854var.h index 03e1d7d74892..9c61cbbecf62 100644 --- a/sys/dev/esp/lsi64854var.h +++ b/sys/dev/esp/lsi64854var.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/lsi64854var.h,v 1.2 2004/08/02 22:55:23 trhodes Exp $ */ struct lsi64854_softc { device_t sc_dev; diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index a222f3e366a8..12f30d4afa67 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -104,7 +104,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/ncr53c9x.c,v 1.6.2.1 2005/01/30 00:59:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index d85cb452a46a..0030bb9af1f5 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xreg.h,v 1.2.2.1 2005/01/30 00:59:39 imp Exp $ */ /* * Register addresses, relative to some base address diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index f8be39edd40e..a61e89050240 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -66,7 +66,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xvar.h,v 1.4.2.1 2005/01/30 00:59:39 imp Exp $ */ #ifndef _DEV_IC_NCR53C9XVAR_H_ #define _DEV_IC_NCR53C9XVAR_H_ |
