[Midnightbsd-cvs] src: i386/conf: Remove pcvt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 28 01:24:13 EDT 2008


Log Message:
-----------
Remove pcvt

Modified Files:
--------------
    src/sys/i386/conf:
        GENERIC (r1.9 -> r1.10)
        NOTES (r1.4 -> r1.5)

-------------- next part --------------
Index: GENERIC
===================================================================
RCS file: /home/cvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.9
retrieving revision 1.10
diff -L sys/i386/conf/GENERIC -L sys/i386/conf/GENERIC -u -r1.9 -r1.10
--- sys/i386/conf/GENERIC
+++ sys/i386/conf/GENERIC
@@ -150,11 +150,6 @@
 options		SC_PIXEL_MODE	# Required for Higher Resolutions,
 				# combined with VESA above.
 
-# Enable this for the pcvt (VT220 compatible) console driver
-#device		vt
-#options 	XSERVER		# support for X server on a vt console
-#options 	FAT_CURSOR	# start with block cursor
-
 device		agp		# support several AGP chipsets
 
 # Power management support (see NOTES for more options)
Index: NOTES
===================================================================
RCS file: /home/cvs/src/sys/i386/conf/NOTES,v
retrieving revision 1.4
retrieving revision 1.5
diff -L sys/i386/conf/NOTES -L sys/i386/conf/NOTES -u -r1.4 -r1.5
--- sys/i386/conf/NOTES
+++ sys/i386/conf/NOTES
@@ -352,24 +352,6 @@
 # Turn on extra debugging checks and output for VESA support.
 options 	VESA_DEBUG
 
-# The pcvt console driver (vt220 compatible).
-device		vt
-hint.vt.0.at="isa"
-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 really old ThinkPads
-options 	PCVT_SCANSET=2
-# Other PCVT options are documented in pcvt(4).
-options 	PCVT_24LINESDEF
-options 	PCVT_CTRL_ALT_DEL
-options 	PCVT_META_ESC
-options 	PCVT_NSCREENS=9
-options 	PCVT_PRETTYSCRNS
-options 	PCVT_SCREENSAVER
-options 	PCVT_USEKBDSEC
-options 	PCVT_VT220KEYB
-options 	PCVT_GREENSAVER
-
 #
 # The Numeric Processing eXtension driver.  This is non-optional.
 device		npx


More information about the Midnightbsd-cvs mailing list