Module Name: src
Committed By: macallan
Date: Fri Jun 10 21:26:43 UTC 2016
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
add WSDISPLAY_TYPE_PLATINUM, for platinumfb
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 src/sys/dev/wscons/wsconsio.h:1.115
--- src/sys/dev/wscons/wsconsio.h:1.114 Sun Jul 19 13:22:42 2015
+++ src/sys/dev/wscons/wsconsio.h Fri Jun 10 21:26:43 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.114 2015/07/19 13:22:42 mlelstv Exp $ */
+/* $NetBSD: wsconsio.h,v 1.115 2016/06/10 21:26:43 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -338,6 +338,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_MGX 61 /* SSB 4096V-MGX */
#define WSDISPLAY_TYPE_MESON 62 /* Amlogic Meson ARM SoC */
#define WSDISPLAY_TYPE_TEGRA 63 /* NVIDIA Tegra ARM SoC */
+#define WSDISPLAY_TYPE_PLATINUM 64 /* Apple onboard video 'platinum' */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {