aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/Misc/Doc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-04-08 16:04:22 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-04-08 16:04:22 +0000
commit785b47579d7077ae0ff81b70ef43ee0129f94580 (patch)
treecb663414f834fa69e9a92ec4a1fe67fddd6f42bf /usr.sbin/pcvt/Misc/Doc
parentfa74aea62d1a36ce15f7fa02b5960585818966af (diff)
Notes
Diffstat (limited to 'usr.sbin/pcvt/Misc/Doc')
-rw-r--r--usr.sbin/pcvt/Misc/Doc/ChangeLog39
-rw-r--r--usr.sbin/pcvt/Misc/Doc/Makefile2
-rw-r--r--usr.sbin/pcvt/Misc/Doc/NotesAndHints4
-rw-r--r--usr.sbin/pcvt/Misc/Doc/ToDo13
4 files changed, 54 insertions, 4 deletions
diff --git a/usr.sbin/pcvt/Misc/Doc/ChangeLog b/usr.sbin/pcvt/Misc/Doc/ChangeLog
index 629088eb140b..2e8547e0901b 100644
--- a/usr.sbin/pcvt/Misc/Doc/ChangeLog
+++ b/usr.sbin/pcvt/Misc/Doc/ChangeLog
@@ -1,9 +1,44 @@
-ChangeLog last edit-date: [Thu Mar 30 19:57:09 1995]
+ChangeLog last edit-date: [Thu Apr 6 10:52:50 1995]
================================================================================
-Changes 3.10 -> 3.20 March 1995
+Changes 3.10 -> 3.20 April 1995
--------------------------------------------------------------------------------
+- bugfix from Thomas Eberhardt: the force 24 lines enable function key
+ label was not updated when changing force 24 lines mode with
+ 'scon -f on|off', this is now fixed.
+
+- bugfix from John Kohl fixing divide by zero problem in pcvt_ext.c when
+ ringing the bell and pitch is 0: this avoids an integer divide
+ trap in supervisor mode.
+
+- changed the default behaviour of keyboard controller delay from using
+ delay()/DELAY() to using dummy reads to port 0x84 because i got
+ keyboard hangs in X.
+
+- bugfix: in pcvt_ext.c, MDA state restore when leaving X was lost, should
+ function now again.
+
+- renamed PCVT_XSERVER to XSERVER in ispcvt.c
+
+- bugfix in pcvt_vtf.c: renamed PCVT_USL_COMPAT to PCVT_USL_VT_COMPAT
+
+- added '-d <device>' option to ispcvt and loadfont
+
+- removed PCVT_NEEDPG
+
+- almost completely removed support for 386BSD 0.1 with patchkit 0.2.4
+
+- applied a patch from Joerg providing missing FreeBSD 2.1 functionality and
+ a some minor bugfixes and checks.
+
+- provide a single place PCVT_KBD_DELAY in pcvt_hdr.h. made it configurable
+ via PCVT_PORTIO_DELAY to use either 6 dummy reads from port 0x84
+ or the delay/DELAY function of the operating system. Changed ispcvt
+ to report status of compile time switch.
+
+- release beta 23 --------------------------------------------------------------
+
- removed some files for 386BSD as there is virtually noone outside
using it anymore
diff --git a/usr.sbin/pcvt/Misc/Doc/Makefile b/usr.sbin/pcvt/Misc/Doc/Makefile
index 537515e0d0fe..649291bdc779 100644
--- a/usr.sbin/pcvt/Misc/Doc/Makefile
+++ b/usr.sbin/pcvt/Misc/Doc/Makefile
@@ -1,4 +1,4 @@
-# 386BSD and NetBSD
+# NetBSD
#MAN4= pcvt.0
#MLINKS= pcvt.0 ../pcvt.0
diff --git a/usr.sbin/pcvt/Misc/Doc/NotesAndHints b/usr.sbin/pcvt/Misc/Doc/NotesAndHints
index cbe44786a11f..725831ae5a77 100644
--- a/usr.sbin/pcvt/Misc/Doc/NotesAndHints
+++ b/usr.sbin/pcvt/Misc/Doc/NotesAndHints
@@ -1,4 +1,4 @@
-Random Notes and Hints Last Edit-Date: [Wed Mar 29 21:38:17 1995]
+Random Notes and Hints Last Edit-Date: [Sun Apr 2 18:28:09 1995]
--------------------------------------------------------------------------------
@@ -69,6 +69,8 @@ recalculated in case of a switch to another line size.
I don't have access to a 386BSD 0.1 machine anymore so the 386BSD pcvt is
considered unsupported and will disappear in the future.
+386BSD support was dropped with release 3.20.
+
Keyboard hangs after first update of keyboard LED's
===============================================================================
diff --git a/usr.sbin/pcvt/Misc/Doc/ToDo b/usr.sbin/pcvt/Misc/Doc/ToDo
new file mode 100644
index 000000000000..463e005504b6
--- /dev/null
+++ b/usr.sbin/pcvt/Misc/Doc/ToDo
@@ -0,0 +1,13 @@
+
+Things to do Last Edit-Date: [Sun Apr 2 18:29:16 1995]
+================================================================================
+
+- implement secondary DA request: ESC [ > c and/or ESC [ > 0 c
+
+- implement user settable primary DA response and secondary DA response
+
+- retrying for a non-connected keyboard in doreset() must be made cpu and
+ speed independent. in case of a not connected keyboard, a fast machine
+ runs doreset() fast and a slow machine runs doreset() slow - bad !!
+
+- remove single screen X server support and make PCVT_USL_VT the default