summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-11-01 22:50:52 +0000
committereivind <eivind@FreeBSD.org>1999-11-01 22:50:52 +0000
commitb38bca6cdc24732460fde698a9fd6086512d76e4 (patch)
tree5d8ee4ec918ac005be5e2919c078a0d769b328b2 /sys/i386
parentd25ad39299acede686b0de09cdacdabb8f0e5633 (diff)
downloadFreeBSD-src-b38bca6cdc24732460fde698a9fd6086512d76e4.zip
FreeBSD-src-b38bca6cdc24732460fde698a9fd6086512d76e4.tar.gz
Elminiate the (unused) TUNE_1542 option.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/i386/conf/options.i3861
3 files changed, 0 insertions, 9 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1e632c5..a693877 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -870,9 +870,6 @@ controller isa0
# The amount is in kilobytes, so for a machine with 128MB of RAM, it would
# be 131072 (128 * 1024).
#
-# TUNE_1542 enables the automatic ISA bus speed selection for the
-# Adaptec 1542 boards. Does not work for all boards, use it with caution.
-#
# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
# reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers.
@@ -882,7 +879,6 @@ controller isa0
options AUTO_EOI_1
#options AUTO_EOI_2
options MAXMEM="(128*1024)"
-options TUNE_1542
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1e632c5..a693877 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -870,9 +870,6 @@ controller isa0
# The amount is in kilobytes, so for a machine with 128MB of RAM, it would
# be 131072 (128 * 1024).
#
-# TUNE_1542 enables the automatic ISA bus speed selection for the
-# Adaptec 1542 boards. Does not work for all boards, use it with caution.
-#
# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
# reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers.
@@ -882,7 +879,6 @@ controller isa0
options AUTO_EOI_1
#options AUTO_EOI_2
options MAXMEM="(128*1024)"
-options TUNE_1542
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index b34194a..00dad0c 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -15,7 +15,6 @@ DEBUG_LINUX opt_linux.h
PPC_DEBUG opt_ppc.h
SHOW_BUSYBUFS
-TUNE_1542
PANIC_REBOOT_WAIT_TIME opt_panic.h
MAXMEM
PERFMON opt_perfmon.h
OpenPOWER on IntegriCloud