Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons allocate wsdisplay type 66 for ssdfb(4)



details:   https://anonhg.NetBSD.org/src/rev/950dec2106d6
branches:  trunk
changeset: 449688:950dec2106d6
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sun Mar 17 00:30:55 2019 +0000

description:
allocate wsdisplay type 66 for ssdfb(4)

diffstat:

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

diffs (17 lines):

diff -r 9c5f084c83aa -r 950dec2106d6 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sat Mar 16 22:14:08 2019 +0000
+++ b/sys/dev/wscons/wsconsio.h Sun Mar 17 00:30:55 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.121 2017/08/31 19:55:43 jmcneill Exp $ */
+/* $NetBSD: wsconsio.h,v 1.122 2019/03/17 00:30:55 tnn Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -341,6 +341,7 @@
 #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 */
+#define        WSDISPLAY_TYPE_SSDFB    66      /* ssdfb(4) */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {



Home | Main Index | Thread Index | Old Index