Mon Jan 21 14:15:03 2013 UTC ()
add WSDISPLAY_TYPE_OMAP3


(macallan)
diff -r1.105 -r1.106 src/sys/dev/wscons/wsconsio.h

cvs diff -r1.105 -r1.106 src/sys/dev/wscons/wsconsio.h (expand / switch to context diff)
--- src/sys/dev/wscons/wsconsio.h 2013/01/08 23:49:56 1.105
+++ src/sys/dev/wscons/wsconsio.h 2013/01/21 14:15:03 1.106
@@ -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 @@
 #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 {