Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons add MGX



details:   https://anonhg.NetBSD.org/src/rev/eecddf06e4c2
branches:  trunk
changeset: 335437:eecddf06e4c2
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 06 19:19:10 2015 +0000

description:
add MGX

diffstat:

 sys/dev/wscons/wsconsio.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 87507ddd218f -r eecddf06e4c2 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Jan 06 19:18:21 2015 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Jan 06 19:19:10 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.110 2015/01/06 19:18:21 christos Exp $ */
+/* $NetBSD: wsconsio.h,v 1.111 2015/01/06 19:19:10 christos Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -334,7 +334,8 @@
 #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 */
+#define        WSDISPLAY_TYPE_ALLWINNER 60     /* Allwinner ARM SoC */
+#define        WSDISPLAY_TYPE_MGX      61      /* SSB 4096V-MGX */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {



Home | Main Index | Thread Index | Old Index