Module Name:    src
Committed By:   tsutsui
Date:           Sun Nov 15 17:42:24 UTC 2009

Modified Files:
        src/sys/dev/wscons: wsconsio.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 src/sys/dev/wscons/wsconsio.h:1.91
--- src/sys/dev/wscons/wsconsio.h:1.90	Sun Feb  8 22:58:56 2009
+++ src/sys/dev/wscons/wsconsio.h	Sun Nov 15 17:42:24 2009
@@ -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 {

Reply via email to