summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2013-01-21 14:15:03 +0000
committermacallan <macallan@NetBSD.org>2013-01-21 14:15:03 +0000
commit2ea667ff750c2eaec2e37ebea375a7ce30936902 (patch)
tree53a176381b1d30c61f795ee6084b0fdb7ec42bf4
parent96a16be0bcdafccac1261415d6b515acf3d65a4c (diff)
add WSDISPLAY_TYPE_OMAP3
-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 1d2d54d5bd7..324515e2e4b 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.105 2013/01/08 23:49:56 jmcneill Exp $ */
+/* $NetBSD: wsconsio.h,v 1.106 2013/01/21 14:15:03 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -330,6 +330,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_VALKYRIE 54 /* Apple onboard video 'valkyrie' */
#define WSDISPLAY_TYPE_IMXIPU 55 /* i.MX ipu */
#define WSDISPLAY_TYPE_VC4 56 /* Broadcom VideoCore 4 */
+#define WSDISPLAY_TYPE_OMAP3 57 /* OMAP 3530 */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {