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 WSDISPLAY_TYPE_MESON
details: https://anonhg.NetBSD.org/src/rev/ed7093e56db4
branches: trunk
changeset: 336805:ed7093e56db4
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Mar 20 21:42:31 2015 +0000
description:
add WSDISPLAY_TYPE_MESON
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c4bbfc04665d -r ed7093e56db4 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Fri Mar 20 20:36:27 2015 +0000
+++ b/sys/dev/wscons/wsconsio.h Fri Mar 20 21:42:31 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.111 2015/01/06 19:19:10 christos Exp $ */
+/* $NetBSD: wsconsio.h,v 1.112 2015/03/20 21:42:31 jmcneill Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -336,6 +336,7 @@
#define WSDISPLAY_TYPE_CLPS711X 59 /* CL PS-711x */
#define WSDISPLAY_TYPE_ALLWINNER 60 /* Allwinner ARM SoC */
#define WSDISPLAY_TYPE_MGX 61 /* SSB 4096V-MGX */
+#define WSDISPLAY_TYPE_MESON 62 /* Amlogic Meson ARM Soc */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {
Home |
Main Index |
Thread Index |
Old Index