summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-05-14 06:39:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-05-14 06:39:50 +0000
commit0f25815910e892fe948612375db775b2ca95fbf5 (patch)
tree5b8a4b7eeab3fdae7ac7d31b1ad0e16271086aa9 /sys/dev/wscons
parent4e6f2b8c17bcd7e33b6f672fdd97badefaf2370e (diff)
The ramdac's hater club is proud to present new yet another SBus frame
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start.
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 cce41a8551d..c3e3221df2c 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.27 2003/03/28 02:59:31 jason Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.28 2003/05/14 06:39:49 miod Exp $ */
/* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */
/*
@@ -269,6 +269,7 @@ struct wsmouse_calibcoords {
#define WSDISPLAY_TYPE_AGTEN 36 /* AG10E */
#define WSDISPLAY_TYPE_XVIDEO 37 /* Xvideo */
#define WSDISPLAY_TYPE_SUNCG12 38 /* Sun cgtwelve */
+#define WSDISPLAY_TYPE_MGX 39 /* SMS MGX */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {