Module Name: src
Committed By: jmcneill
Date: Mon May 18 14:27:49 UTC 2015
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
add WSDISPLAY_TYPE_TEGRA
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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.112 src/sys/dev/wscons/wsconsio.h:1.113
--- src/sys/dev/wscons/wsconsio.h:1.112 Fri Mar 20 21:42:31 2015
+++ src/sys/dev/wscons/wsconsio.h Mon May 18 14:27:49 2015
@@ -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 @@ struct wsmouse_repeat {
#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 {