From 60325da4a39fcd16651706a8a0c66591a318b441 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 14 Apr 2006 21:05:45 +0000 Subject: Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer (using an overlay plane only for now). Bootblocks, text console and X11 are supported. --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') 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 { -- cgit v1.2.3