summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-02-07 20:33:05 +0000
committerjoerg <joerg@FreeBSD.org>1999-02-07 20:33:05 +0000
commit38aae06b015d380fff4288f7863c709efac1db19 (patch)
treedbee2166e2f9cee4e7cc7eac6a675e0f0a0124f5 /sys
parent45f0d59ad0cb5605b230be094de755371005e8f1 (diff)
downloadFreeBSD-src-38aae06b015d380fff4288f7863c709efac1db19.zip
FreeBSD-src-38aae06b015d380fff4288f7863c709efac1db19.tar.gz
Reorder the pcvt(4) options to the appropriate section, so i can close
docs/1855. :) PR: docs/1855 Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES23
-rw-r--r--sys/i386/conf/LINT23
-rw-r--r--sys/i386/conf/NOTES23
3 files changed, 36 insertions, 33 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4c3c6d2..6fbb8d3 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.548 1999/01/30 06:31:11 newton Exp $
+# $Id: LINT,v 1.549 1999/02/04 22:34:23 adam 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
@@ -908,6 +908,17 @@ options XSERVER # support for running an X server.
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
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_EMU_MOUSE
+options PCVT_FREEBSD=211
+options PCVT_META_ESC
+options PCVT_NSCREENS=9
+options PCVT_PRETTYSCRNS
+options PCVT_SCREENSAVER
+options PCVT_USEKBDSEC
+options "PCVT_VT220KEYB"
# The syscons console driver (sco color console compatible).
device sc0 at isa? tty
@@ -1916,16 +1927,6 @@ options NETATALKDEBUG
options NMBCLUSTERS=1024
options NPX_DEBUG
options PANIC_REBOOT_WAIT_TIME=16
-options "PCVT_24LINESDEF"
-options PCVT_CTRL_ALT_DEL
-options PCVT_EMU_MOUSE
-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 PSM_DEBUG=1
options SCSI_NCR_DEBUG
options SCSI_NCR_DFLT_TAGS=4
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 4c3c6d2..6fbb8d3 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.548 1999/01/30 06:31:11 newton Exp $
+# $Id: LINT,v 1.549 1999/02/04 22:34:23 adam 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
@@ -908,6 +908,17 @@ options XSERVER # support for running an X server.
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
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_EMU_MOUSE
+options PCVT_FREEBSD=211
+options PCVT_META_ESC
+options PCVT_NSCREENS=9
+options PCVT_PRETTYSCRNS
+options PCVT_SCREENSAVER
+options PCVT_USEKBDSEC
+options "PCVT_VT220KEYB"
# The syscons console driver (sco color console compatible).
device sc0 at isa? tty
@@ -1916,16 +1927,6 @@ options NETATALKDEBUG
options NMBCLUSTERS=1024
options NPX_DEBUG
options PANIC_REBOOT_WAIT_TIME=16
-options "PCVT_24LINESDEF"
-options PCVT_CTRL_ALT_DEL
-options PCVT_EMU_MOUSE
-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 PSM_DEBUG=1
options SCSI_NCR_DEBUG
options SCSI_NCR_DFLT_TAGS=4
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4c3c6d2..6fbb8d3 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.548 1999/01/30 06:31:11 newton Exp $
+# $Id: LINT,v 1.549 1999/02/04 22:34:23 adam 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
@@ -908,6 +908,17 @@ options XSERVER # support for running an X server.
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
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_EMU_MOUSE
+options PCVT_FREEBSD=211
+options PCVT_META_ESC
+options PCVT_NSCREENS=9
+options PCVT_PRETTYSCRNS
+options PCVT_SCREENSAVER
+options PCVT_USEKBDSEC
+options "PCVT_VT220KEYB"
# The syscons console driver (sco color console compatible).
device sc0 at isa? tty
@@ -1916,16 +1927,6 @@ options NETATALKDEBUG
options NMBCLUSTERS=1024
options NPX_DEBUG
options PANIC_REBOOT_WAIT_TIME=16
-options "PCVT_24LINESDEF"
-options PCVT_CTRL_ALT_DEL
-options PCVT_EMU_MOUSE
-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 PSM_DEBUG=1
options SCSI_NCR_DEBUG
options SCSI_NCR_DFLT_TAGS=4
OpenPOWER on IntegriCloud