diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:05:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:05:45 +0000 |
commit | 60325da4a39fcd16651706a8a0c66591a318b441 (patch) | |
tree | 1d543eaedd5d4774dc8ab948dc78df4fad0a3ebe /sys/dev | |
parent | c259092bfb66e5bf36cf1f84ac4f6a168d0adaba (diff) |
Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer
(using an overlay plane only for now). Bootblocks, text console and X11
are supported.
Diffstat (limited to 'sys/dev')
-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 1f8a6632986..099ac48eb85 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.38 2006/02/14 18:52:17 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.39 2006/04/14 21:05:44 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -288,6 +288,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_PXALCD 48 /* PXALCD (Zaurus) */ #define WSDISPLAY_TYPE_MAC68K 49 /* Generic mac68k framebuffer */ #define WSDISPLAY_TYPE_SUNLEO 50 /* Sun ZX/Leo */ +#define WSDISPLAY_TYPE_TVRX 51 /* HP TurboVRX */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |