summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-06 12:24:43 +0000
committerjkh <jkh@FreeBSD.org>1997-06-06 12:24:43 +0000
commite04f9b07989d5ec654ff23b48f17a7bca6dabc20 (patch)
tree076787e0651d49b8c3a5c2a8b49c98ac332ea757
parent950dcc5c24cddc6c6edeef1df3340a1305209e8b (diff)
downloadFreeBSD-src-e04f9b07989d5ec654ff23b48f17a7bca6dabc20.zip
FreeBSD-src-e04f9b07989d5ec654ff23b48f17a7bca6dabc20.tar.gz
YAMF22 - XSERVER comment changes.
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
5 files changed, 10 insertions, 10 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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2202011..1ab8083 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.342 1997/06/04 16:25:05 pst Exp $
+# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst 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
@@ -631,7 +631,7 @@ options "MAXMEM=(128*1024)"
# 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 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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 291f7a1..94adee1 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 2202011..1ab8083 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.342 1997/06/04 16:25:05 pst Exp $
+# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst 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
@@ -631,7 +631,7 @@ options "MAXMEM=(128*1024)"
# 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 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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 2202011..1ab8083 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.342 1997/06/04 16:25:05 pst Exp $
+# $Id: LINT,v 1.343 1997/06/04 16:44:27 pst 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
@@ -631,7 +631,7 @@ options "MAXMEM=(128*1024)"
# 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 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
OpenPOWER on IntegriCloud