summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-24 22:19:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-24 22:19:55 +0000
commita7fdfd31304e30246ba69743883b9f2af2bb9396 (patch)
treeef6f8a2665766f67a3ab2bff32504a952bc0dcc8 /sys/dev/wscons
parent5998c2adbbbe55ea4055210886d38eab9cfbad83 (diff)
Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsconsio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index 7a957f9e731..16ef32f7a6b 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.40 2006/04/16 20:45:00 miod Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.41 2006/07/24 22:19:54 miod Exp $ */
/* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
/*
@@ -290,6 +290,7 @@ struct wsmouse_calibcoords {
#define WSDISPLAY_TYPE_SUNLEO 50 /* Sun ZX/Leo */
#define WSDISPLAY_TYPE_TVRX 51 /* HP TurboVRX */
#define WSDISPLAY_TYPE_CFXGA 52 /* CF VoyagerVGA */
+#define WSDISPLAY_TYPE_LCSPX 53 /* DEC LCSPX (VS4000) */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {