diff options
author | yokota <yokota@FreeBSD.org> | 1998-08-10 08:40:27 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1998-08-10 08:40:27 +0000 |
commit | a6000f043c451f2fd9aa67ba3af95d820b7d5d79 (patch) | |
tree | d6d8e4e288f4d4e694e717c6d46e08117c066de4 /sys/i386/conf/LINT | |
parent | ec2542bd97008da13cfaec0011f64f0976cfb594 (diff) | |
download | FreeBSD-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/i386/conf/LINT')
-rw-r--r-- | sys/i386/conf/LINT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 1f9521d..eb12057 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.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 |