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_OMAP3
details: https://anonhg.NetBSD.org/src/rev/047b79e6bee6
branches: trunk
changeset: 784186:047b79e6bee6
user: macallan <macallan%NetBSD.org@localhost>
date: Mon Jan 21 14:15:03 2013 +0000
description:
add WSDISPLAY_TYPE_OMAP3
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0c5bbf39ab0d -r 047b79e6bee6 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Mon Jan 21 13:25:44 2013 +0000
+++ b/sys/dev/wscons/wsconsio.h Mon Jan 21 14:15:03 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.105 2013/01/08 23:49:56 jmcneill Exp $ */
+/* $NetBSD: wsconsio.h,v 1.106 2013/01/21 14:15:03 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -330,6 +330,7 @@
#define WSDISPLAY_TYPE_VALKYRIE 54 /* Apple onboard video 'valkyrie' */
#define WSDISPLAY_TYPE_IMXIPU 55 /* i.MX ipu */
#define WSDISPLAY_TYPE_VC4 56 /* Broadcom VideoCore 4 */
+#define WSDISPLAY_TYPE_OMAP3 57 /* OMAP 3530 */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {
Home |
Main Index |
Thread Index |
Old Index