Module Name: src
Committed By: tnn
Date: Sun Mar 17 00:30:55 UTC 2019
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
allocate wsdisplay type 66 for ssdfb(4)
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 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.121 src/sys/dev/wscons/wsconsio.h:1.122
--- src/sys/dev/wscons/wsconsio.h:1.121 Thu Aug 31 19:55:43 2017
+++ src/sys/dev/wscons/wsconsio.h Sun Mar 17 00:30:55 2019
@@ -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 @@ struct wsmouse_repeat {
#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 {