diff options
Diffstat (limited to 'sys/dev/le')
| -rw-r--r-- | sys/dev/le/am7990.c | 2 | ||||
| -rw-r--r-- | sys/dev/le/am79900.c | 2 | ||||
| -rw-r--r-- | sys/dev/le/am79900reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/le/am79900var.h | 2 | ||||
| -rw-r--r-- | sys/dev/le/am7990reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/le/am7990var.h | 2 | ||||
| -rw-r--r-- | sys/dev/le/if_le_ledma.c | 2 | ||||
| -rw-r--r-- | sys/dev/le/if_le_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/le/lance.c | 2 | ||||
| -rw-r--r-- | sys/dev/le/lancereg.h | 2 | ||||
| -rw-r--r-- | sys/dev/le/lancevar.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 0738ed08aea3..a3fe239889a6 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am7990.c,v 1.1.2.3 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index 7246df387b1f..13eca87eabf4 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -110,7 +110,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am79900.c,v 1.1.2.3 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900reg.h b/sys/dev/le/am79900reg.h index 33610645d394..0212bbd6dd7d 100644 --- a/sys/dev/le/am79900reg.h +++ b/sys/dev/le/am79900reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900REG_H_ #define _DEV_LE_AM79900REG_H_ diff --git a/sys/dev/le/am79900var.h b/sys/dev/le/am79900var.h index 196667e045b0..39e6acb0b2e1 100644 --- a/sys/dev/le/am79900var.h +++ b/sys/dev/le/am79900var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900VAR_H_ #define _DEV_LE_AM79900VAR_H_ diff --git a/sys/dev/le/am7990reg.h b/sys/dev/le/am7990reg.h index d3f8e0d3d9f0..60af47c6144b 100644 --- a/sys/dev/le/am7990reg.h +++ b/sys/dev/le/am7990reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990REG_H_ #define _DEV_LE_AM7990REG_H_ diff --git a/sys/dev/le/am7990var.h b/sys/dev/le/am7990var.h index 8b2c8bf91c87..014c0316281a 100644 --- a/sys/dev/le/am7990var.h +++ b/sys/dev/le/am7990var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990VAR_H_ #define _DEV_LE_AM7990VAR_H_ diff --git a/sys/dev/le/if_le_ledma.c b/sys/dev/le/if_le_ledma.c index d19e241e10d8..e7cbc9a6f15e 100644 --- a/sys/dev/le/if_le_ledma.c +++ b/sys/dev/le/if_le_ledma.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_ledma.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 40ed93346c67..6a9e94ccc6dc 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_pci.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 0c22fccdbaf9..285196bfe0c0 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/lance.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 3e0ce060dcf2..e5165e963119 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -120,7 +120,7 @@ * valid on the LANCE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancereg.h,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $ */ #ifndef _DEV_LE_LANCEREG_H_ #define _DEV_LE_LANCEREG_H_ diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index 1c2142b77250..76da35fd6565 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancevar.h,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $ */ #ifndef _DEV_LE_LANCEVAR_H_ #define _DEV_LE_LANCEVAR_H_ |
