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_ALLWINNER
details: https://anonhg.NetBSD.org/src/rev/80498fb02373
branches: trunk
changeset: 333572:80498fb02373
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Nov 09 14:33:21 2014 +0000
description:
add WSDISPLAY_TYPE_ALLWINNER
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 661b532a53d2 -r 80498fb02373 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sun Nov 09 14:30:55 2014 +0000
+++ b/sys/dev/wscons/wsconsio.h Sun Nov 09 14:33:21 2014 +0000
@@ -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 @@
#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 {
Home |
Main Index |
Thread Index |
Old Index