Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Reserve WSDISPLAY_TYPE for DisplayLink DL-1x0...
details: https://anonhg.NetBSD.org/src/rev/b3f6562b167b
branches: trunk
changeset: 749050:b3f6562b167b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Nov 15 17:42:24 2009 +0000
description:
Reserve WSDISPLAY_TYPE for DisplayLink DL-1x0/DL-1x5 USB LCDs and
USB-VGA adaptors (which may require a new ioctl for DUMBFB ops). From
FUKAUMI Naoki.
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b33008cc22e2 -r b3f6562b167b sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sun Nov 15 17:34:32 2009 +0000
+++ b/sys/dev/wscons/wsconsio.h Sun Nov 15 17:42:24 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.90 2009/02/08 22:58:56 uwe Exp $ */
+/* $NetBSD: wsconsio.h,v 1.91 2009/11/15 17:42:24 tsutsui Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -320,6 +320,7 @@
#define WSDISPLAY_TYPE_CRIME 46 /* SGI O2 */
#define WSDISPLAY_TYPE_PXALCD 47 /* PXA2x0 LCD controller */
#define WSDISPLAY_TYPE_AG10 48 /* Fujitsu AG-10e */
+#define WSDISPLAY_TYPE_DL 49 /* DisplayLink DL-1x0/DL-1x5 */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {
Home |
Main Index |
Thread Index |
Old Index