diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 19:23:08 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 19:23:08 +0000 |
commit | 12f3ea40e46deb8cb10e6c55ea6ad8d03dccdd85 (patch) | |
tree | 45bcb1bb48451b3d6c94686e0975928122e203ae /sys/dev/wscons/wsconsio.h | |
parent | f887e7365a5d4a9e35498e5183fe4506316e3823 (diff) |
Initial console device driver for USB displays based on the DisplayLink
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on
the reversed engineered specifications of Florian Echtler. The driver
is disabled in GENERIC for now.
Thanks to claudio@ for donating me a device and to oga@ and miod@ for
giving me hints in the graphic and wsdisplay area.
OK deraadt
Diffstat (limited to 'sys/dev/wscons/wsconsio.h')
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index e4ebe152ecd..1f7b473cbd8 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.50 2009/03/12 19:10:22 kettenis Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.51 2009/05/09 19:23:07 mglocker Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -303,6 +303,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_LEGSS 55 /* DEC LEGSS (VS35x0) */ #define WSDISPLAY_TYPE_IFB 56 /* Sun Expert3D{,-Lite} */ #define WSDISPLAY_TYPE_RAPTOR 57 /* Tech Source Raptor */ +#define WSDISPLAY_TYPE_DL 58 /* DisplayLink DL-120/DL-160 */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |