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_TEGRA
details: https://anonhg.NetBSD.org/src/rev/ac39f31045bf
branches: trunk
changeset: 338323:ac39f31045bf
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon May 18 14:27:49 2015 +0000
description:
add WSDISPLAY_TYPE_TEGRA
diffstat:
sys/dev/wscons/wsconsio.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3649a3f1f6e2 -r ac39f31045bf sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Mon May 18 13:09:55 2015 +0000
+++ b/sys/dev/wscons/wsconsio.h Mon May 18 14:27:49 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.112 2015/03/20 21:42:31 jmcneill Exp $ */
+/* $NetBSD: wsconsio.h,v 1.113 2015/05/18 14:27:49 jmcneill Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -336,7 +336,8 @@
#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 */
+#define WSDISPLAY_TYPE_MESON 62 /* Amlogic Meson ARM SoC */
+#define WSDISPLAY_TYPE_TEGRA 63 /* NVIDIA Tegra ARM SoC */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {
Home |
Main Index |
Thread Index |
Old Index