diff options
author | hm <hm@FreeBSD.org> | 2000-03-31 09:05:19 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-03-31 09:05:19 +0000 |
commit | d142b5c512ecfa8f16dd9b6fa22b0b6c0f34ac93 (patch) | |
tree | e8043415c5d3e59a53ce7a5d75be3fd6b700acd6 | |
parent | 9020eaa33da34feea9b9517271a313918a90cd36 (diff) | |
download | FreeBSD-src-d142b5c512ecfa8f16dd9b6fa22b0b6c0f34ac93.zip FreeBSD-src-d142b5c512ecfa8f16dd9b6fa22b0b6c0f34ac93.tar.gz |
Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7f7d99c..b7aeb3b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -994,13 +994,13 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 options PCVT_PRETTYSCRNS options PCVT_SCREENSAVER options PCVT_USEKBDSEC options PCVT_VT220KEYB +options PCVT_GREENSAVER # The syscons console driver (sco color console compatible). device sc0 at isa? diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7f7d99c..b7aeb3b 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -994,13 +994,13 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 options PCVT_PRETTYSCRNS options PCVT_SCREENSAVER options PCVT_USEKBDSEC options PCVT_VT220KEYB +options PCVT_GREENSAVER # The syscons console driver (sco color console compatible). device sc0 at isa? diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7f7d99c..b7aeb3b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -994,13 +994,13 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). options PCVT_24LINESDEF options PCVT_CTRL_ALT_DEL -options PCVT_FREEBSD=211 options PCVT_META_ESC options PCVT_NSCREENS=9 options PCVT_PRETTYSCRNS options PCVT_SCREENSAVER options PCVT_USEKBDSEC options PCVT_VT220KEYB +options PCVT_GREENSAVER # The syscons console driver (sco color console compatible). device sc0 at isa? |