summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-05-18 09:17:07 +0000
committerdg <dg@FreeBSD.org>1995-05-18 09:17:07 +0000
commit78d20e07521852001cf4355169ab025c0ab103db (patch)
tree243be86dd3be31dc0f503be6f690bae2ce41e5ef /sys/i386/conf
parent15a64508360e151b76abe310c58ac4eeeaee83ea (diff)
downloadFreeBSD-src-78d20e07521852001cf4355169ab025c0ab103db.zip
FreeBSD-src-78d20e07521852001cf4355169ab025c0ab103db.tar.gz
Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard reset
in cpu_reset(). Some MBs don't deal with this properly. Submitted by: Rod Grimes
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 15338e8..e7fcbf4 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.180 1995/05/12 15:17:55 ache Exp $
+# $Id: LINT,v 1.181 1995/05/14 02:59:45 davidg Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -383,11 +383,15 @@ controller isa0
# 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.
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options DUMMY_NOPS
#options "TUNE_1542"
+#options "BROKEN_KEYBOARD_RESET"
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 15338e8..e7fcbf4 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.180 1995/05/12 15:17:55 ache Exp $
+# $Id: LINT,v 1.181 1995/05/14 02:59:45 davidg Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -383,11 +383,15 @@ controller isa0
# 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.
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options DUMMY_NOPS
#options "TUNE_1542"
+#options "BROKEN_KEYBOARD_RESET"
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
OpenPOWER on IntegriCloud