summaryrefslogtreecommitdiff
path: root/sys/dev/hea
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni.c4
-rw-r--r--sys/dev/hea/eni.h2
-rw-r--r--sys/dev/hea/eni_buffer.c4
-rw-r--r--sys/dev/hea/eni_globals.c4
-rw-r--r--sys/dev/hea/eni_if.c4
-rw-r--r--sys/dev/hea/eni_init.c4
-rw-r--r--sys/dev/hea/eni_intr.c4
-rw-r--r--sys/dev/hea/eni_receive.c4
-rw-r--r--sys/dev/hea/eni_stats.h2
-rw-r--r--sys/dev/hea/eni_suni.h2
-rw-r--r--sys/dev/hea/eni_transmit.c4
-rw-r--r--sys/dev/hea/eni_var.h2
-rw-r--r--sys/dev/hea/eni_vcm.c4
-rw-r--r--sys/dev/hea/hea_freebsd.c2
-rw-r--r--sys/dev/hea/hea_freebsd.h2
-rw-r--r--sys/dev/hea/hea_pci.c2
16 files changed, 25 insertions, 25 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index d9a7ad037b4d..c529fa291ba7 100644
--- a/sys/dev/hea/eni.c
+++ b/sys/dev/hea/eni.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni.c,v 1.23 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI adapter support
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni.c,v 1.23 2003/08/24 17:46:08 obrien Exp $");
#endif
/*
diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h
index 53ecef15dc9d..4f694ec840c2 100644
--- a/sys/dev/hea/eni.h
+++ b/sys/dev/hea/eni.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/sys/dev/hea/eni.h,v 1.10 2003/08/22 15:35:37 imp Exp $
*
*/
diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c
index b9b61646a677..0089f9e521ce 100644
--- a/sys/dev/hea/eni_buffer.c
+++ b/sys/dev/hea/eni_buffer.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_buffer.c,v 1.17 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_buffer.c,v 1.17 2003/08/24 17:46:08 obrien Exp $");
#endif
static int eni_test_memory(Eni_unit *);
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c
index 0742599652c0..7349c83c037a 100644
--- a/sys/dev/hea/eni_globals.c
+++ b/sys/dev/hea/eni_globals.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_globals.c,v 1.10 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
#include <vm/uma.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_globals.c,v 1.10 2003/08/24 17:46:08 obrien Exp $");
#endif
/*
diff --git a/sys/dev/hea/eni_if.c b/sys/dev/hea/eni_if.c
index 6355fe8a4d36..b095f8406d45 100644
--- a/sys/dev/hea/eni_if.c
+++ b/sys/dev/hea/eni_if.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/sys/dev/hea/eni_if.c,v 1.12 2003/07/29 13:33:14 harti Exp $
*
*/
@@ -58,7 +58,7 @@
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_if.c,v 1.12 2003/07/29 13:33:14 harti Exp $");
#endif
static void eni_get_stats(Eni_unit *);
diff --git a/sys/dev/hea/eni_init.c b/sys/dev/hea/eni_init.c
index 4672c2069aa3..4bfb1a5dc55e 100644
--- a/sys/dev/hea/eni_init.c
+++ b/sys/dev/hea/eni_init.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_init.c,v 1.8 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_init.c,v 1.8 2003/08/24 17:46:08 obrien Exp $");
#endif
/*
diff --git a/sys/dev/hea/eni_intr.c b/sys/dev/hea/eni_intr.c
index 0ced87f19ec2..41e6769fef0f 100644
--- a/sys/dev/hea/eni_intr.c
+++ b/sys/dev/hea/eni_intr.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_intr.c,v 1.10 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_intr.c,v 1.10 2003/08/24 17:46:08 obrien Exp $");
#endif
static void eni_suni_intr(Eni_unit *);
diff --git a/sys/dev/hea/eni_receive.c b/sys/dev/hea/eni_receive.c
index eb6c58da3a20..8cbb578a12cc 100644
--- a/sys/dev/hea/eni_receive.c
+++ b/sys/dev/hea/eni_receive.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_receive.c,v 1.15 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -63,7 +63,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_receive.c,v 1.15 2003/08/24 17:46:08 obrien Exp $");
#endif
static void eni_recv_stack(void *, KBuffer *);
diff --git a/sys/dev/hea/eni_stats.h b/sys/dev/hea/eni_stats.h
index ddcc55ff775c..a9b1175e0439 100644
--- a/sys/dev/hea/eni_stats.h
+++ b/sys/dev/hea/eni_stats.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/sys/dev/hea/eni_stats.h,v 1.2 1999/08/28 00:41:46 peter Exp $
*
*/
diff --git a/sys/dev/hea/eni_suni.h b/sys/dev/hea/eni_suni.h
index 3ebce6030679..02e426a0d665 100644
--- a/sys/dev/hea/eni_suni.h
+++ b/sys/dev/hea/eni_suni.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/sys/dev/hea/eni_suni.h,v 1.2 1999/08/28 00:41:46 peter Exp $
*
*/
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c
index 0335d71a2f30..4b01f0b17ae2 100644
--- a/sys/dev/hea/eni_transmit.c
+++ b/sys/dev/hea/eni_transmit.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_transmit.c,v 1.17 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_transmit.c,v 1.17 2003/08/24 17:46:08 obrien Exp $");
#endif
/*
diff --git a/sys/dev/hea/eni_var.h b/sys/dev/hea/eni_var.h
index cac3ca7e0d28..633c5456cff0 100644
--- a/sys/dev/hea/eni_var.h
+++ b/sys/dev/hea/eni_var.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $FreeBSD$
+ * @(#) $FreeBSD: src/sys/dev/hea/eni_var.h,v 1.4 2002/06/14 16:59:37 arr Exp $
*
*/
diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c
index 1dfd71d73d23..a3b528e12342 100644
--- a/sys/dev/hea/eni_vcm.c
+++ b/sys/dev/hea/eni_vcm.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/eni_vcm.c,v 1.13 2003/08/24 17:46:08 obrien Exp $");
/*
* Efficient ENI Adapter Support
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hea/eni_vcm.c,v 1.13 2003/08/24 17:46:08 obrien Exp $");
#endif
diff --git a/sys/dev/hea/hea_freebsd.c b/sys/dev/hea/hea_freebsd.c
index 2ed88b61ae99..168bf183efb0 100644
--- a/sys/dev/hea/hea_freebsd.c
+++ b/sys/dev/hea/hea_freebsd.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/hea_freebsd.c,v 1.7 2003/08/24 17:46:08 obrien Exp $");
/*
*
diff --git a/sys/dev/hea/hea_freebsd.h b/sys/dev/hea/hea_freebsd.h
index 42e24ffad1f7..15966b1b0491 100644
--- a/sys/dev/hea/hea_freebsd.h
+++ b/sys/dev/hea/hea_freebsd.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/hea/hea_freebsd.h,v 1.1 2002/06/03 09:16:52 mdodd Exp $
*/
struct hea_softc {
diff --git a/sys/dev/hea/hea_pci.c b/sys/dev/hea/hea_pci.c
index 7965f8a56cbd..2e9ec6ce6d68 100644
--- a/sys/dev/hea/hea_pci.c
+++ b/sys/dev/hea/hea_pci.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/hea/hea_pci.c,v 1.7 2003/09/02 17:30:35 jhb Exp $");
/*
*