diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index adb54c2c7cc..06f54858f62 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.18 1997/03/23 03:48:59 bde Exp $ + * $Id: fd.c,v 1.19 1997/03/24 12:29:23 bde Exp $ * */ @@ -64,7 +64,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 3b989d83d55..9f9a1f7f020 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.29 1997/07/17 10:35:43 kato Exp $ + * $Id: sio.c,v 1.30 1997/07/20 11:59:48 kato Exp $ */ #include "opt_comconsole.h" @@ -125,7 +125,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index adb54c2c7cc..06f54858f62 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.18 1997/03/23 03:48:59 bde Exp $ + * $Id: fd.c,v 1.19 1997/03/24 12:29:23 bde Exp $ * */ @@ -64,7 +64,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c index 0964e7bd499..f0d13bcfea6 100644 --- a/sys/pc98/pc98/if_ed.c +++ b/sys/pc98/pc98/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.25 1997/06/16 09:54:30 kato Exp $ + * $Id: if_ed.c,v 1.26 1997/06/16 09:56:57 kato Exp $ */ /* @@ -64,7 +64,6 @@ #include #include #include -#include #include #include #include @@ -73,21 +72,12 @@ #include #include #include -#include #ifdef INET #include -#include -#include -#include #include #endif -#ifdef IPX -#include -#include -#endif - #ifdef NS #include #include @@ -95,7 +85,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c index 78a5da95c81..5d8dd24f236 100644 --- a/sys/pc98/pc98/if_fe.c +++ b/sys/pc98/pc98/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.21 1997/03/24 12:29:30 bde Exp $ + * $Id: if_fe.c,v 1.22 1997/06/17 11:26:50 kato Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -75,7 +75,6 @@ * o To test IPX codes. */ -#include "isa.h" #include "fe.h" #include "crd.h" #include "bpfilter.h" @@ -85,7 +84,6 @@ #include -#include #include #include #include @@ -93,13 +91,9 @@ #include #include -#include #ifdef INET #include -#include -#include -#include #include #endif @@ -123,16 +117,10 @@ #if NBPFILTER > 0 #include -#include #endif #include -#ifdef PC98 -#include -#else -#include -#endif #include #include diff --git a/sys/pc98/pc98/lpt.c b/sys/pc98/pc98/lpt.c index 1569204d212..382deb234a9 100644 --- a/sys/pc98/pc98/lpt.c +++ b/sys/pc98/pc98/lpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $Id: lpt.c,v 1.11 1997/03/24 12:29:33 bde Exp $ + * $Id: lpt.c,v 1.12 1997/04/21 12:33:26 kato Exp $ */ /* @@ -106,7 +106,6 @@ #include #include #include -#include #include #include #include @@ -138,16 +137,11 @@ #include #include #include -#include #include -#include #include -#include -#include #include "bpfilter.h" #if NBPFILTER > 0 #include -#include #endif #endif /* INET */ diff --git a/sys/pc98/pc98/mse.c b/sys/pc98/pc98/mse.c index 0206f68b74f..cdac7d8d28e 100644 --- a/sys/pc98/pc98/mse.c +++ b/sys/pc98/pc98/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.9 1997/02/22 09:43:40 peter Exp $ + * $Id: mse.c,v 1.10 1997/03/24 12:29:37 bde Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -50,7 +50,6 @@ #include #include #include -#include #include #include #ifdef DEVFS diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 76c304e9d7b..9f98e8aefd9 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.21 1997/06/23 09:35:47 kato Exp $ + * $Id: npx.c,v 1.22 1997/07/17 10:35:01 kato Exp $ */ #include "npx.h" @@ -40,14 +40,12 @@ #include "opt_cpu.h" #include "opt_math_emulate.h" -#include "opt_smp.h" #include #include #include #include #include -#include #include #ifdef NPX_DEBUG #include @@ -59,7 +57,6 @@ #include #include #include -#include #include #include #if defined(APIC_IO) diff --git a/sys/pc98/pc98/pc98.c b/sys/pc98/pc98/pc98.c index 18abf583851..514bdc080b7 100644 --- a/sys/pc98/pc98/pc98.c +++ b/sys/pc98/pc98/pc98.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: pc98.c,v 1.32 1997/06/26 14:49:25 kato Exp $ + * $Id: pc98.c,v 1.33 1997/07/10 10:22:34 kato Exp $ */ /* @@ -55,11 +55,9 @@ #include #include #include -#include #include #include #include -#include #ifdef APIC_IO #include #include @@ -77,9 +75,7 @@ #else #include #endif -#include #include -#include "vector.h" #include diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index 3b989d83d55..9f9a1f7f020 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.29 1997/07/17 10:35:43 kato Exp $ + * $Id: sio.c,v 1.30 1997/07/20 11:59:48 kato Exp $ */ #include "opt_comconsole.h" @@ -125,7 +125,6 @@ #include #include #include -#include #include #include #include diff --git a/sys/pc98/pc98/syscons.c b/sys/pc98/pc98/syscons.c index da152874b8c..4e6ef7050cd 100644 --- a/sys/pc98/pc98/syscons.c +++ b/sys/pc98/pc98/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.47 1997/07/14 12:35:04 kato Exp $ + * $Id: syscons.c,v 1.48 1997/07/16 13:55:58 kato Exp $ */ #include "sc.h" @@ -40,11 +40,7 @@ #include #include #include -#include -#include #include -#include -#include #include #ifdef DEVFS #include diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c index 6291f3f0a21..48fa5ba12a5 100644 --- a/sys/pc98/pc98/wd.c +++ b/sys/pc98/pc98/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.24 1997/05/28 09:19:35 kato Exp $ + * $Id: wd.c,v 1.25 1997/07/02 11:01:37 kato Exp $ */ /* TODO: @@ -71,13 +71,9 @@ #include #include #include -#include -#include #include #include #include -#include -#include #include #ifdef DEVFS #include @@ -98,7 +94,6 @@ #include #include #include -#include #include #include