summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-11 17:20:20 +0000
committerbde <bde@FreeBSD.org>1995-07-11 17:20:20 +0000
commit7654eb453854f4d047720e71b5c0a34b53ab74cb (patch)
tree25bdbb944fe3d90a1733c0823aebba4d7d0a61f0 /sys/i386/conf
parentc2f0020e47ac26cc4d8d1798c9976975e8b8c26a (diff)
downloadFreeBSD-src-7654eb453854f4d047720e71b5c0a34b53ab74cb.zip
FreeBSD-src-7654eb453854f4d047720e71b5c0a34b53ab74cb.tar.gz
Enable pcvt in LINT and don't generate a compile time error if syscons
and pcvt are both configured when LINT is defined. There will be a link time error instead. This is to test building of pcvt more often.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT10
-rw-r--r--sys/i386/conf/NOTES10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 27f4ffa..7f32802 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.184 1995/05/28 13:24:16 rgrimes Exp $
+# $Id: LINT,v 1.185 1995/06/22 10:56:47 dfr 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
@@ -392,10 +392,10 @@ options BOUNCE_BUFFERS
#options "BROKEN_KEYBOARD_RESET"
# 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 FAT_CURSOR # start with block cursor
+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 FAT_CURSOR # start with block cursor
# The syscons console driver (sco color console compatible) - default.
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 27f4ffa..7f32802 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.184 1995/05/28 13:24:16 rgrimes Exp $
+# $Id: LINT,v 1.185 1995/06/22 10:56:47 dfr 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
@@ -392,10 +392,10 @@ options BOUNCE_BUFFERS
#options "BROKEN_KEYBOARD_RESET"
# 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 FAT_CURSOR # start with block cursor
+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 FAT_CURSOR # start with block cursor
# The syscons console driver (sco color console compatible) - default.
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
OpenPOWER on IntegriCloud