summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-08-24 20:10:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-08-24 20:10:58 +0000
commit29a7d2352ff6f86fe711c08bcf4908a7f7256b01 (patch)
tree69b265a3daf2ad90ba2cda15571a4400b39a33e3 /sys/dev/wscons
parent187b55417a4ba1e882de424cbe5b34d287d62420 (diff)
Define a proper wsdisplay type for legss(4).
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 ec852818986..11869506b69 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.47 2007/11/27 14:13:39 jsing Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.48 2008/08/24 20:10:57 miod Exp $ */
/* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
/*
@@ -300,6 +300,7 @@ struct wsmouse_calibcoords {
#define WSDISPLAY_TYPE_CFXGA 52 /* CF VoyagerVGA */
#define WSDISPLAY_TYPE_LCSPX 53 /* DEC LCSPX (VS4000) */
#define WSDISPLAY_TYPE_GBE 54 /* SGI GBE frame buffer */
+#define WSDISPLAY_TYPE_LEGSS 55 /* DEC LEGSS (VS35x0) */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {