summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-28 09:32:29 +0000
committerhm <hm@FreeBSD.org>2000-03-28 09:32:29 +0000
commit5fb7299e724eb10b28db86d39f2b6c317ebb0284 (patch)
tree8debbe007d0198dbcbe075de98689d1caf8dc4c9 /sys/i386/isa/pcvt
parentf548f3dd8dd9092105682961b6cc20304c4c3553 (diff)
downloadFreeBSD-src-5fb7299e724eb10b28db86d39f2b6c317ebb0284.zip
FreeBSD-src-5fb7299e724eb10b28db86d39f2b6c317ebb0284.tar.gz
pcvt cleanup.
after cleaning up pcvt_ioctl.h (and ispcvt) adjust kernel part again to get everything in sync again (name, minor release no. and major release no.)
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h4
-rw-r--r--sys/i386/isa/pcvt/pcvt_sup.c5
2 files changed, 3 insertions, 6 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 59208ef..c9d65f4 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -39,13 +39,13 @@
* pcvt_hdr.h VT220 Driver Global Include File
* ------------------------------------------------
*
- * Last Edit-Date: [Sun Mar 26 10:50:27 2000]
+ * Last Edit-Date: [Mon Mar 27 16:10:50 2000]
*
* $FreeBSD$
*
*---------------------------------------------------------------------------*/
-#define PCVT_REL "3.20-b24" /* driver attach announcement */
+#define PCVT_REL "3.60" /* driver attach announcement */
/* see also: pcvt_ioctl.h */
#include "opt_pcvt.h"
diff --git a/sys/i386/isa/pcvt/pcvt_sup.c b/sys/i386/isa/pcvt/pcvt_sup.c
index 6dbd7b1..e966413 100644
--- a/sys/i386/isa/pcvt/pcvt_sup.c
+++ b/sys/i386/isa/pcvt/pcvt_sup.c
@@ -44,7 +44,7 @@
* pcvt_sup.c VT220 Driver Support Routines
* ---------------------------------------------
*
- * Last Edit-Date: [Sun Mar 26 10:38:45 2000]
+ * Last Edit-Date: [Mon Mar 27 16:11:33 2000]
*
* $FreeBSD$
*
@@ -255,9 +255,6 @@ vgapcvtid(struct pcvtid *data)
static void
vgapcvtinfo(struct pcvtinfo *data)
{
- data->opsys = CONF_FREEBSD;
- data->opsysrel = __FreeBSD__;
-
data->nscreens = PCVT_NSCREENS;
data->scanset = PCVT_SCANSET;
data->updatefast= PCVT_UPDATEFAST;
OpenPOWER on IntegriCloud