From 35689e7efe73ae768709b49e69f05a654e80b583 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 20 Nov 1997 15:48:41 +0000 Subject: - Renamed -> . Forgotten by: me Reminded by: Bruce --- sys/dev/ed/if_ed.c | 4 ++-- sys/dev/ep/if_ep.c | 4 ++-- sys/dev/fe/if_fe.c | 4 ++-- sys/dev/sio/sio.c | 4 ++-- sys/i386/isa/aic6360.c | 4 ++-- sys/i386/isa/if_ed.c | 4 ++-- sys/i386/isa/if_ep.c | 4 ++-- sys/i386/isa/if_fe.c | 4 ++-- sys/i386/isa/sio.c | 4 ++-- sys/isa/sio.c | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index f4db11d..89a577f 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $ + * $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $ */ /* @@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep); #if NCARD > 0 #include #include -#include +#include #include #include diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 648b577..466f6df 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $ + * $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -147,7 +147,7 @@ struct isa_driver epdriver = { #if NCARD > 0 #include -#include +#include #include #include diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index fbdc2e6..866f505 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $ + * $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -123,7 +123,7 @@ #include "card.h" #if NCARD > 0 #include -#include +#include #include #include #endif diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index e531c2d..5d5c26e 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $ + * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $ */ #include "opt_comconsole.h" @@ -89,7 +89,7 @@ #include "card.h" #if NCARD > 0 -#include +#include #include #include #endif diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index fb2dd6c..67cfb97 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.34 1997/10/26 04:53:49 nate Exp $ + * $Id: aic6360.c,v 1.35 1997/10/26 21:08:39 nate Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and @@ -701,7 +701,7 @@ static struct scsi_device aic_dev = { #include "card.h" #if NCARD > 0 #include -#include +#include #include #include diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index f4db11d..89a577f 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $ + * $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $ */ /* @@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep); #if NCARD > 0 #include #include -#include +#include #include #include diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index 648b577..466f6df 100644 --- a/sys/i386/isa/if_ep.c +++ b/sys/i386/isa/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $ + * $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -147,7 +147,7 @@ struct isa_driver epdriver = { #if NCARD > 0 #include -#include +#include #include #include diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c index fbdc2e6..866f505 100644 --- a/sys/i386/isa/if_fe.c +++ b/sys/i386/isa/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $ + * $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -123,7 +123,7 @@ #include "card.h" #if NCARD > 0 #include -#include +#include #include #include #endif diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index e531c2d..5d5c26e 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $ + * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $ */ #include "opt_comconsole.h" @@ -89,7 +89,7 @@ #include "card.h" #if NCARD > 0 -#include +#include #include #include #endif diff --git a/sys/isa/sio.c b/sys/isa/sio.c index e531c2d..5d5c26e 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $ + * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $ */ #include "opt_comconsole.h" @@ -89,7 +89,7 @@ #include "card.h" #if NCARD > 0 -#include +#include #include #include #endif -- cgit v1.1