Module Name: src
Committed By: jmcneill
Date: Sat Jun 3 14:49:42 UTC 2017
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
Add type for ARM PrimeCell PL11x
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 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.117 src/sys/dev/wscons/wsconsio.h:1.118
--- src/sys/dev/wscons/wsconsio.h:1.117 Fri Mar 24 00:45:27 2017
+++ src/sys/dev/wscons/wsconsio.h Sat Jun 3 14:49:42 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.117 2017/03/24 00:45:27 macallan Exp $ */
+/* $NetBSD: wsconsio.h,v 1.118 2017/06/03 14:49:42 jmcneill Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -340,6 +340,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_MESON 62 /* Amlogic Meson ARM SoC */
#define WSDISPLAY_TYPE_TEGRA 63 /* NVIDIA Tegra ARM SoC */
#define WSDISPLAY_TYPE_PLATINUM 64 /* onboard fb in PowerMac 7200 */
+#define WSDISPLAY_TYPE_PLFB 65 /* ARM PrimeCell PL11x */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {