aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
commit5be28542797ac26e17de490f50e0830003596d38 (patch)
tree8069da00bdeed33ee5434671a0bae67379506370 /sys/dev/hfa
parente5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff)
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/dev/hfa')
-rw-r--r--sys/dev/hfa/fore.h2
-rw-r--r--sys/dev/hfa/fore_aali.h2
-rw-r--r--sys/dev/hfa/fore_buffer.c4
-rw-r--r--sys/dev/hfa/fore_command.c4
-rw-r--r--sys/dev/hfa/fore_globals.c4
-rw-r--r--sys/dev/hfa/fore_if.c4
-rw-r--r--sys/dev/hfa/fore_include.h2
-rw-r--r--sys/dev/hfa/fore_init.c4
-rw-r--r--sys/dev/hfa/fore_intr.c4
-rw-r--r--sys/dev/hfa/fore_load.c4
-rw-r--r--sys/dev/hfa/fore_output.c4
-rw-r--r--sys/dev/hfa/fore_receive.c4
-rw-r--r--sys/dev/hfa/fore_slave.h2
-rw-r--r--sys/dev/hfa/fore_stats.c4
-rw-r--r--sys/dev/hfa/fore_stats.h2
-rw-r--r--sys/dev/hfa/fore_timer.c4
-rw-r--r--sys/dev/hfa/fore_transmit.c4
-rw-r--r--sys/dev/hfa/fore_var.h2
-rw-r--r--sys/dev/hfa/fore_vcm.c4
19 files changed, 32 insertions, 32 deletions
diff --git a/sys/dev/hfa/fore.h b/sys/dev/hfa/fore.h
index 04099824075e..d3203bfa37cf 100644
--- a/sys/dev/hfa/fore.h
+++ b/sys/dev/hfa/fore.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/hfa/fore.h,v 1.1.2.1 1999/08/29 16:23:00 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_aali.h b/sys/dev/hfa/fore_aali.h
index c5bf8038f1a3..061f32a8c58f 100644
--- a/sys/dev/hfa/fore_aali.h
+++ b/sys/dev/hfa/fore_aali.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/hfa/fore_aali.h,v 1.1.2.1 1999/08/29 16:23:01 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_buffer.c b/sys/dev/hfa/fore_buffer.c
index a6511e9541e8..4cf226728ca0 100644
--- a/sys/dev/hfa/fore_buffer.c
+++ b/sys/dev/hfa/fore_buffer.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/hfa/fore_buffer.c,v 1.2.2.1 1999/08/29 16:23:01 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_buffer.c,v 1.2.2.1 1999/08/29 16:23:01 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c
index f7c308075d9b..7e7b7597c099 100644
--- a/sys/dev/hfa/fore_command.c
+++ b/sys/dev/hfa/fore_command.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/hfa/fore_command.c,v 1.4.2.1 1999/08/29 16:23:02 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_command.c,v 1.4.2.1 1999/08/29 16:23:02 peter Exp $");
#endif
/*
diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c
index ff8cc6c2e949..7c83a68b96f8 100644
--- a/sys/dev/hfa/fore_globals.c
+++ b/sys/dev/hfa/fore_globals.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/hfa/fore_globals.c,v 1.2.2.2 1999/08/29 16:23:02 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_globals.c,v 1.2.2.2 1999/08/29 16:23:02 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_if.c b/sys/dev/hfa/fore_if.c
index 4311a8e7b0e2..0a63a94c032f 100644
--- a/sys/dev/hfa/fore_if.c
+++ b/sys/dev/hfa/fore_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/hfa/fore_if.c,v 1.3.2.1 1999/08/29 16:23:03 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_if.c,v 1.3.2.1 1999/08/29 16:23:03 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h
index 4ffe4ce424c6..7e2cf3715beb 100644
--- a/sys/dev/hfa/fore_include.h
+++ b/sys/dev/hfa/fore_include.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/hfa/fore_include.h,v 1.1.2.1 1999/08/29 16:23:03 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_init.c b/sys/dev/hfa/fore_init.c
index 1594f3e6b06e..887ea032a267 100644
--- a/sys/dev/hfa/fore_init.c
+++ b/sys/dev/hfa/fore_init.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/hfa/fore_init.c,v 1.4.2.1 1999/08/29 16:23:03 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_init.c,v 1.4.2.1 1999/08/29 16:23:03 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_intr.c b/sys/dev/hfa/fore_intr.c
index aa7f05cce99a..3cd5447f30ce 100644
--- a/sys/dev/hfa/fore_intr.c
+++ b/sys/dev/hfa/fore_intr.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/hfa/fore_intr.c,v 1.2.2.1 1999/08/29 16:23:04 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_intr.c,v 1.2.2.1 1999/08/29 16:23:04 peter Exp $");
#endif
#if defined(sun)
diff --git a/sys/dev/hfa/fore_load.c b/sys/dev/hfa/fore_load.c
index 578d243b73b2..b1c7c6ce6043 100644
--- a/sys/dev/hfa/fore_load.c
+++ b/sys/dev/hfa/fore_load.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/hfa/fore_load.c,v 1.5.2.1 1999/08/29 16:23:04 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_load.c,v 1.5.2.1 1999/08/29 16:23:04 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c
index c58550d776a6..a81d59792bcb 100644
--- a/sys/dev/hfa/fore_output.c
+++ b/sys/dev/hfa/fore_output.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/hfa/fore_output.c,v 1.2.2.1 1999/08/29 16:23:05 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_output.c,v 1.2.2.1 1999/08/29 16:23:05 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_receive.c b/sys/dev/hfa/fore_receive.c
index aae431f30dd3..40a41d775770 100644
--- a/sys/dev/hfa/fore_receive.c
+++ b/sys/dev/hfa/fore_receive.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/hfa/fore_receive.c,v 1.3.2.1 1999/08/29 16:23:06 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_receive.c,v 1.3.2.1 1999/08/29 16:23:06 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_slave.h b/sys/dev/hfa/fore_slave.h
index 9f7d3224fcb4..6e88f8d0e8a3 100644
--- a/sys/dev/hfa/fore_slave.h
+++ b/sys/dev/hfa/fore_slave.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/hfa/fore_slave.h,v 1.1.2.1 1999/08/29 16:23:06 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_stats.c b/sys/dev/hfa/fore_stats.c
index a01c5e50f6a7..8fa6a1aa057a 100644
--- a/sys/dev/hfa/fore_stats.c
+++ b/sys/dev/hfa/fore_stats.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/hfa/fore_stats.c,v 1.3.2.1 1999/08/29 16:23:06 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_stats.c,v 1.3.2.1 1999/08/29 16:23:06 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_stats.h b/sys/dev/hfa/fore_stats.h
index 53b568f69ebd..a1e17a722346 100644
--- a/sys/dev/hfa/fore_stats.h
+++ b/sys/dev/hfa/fore_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/hfa/fore_stats.h,v 1.1.2.1 1999/08/29 16:23:07 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_timer.c b/sys/dev/hfa/fore_timer.c
index df5cff86b42a..f7b9653790c3 100644
--- a/sys/dev/hfa/fore_timer.c
+++ b/sys/dev/hfa/fore_timer.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/hfa/fore_timer.c,v 1.2.2.1 1999/08/29 16:23:08 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_timer.c,v 1.2.2.1 1999/08/29 16:23:08 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_transmit.c b/sys/dev/hfa/fore_transmit.c
index ebf14f321ef3..20d09ac698e4 100644
--- a/sys/dev/hfa/fore_transmit.c
+++ b/sys/dev/hfa/fore_transmit.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/hfa/fore_transmit.c,v 1.2.2.1 1999/08/29 16:23:08 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_transmit.c,v 1.2.2.1 1999/08/29 16:23:08 peter Exp $");
#endif
diff --git a/sys/dev/hfa/fore_var.h b/sys/dev/hfa/fore_var.h
index 5a1533f3c2c6..eb54e2595eab 100644
--- a/sys/dev/hfa/fore_var.h
+++ b/sys/dev/hfa/fore_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/hfa/fore_var.h,v 1.1.2.1 1999/08/29 16:23:09 peter Exp $
*
*/
diff --git a/sys/dev/hfa/fore_vcm.c b/sys/dev/hfa/fore_vcm.c
index e2bc530ef5e3..3c19ff3c5dec 100644
--- a/sys/dev/hfa/fore_vcm.c
+++ b/sys/dev/hfa/fore_vcm.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/hfa/fore_vcm.c,v 1.3.2.1 1999/08/29 16:23:09 peter Exp $
*
*/
@@ -38,7 +38,7 @@
#include <dev/hfa/fore_include.h>
#ifndef lint
-__RCSID("@(#) $FreeBSD$");
+__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_vcm.c,v 1.3.2.1 1999/08/29 16:23:09 peter Exp $");
#endif