summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1998-08-10 08:40:27 +0000
committeryokota <yokota@FreeBSD.org>1998-08-10 08:40:27 +0000
commita6000f043c451f2fd9aa67ba3af95d820b7d5d79 (patch)
treed6d8e4e288f4d4e694e717c6d46e08117c066de4 /sys/conf
parentec2542bd97008da13cfaec0011f64f0976cfb594 (diff)
downloadFreeBSD-src-a6000f043c451f2fd9aa67ba3af95d820b7d5d79.zip
FreeBSD-src-a6000f043c451f2fd9aa67ba3af95d820b7d5d79.tar.gz
- Added SC_BAD_FLICKER for syscons.
- Added the flag 0x40 (quiet bell) for syscons.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/options.i3863
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1f9521d..eb12057 100644
--- a/sys/conf/NOTES
+++ b/sys/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.449 1998/08/04 21:44:08 brian Exp $
+# $Id: LINT,v 1.450 1998/08/05 00:54:37 eivind 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
@@ -762,6 +762,8 @@ options "STD8X16FONT" # Compile font in
makeoptions "STD8X16FONT"="cp850"
options SC_HISTORY_SIZE=200 # number of history buffer lines
options SC_DISABLE_REBOOT # disable reboot key sequence
+# If the screen flickers badly when the mouse pointer is moved, try this.
+options SC_BAD_FLICKER
#
# `flags' for sc0:
@@ -772,6 +774,7 @@ options SC_DISABLE_REBOOT # disable reboot key sequence
# 0x08 Force detection of keyboard, else we always assume a keyboard
# 0x10 Old-style (XT) keyboard support, useful for older ThinkPads
# 0x20 Don't reset keyboard, useful for some newer ThinkPads
+# 0x40 Make the bell quiet if it is rung in the backgroud vty.
#
# The Numeric Processing eXtension driver. This should be configured if
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 564132c..ab6cf97 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.82 1998/06/30 14:43:03 bde Exp $
+# $Id: options.i386,v 1.83 1998/08/08 19:25:56 jkh Exp $
BOUNCEPAGES opt_bounce.h
DISABLE_PSE
@@ -80,6 +80,7 @@ STD8X16FONT opt_syscons.h
SC_HISTORY_SIZE opt_syscons.h
SC_DISABLE_REBOOT opt_syscons.h
SC_MOUSE_CHAR opt_syscons.h
+SC_BAD_FLICKER opt_syscons.h
PSM_HOOKAPM opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
OpenPOWER on IntegriCloud