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 WSDISPLAY_TYPE_PLATINUM, for platinumfb
details: https://anonhg.NetBSD.org/src/rev/aeaf47e1ad53
branches: trunk
changeset: 345842:aeaf47e1ad53
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jun 10 21:26:43 2016 +0000
description:
add WSDISPLAY_TYPE_PLATINUM, for platinumfb
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 54dead8889dc -r aeaf47e1ad53 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Fri Jun 10 18:55:52 2016 +0000
+++ b/sys/dev/wscons/wsconsio.h Fri Jun 10 21:26:43 2016 +0000
@@ -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 @@
#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 {
Home |
Main Index |
Thread Index |
Old Index