diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sys/dev/hea | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'sys/dev/hea')
| -rw-r--r-- | sys/dev/hea/eni.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni.h | 2 | ||||
| -rw-r--r-- | sys/dev/hea/eni_buffer.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_globals.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_if.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_init.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_intr.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_receive.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_stats.h | 2 | ||||
| -rw-r--r-- | sys/dev/hea/eni_suni.h | 2 | ||||
| -rw-r--r-- | sys/dev/hea/eni_transmit.c | 4 | ||||
| -rw-r--r-- | sys/dev/hea/eni_var.h | 2 | ||||
| -rw-r--r-- | sys/dev/hea/eni_vcm.c | 4 |
13 files changed, 22 insertions, 22 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c index 8c3e0604c1ac..9dea5a4580b0 100644 --- a/sys/dev/hea/eni.c +++ b/sys/dev/hea/eni.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni.c,v 1.4 1998/12/04 22:54:45 archie Exp $ + * @(#) $Id: eni.c,v 1.5 1998/12/14 06:37:01 dillon Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni.c,v 1.4 1998/12/04 22:54:45 archie Exp $"); +__RCSID("@(#) $Id: eni.c,v 1.5 1998/12/14 06:37:01 dillon Exp $"); #endif /* diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h index ff4a81b0c2c4..bc4a1f939324 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. * - * @(#) $Id: eni.h,v 1.7 1998/06/29 19:45:14 jpt Exp $ + * @(#) $Id: eni.h,v 1.1 1998/09/15 08:22:53 phk Exp $ * */ diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c index 71d2eb9128ca..610d284401d3 100644 --- a/sys/dev/hea/eni_buffer.c +++ b/sys/dev/hea/eni_buffer.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $ + * @(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_buffer.c,v 1.1 1998/09/15 08:22:53 phk Exp $"); +__RCSID("@(#) $Id: eni_buffer.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); #endif static int eni_test_memory __P((Eni_unit *)); diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c index 71253e27a823..aff745366b40 100644 --- a/sys/dev/hea/eni_globals.c +++ b/sys/dev/hea/eni_globals.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $ + * @(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $"); +__RCSID("@(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); #endif /* diff --git a/sys/dev/hea/eni_if.c b/sys/dev/hea/eni_if.c index 49f5e09516cd..fa5e13eb2040 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. * - * @(#) $Id: eni_if.c,v 1.2 1998/10/31 20:06:45 phk Exp $ + * @(#) $Id: eni_if.c,v 1.3 1998/12/04 22:54:45 archie Exp $ * */ @@ -43,7 +43,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_if.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); +__RCSID("@(#) $Id: eni_if.c,v 1.3 1998/12/04 22:54:45 archie Exp $"); #endif static void eni_get_stats __P((Eni_unit *)); diff --git a/sys/dev/hea/eni_init.c b/sys/dev/hea/eni_init.c index 5706c65adb32..cc80e9e900f7 100644 --- a/sys/dev/hea/eni_init.c +++ b/sys/dev/hea/eni_init.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_init.c,v 1.1 1998/09/15 08:22:53 phk Exp $ + * @(#) $Id: eni_init.c,v 1.2 1998/10/31 20:06:45 phk Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_init.c,v 1.1 1998/09/15 08:22:53 phk Exp $"); +__RCSID("@(#) $Id: eni_init.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); #endif /* diff --git a/sys/dev/hea/eni_intr.c b/sys/dev/hea/eni_intr.c index ccc0d6bbc547..46236b3ace2c 100644 --- a/sys/dev/hea/eni_intr.c +++ b/sys/dev/hea/eni_intr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_intr.c,v 1.2 1998/09/17 09:34:58 phk Exp $ + * @(#) $Id: eni_intr.c,v 1.3 1998/10/31 20:06:45 phk Exp $ * */ @@ -43,7 +43,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_intr.c,v 1.2 1998/09/17 09:34:58 phk Exp $"); +__RCSID("@(#) $Id: eni_intr.c,v 1.3 1998/10/31 20:06:45 phk Exp $"); #endif static void eni_suni_intr __P((Eni_unit *)); diff --git a/sys/dev/hea/eni_receive.c b/sys/dev/hea/eni_receive.c index 8e8be36d6577..ad4e06665238 100644 --- a/sys/dev/hea/eni_receive.c +++ b/sys/dev/hea/eni_receive.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_receive.c,v 1.2 1998/09/17 09:34:58 phk Exp $ + * @(#) $Id: eni_receive.c,v 1.3 1998/10/31 20:06:45 phk Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_receive.c,v 1.2 1998/09/17 09:34:58 phk Exp $"); +__RCSID("@(#) $Id: eni_receive.c,v 1.3 1998/10/31 20:06:45 phk Exp $"); #endif static void eni_recv_stack __P((void *, KBuffer *)); diff --git a/sys/dev/hea/eni_stats.h b/sys/dev/hea/eni_stats.h index 1f2a4139f5fb..d6c8134cb830 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. * - * @(#) $Id: eni_stats.h,v 1.6 1998/08/26 23:28:54 mks Exp $ + * @(#) $Id: eni_stats.h,v 1.1 1998/09/15 08:22:53 phk Exp $ * */ diff --git a/sys/dev/hea/eni_suni.h b/sys/dev/hea/eni_suni.h index 3a0b0f74bec0..790eeb67b3d5 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. * - * @(#) $Id: eni_suni.h,v 1.2 1997/05/06 22:08:17 mks Exp $ + * @(#) $Id: eni_suni.h,v 1.1 1998/09/15 08:22:53 phk Exp $ * */ diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c index 2721709a8fd6..334d62baf801 100644 --- a/sys/dev/hea/eni_transmit.c +++ b/sys/dev/hea/eni_transmit.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_transmit.c,v 1.2 1998/10/18 11:58:57 phk Exp $ + * @(#) $Id: eni_transmit.c,v 1.3 1998/10/31 20:06:45 phk Exp $ * */ @@ -43,7 +43,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_transmit.c,v 1.2 1998/10/18 11:58:57 phk Exp $"); +__RCSID("@(#) $Id: eni_transmit.c,v 1.3 1998/10/31 20:06:45 phk Exp $"); #endif /* diff --git a/sys/dev/hea/eni_var.h b/sys/dev/hea/eni_var.h index cc83a122dbdc..7a5a95c0b406 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. * - * @(#) $Id: eni_var.h,v 1.4 1998/06/29 19:55:26 jpt Exp $ + * @(#) $Id: eni_var.h,v 1.1 1998/09/15 08:22:54 phk Exp $ * */ diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c index a88fc01bc67a..3cf259aed3d0 100644 --- a/sys/dev/hea/eni_vcm.c +++ b/sys/dev/hea/eni_vcm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_vcm.c,v 1.1 1998/09/15 08:22:54 phk Exp $ + * @(#) $Id: eni_vcm.c,v 1.2 1998/10/31 20:06:45 phk Exp $ * */ @@ -43,7 +43,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_vcm.c,v 1.1 1998/09/15 08:22:54 phk Exp $"); +__RCSID("@(#) $Id: eni_vcm.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); #endif |
