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. --- sbin/wsconsctl/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index 80d451feb9a..86cfa18383e 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.32 2006/02/14 18:52:15 miod Exp $ */ +/* $OpenBSD: util.c,v 1.33 2006/04/14 21:05:43 miod Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -141,7 +141,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_TOPCAT, "topcat" }, { WSDISPLAY_TYPE_PXALCD, "pxalcd" }, { WSDISPLAY_TYPE_MAC68K, "mac68k" }, - { WSDISPLAY_TYPE_SUNLEO, "sunleo" } + { WSDISPLAY_TYPE_SUNLEO, "sunleo" }, + { WSDISPLAY_TYPE_TVRX, "tvrx" } }; static const struct nameint kbdenc_tab[] = { -- cgit v1.2.3