summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_tbl.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-26 09:17:14 +0000
committerhm <hm@FreeBSD.org>2000-03-26 09:17:14 +0000
commit375cbf5596e8d045c44dc76a28d1d6134684586b (patch)
tree0a50a25d5220a201bb6df7d5e1ea8079637c6085 /sys/i386/isa/pcvt/pcvt_tbl.h
parent84f48a134013e4b9419f828094900bb7cb213cf1 (diff)
downloadFreeBSD-src-375cbf5596e8d045c44dc76a28d1d6134684586b.zip
FreeBSD-src-375cbf5596e8d045c44dc76a28d1d6134684586b.tar.gz
Substantially cleanup of the pcvt kernel part. This cleanup does
not introduce (hopefully) any functional changes but gets rid of the #ifdef spaghetti pcvt suffered from more and more over the years. Several no more used parts of the source were removed, others which are used by default are now non-optional components: PCVT_NETBSD removed completety PCVT_FREEBSD removed option, code is now standard PCVT_KBD_FIFO removed option, code is now standard PCVT_EMU_MOUSE removed completety PCVT_SW0CNOUTP removed completety PCVT_PORTIO_DELAY obsolete, removed PCVT_KEYBDID removed option, code is now standard PCVT_SIGWINCH removed option, code is now standard PCVT_PALFLICKER removed completety PCVT_WAITRETRACE removed completety PCVT_NOFASTSCROLL removed option, code is now standard PCVT_USL_VT_COMPAT removed the "old" non-vt Xserver code completely, depending on XSERVER, this code is now standard. Pcvt userland cleanup will follow as well as newbusifying the kernel part.
Diffstat (limited to 'sys/i386/isa/pcvt/pcvt_tbl.h')
-rw-r--r--sys/i386/isa/pcvt/pcvt_tbl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_tbl.h b/sys/i386/isa/pcvt/pcvt_tbl.h
index 4efc841..54c9235 100644
--- a/sys/i386/isa/pcvt/pcvt_tbl.h
+++ b/sys/i386/isa/pcvt/pcvt_tbl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1992, 1999 Hellmuth Michaelis.
+ * Copyright (c) 1992, 2000 Hellmuth Michaelis.
*
* All rights reserved.
*
@@ -29,7 +29,7 @@
* pcvt_tbl.h VT220 Driver Character Set Conversion Tables
* ------------------------------------------------------------
*
- * Last Edit-Date: [Mon Dec 27 14:12:37 1999]
+ * Last Edit-Date: [Sun Mar 26 10:38:49 2000]
*
* $FreeBSD$
*
OpenPOWER on IntegriCloud