From 324e4fb55b741b953a4a79dd2ce1238295587ed4 Mon Sep 17 00:00:00 2001 From: yokota Date: Wed, 16 Feb 2000 04:27:04 +0000 Subject: Make it clear that 'options XSERVER' is for pcvt and not for syscons. Submitted by: Doug Barton Approved by: jkh --- sys/i386/conf/GENERIC | 2 +- sys/i386/conf/LINT | 2 +- sys/i386/conf/NEWCARD | 2 +- sys/i386/conf/NOTES | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/i386/conf') 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 -- cgit v1.1