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 type for ARM PrimeCell PL11x



details:   https://anonhg.NetBSD.org/src/rev/c6eb6a1d17f7
branches:  trunk
changeset: 824383:c6eb6a1d17f7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jun 03 14:49:42 2017 +0000

description:
Add type for ARM PrimeCell PL11x

diffstat:

 sys/dev/wscons/wsconsio.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2c6d6c6deb25 -r c6eb6a1d17f7 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sat Jun 03 14:48:02 2017 +0000
+++ b/sys/dev/wscons/wsconsio.h Sat Jun 03 14:49:42 2017 +0000
@@ -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 @@
 #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 {



Home | Main Index | Thread Index | Old Index