summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options.i3864
-rw-r--r--sys/conf/options.pc984
-rw-r--r--sys/dev/fe/if_fe.c3
-rw-r--r--sys/i386/conf/options.i3864
-rw-r--r--sys/i386/isa/if_fe.c3
-rw-r--r--sys/pc98/conf/options.pc984
6 files changed, 16 insertions, 6 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 9be7d35..21d9fe0 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.103 1999/01/11 03:18:35 yokota Exp $
+# $Id: options.i386,v 1.104 1999/01/23 10:51:58 yokota Exp $
DISABLE_PSE
IDE_DELAY
@@ -109,6 +109,8 @@ FDC_DEBUG opt_fdc.h
FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h
FDC_YE opt_fdc.h
+FE_8BIT_SUPPORT opt_fe.h
+
# pcvt(4) has a bunch of options
FAT_CURSOR opt_pcvt.h
XSERVER opt_pcvt.h
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index adc8a11..51fd0d3 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.78 1999/01/18 08:38:07 kato Exp $
+# $Id: options.pc98,v 1.79 1999/02/16 11:12:42 kato Exp $
DISABLE_PSE
IDE_DELAY
@@ -105,6 +105,8 @@ FDC_DEBUG opt_fdc.h
FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h
FDC_YE opt_fdc.h
+FE_8BIT_SUPPORT opt_fe.h
+
# pcvt(4) has a bunch of options
FAT_CURSOR opt_pcvt.h
XSERVER opt_pcvt.h
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 94e4bef..efbc40b 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.47 1999/01/12 00:36:29 eivind Exp $
+ * $Id: if_fe.c,v 1.48 1999/01/19 00:21:40 peter Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 3.x
@@ -71,6 +71,7 @@
#include "fe.h"
#include "bpfilter.h"
+#include "opt_fe.h"
#include "opt_inet.h"
#include "opt_ipx.h"
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 9be7d35..21d9fe0 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.103 1999/01/11 03:18:35 yokota Exp $
+# $Id: options.i386,v 1.104 1999/01/23 10:51:58 yokota Exp $
DISABLE_PSE
IDE_DELAY
@@ -109,6 +109,8 @@ FDC_DEBUG opt_fdc.h
FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h
FDC_YE opt_fdc.h
+FE_8BIT_SUPPORT opt_fe.h
+
# pcvt(4) has a bunch of options
FAT_CURSOR opt_pcvt.h
XSERVER opt_pcvt.h
diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c
index 94e4bef..efbc40b 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.47 1999/01/12 00:36:29 eivind Exp $
+ * $Id: if_fe.c,v 1.48 1999/01/19 00:21:40 peter Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 3.x
@@ -71,6 +71,7 @@
#include "fe.h"
#include "bpfilter.h"
+#include "opt_fe.h"
#include "opt_inet.h"
#include "opt_ipx.h"
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98
index adc8a11..51fd0d3 100644
--- a/sys/pc98/conf/options.pc98
+++ b/sys/pc98/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.78 1999/01/18 08:38:07 kato Exp $
+# $Id: options.pc98,v 1.79 1999/02/16 11:12:42 kato Exp $
DISABLE_PSE
IDE_DELAY
@@ -105,6 +105,8 @@ FDC_DEBUG opt_fdc.h
FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h
FDC_YE opt_fdc.h
+FE_8BIT_SUPPORT opt_fe.h
+
# pcvt(4) has a bunch of options
FAT_CURSOR opt_pcvt.h
XSERVER opt_pcvt.h
OpenPOWER on IntegriCloud