summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-02-16 04:27:04 +0000
committeryokota <yokota@FreeBSD.org>2000-02-16 04:27:04 +0000
commit324e4fb55b741b953a4a79dd2ce1238295587ed4 (patch)
treee2a1f2b392cc1f4307417a93d9603cd13a39d8f1 /sys/i386
parente3460215d8007b07fb0b20883738642869bc2249 (diff)
downloadFreeBSD-src-324e4fb55b741b953a4a79dd2ce1238295587ed4.zip
FreeBSD-src-324e4fb55b741b953a4a79dd2ce1238295587ed4.tar.gz
Make it clear that 'options XSERVER' is for pcvt and not for syscons.
Submitted by: Doug Barton <Doug@gorean.org> Approved by: jkh
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NEWCARD2
-rw-r--r--sys/i386/conf/NOTES2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 79f6849..79f1dc8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -122,7 +122,7 @@ device sc0 at isa?
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa?
-#options XSERVER # support for X server
+#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index ba01fd2..adeb5ba 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -968,7 +968,7 @@ pseudo-device splash
# The pcvt console driver (vt220 compatible).
device vt0 at isa?
-options XSERVER # support for running an X server.
+options XSERVER # support for running an X server on vt
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
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 5d1bac1..f7e86a1 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -130,7 +130,7 @@ device sc0 at isa?
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa?
-#options XSERVER # support for X server
+#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ba01fd2..adeb5ba 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -968,7 +968,7 @@ pseudo-device splash
# The pcvt console driver (vt220 compatible).
device vt0 at isa?
-options XSERVER # support for running an X server.
+options XSERVER # support for running an X server on vt
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
OpenPOWER on IntegriCloud