Module Name:    src
Committed By:   jmcneill
Date:           Sun Nov  9 14:33:21 UTC 2014

Modified Files:
        src/sys/dev/wscons: wsconsio.h

Log Message:
add WSDISPLAY_TYPE_ALLWINNER


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/wscons/wsconsio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/wscons/wsconsio.h
diff -u src/sys/dev/wscons/wsconsio.h:1.108 src/sys/dev/wscons/wsconsio.h:1.109
--- src/sys/dev/wscons/wsconsio.h:1.108	Mon Apr 29 13:39:47 2013
+++ src/sys/dev/wscons/wsconsio.h	Sun Nov  9 14:33:21 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.108 2013/04/29 13:39:47 kiyohara Exp $ */
+/* $NetBSD: wsconsio.h,v 1.109 2014/11/09 14:33:21 jmcneill Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -334,6 +334,7 @@ struct wsmouse_repeat {
 #define WSDISPLAY_TYPE_OMAP3	57	/* OMAP 3530 */
 #define WSDISPLAY_TYPE_WINDERMERE 58	/* SoC for EPOC32 Series 5mx */
 #define WSDISPLAY_TYPE_CLPS711X	59	/* CL PS-711x  */
+#define WSDISPLAY_TYPE_ALLWINNER 60	/* Allwinner ARM SoC */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {

Reply via email to