summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 12:52:46 +0000
committerphk <phk@FreeBSD.org>1998-12-27 12:52:46 +0000
commiteb15c87aad94ce69d22c6cbaf4c91c7678b3f397 (patch)
treeccc8377c79b41e897bf40d83561b0f8e19fa8f8a /sys/conf
parent2225f39db313f8cdb0b0f115337955924684df79 (diff)
downloadFreeBSD-src-eb15c87aad94ce69d22c6cbaf4c91c7678b3f397.zip
FreeBSD-src-eb15c87aad94ce69d22c6cbaf4c91c7678b3f397.tar.gz
Pre 3.0 branch cleanup casualty #4: pcvt
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/conf/files.i3868
2 files changed, 2 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 064d099..f7b566b 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.513 1998/12/27 12:40:07 phk Exp $
+# $Id: LINT,v 1.514 1998/12/27 12:44:54 phk 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
@@ -818,13 +818,6 @@ options "NTIMECOUNTER=20"
# configure cards from USERCONFIG. See pnp(4) for more info.
controller pnp0
-# The pcvt console driver (vt220 compatible).
-device vt0 at isa? port IO_KBD conflicts tty irq 1
-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
-
# The syscons console driver (sco color console compatible).
device sc0 at isa? port IO_KBD conflicts tty irq 1
options MAXCONS=16 # number of virtual consoles
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 8c1358a..40ede78 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.208 1998/12/27 12:40:07 phk Exp $
+# $Id: files.i386,v 1.209 1998/12/27 12:44:55 phk Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -149,12 +149,6 @@ i386/isa/matcd/matcd.c optional matcd device-driver
i386/isa/pcibus.c optional pci device-driver
i386/isa/pcicx.c optional ze device-driver
i386/isa/pcicx.c optional zp device-driver
-i386/isa/pcvt/pcvt_drv.c optional vt device-driver
-i386/isa/pcvt/pcvt_ext.c optional vt device-driver
-i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
-i386/isa/pcvt/pcvt_out.c optional vt device-driver
-i386/isa/pcvt/pcvt_sup.c optional vt device-driver
-i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/pnp.c optional pnp device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/ppc.c optional ppc device-driver
OpenPOWER on IntegriCloud