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 /sbin | |
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 'sbin')
-rw-r--r-- | sbin/wsconsctl/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
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[] = { |