diff options
author | jkh <jkh@FreeBSD.org> | 1997-06-06 12:24:43 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-06-06 12:24:43 +0000 |
commit | e04f9b07989d5ec654ff23b48f17a7bca6dabc20 (patch) | |
tree | 076787e0651d49b8c3a5c2a8b49c98ac332ea757 /sys/amd64/conf | |
parent | 950dcc5c24cddc6c6edeef1df3340a1305209e8b (diff) | |
download | FreeBSD-src-e04f9b07989d5ec654ff23b48f17a7bca6dabc20.zip FreeBSD-src-e04f9b07989d5ec654ff23b48f17a7bca6dabc20.tar.gz |
YAMF22 - XSERVER comment changes.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 291f7a1..94adee1 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.89 1997/03/29 11:06:55 phk Exp $ +# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $ machine "i386" cpu "I386_CPU" @@ -97,7 +97,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options PCVT_FREEBSD=210 # pcvt running on FreeBSD >= 2.0.5 -#options XSERVER # include code for XFree86 +#options XSERVER # support for X server #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 |