summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-03-01 07:53:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-03-01 07:53:02 +0000
commit29504a6ddef63c8e7aa23353f2f7250d9b62a3fa (patch)
tree9b8ecabe1bab959a76f41d5f0af0bbc738565256 /sys/dev/wscons
parent49595e316ec769af36ace3e888af3174cd385114 (diff)
Define a wsdisplay type for rfx; ok deraadt@
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 285dbf3547a..bcd38000b35 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.29 2003/06/17 21:21:33 miod Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.30 2004/03/01 07:53:01 miod Exp $ */
/* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */
/*
@@ -271,6 +271,7 @@ struct wsmouse_calibcoords {
#define WSDISPLAY_TYPE_SUNCG12 38 /* Sun cgtwelve */
#define WSDISPLAY_TYPE_MGX 39 /* SMS MGX */
#define WSDISPLAY_TYPE_SB_P9000 40 /* Tadpole SPARCbook P9000 */
+#define WSDISPLAY_TYPE_RFLEX 41 /* RasterFlex series */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {