From 226756de18f3297a52634613f2bd4e835b91ed1d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 17 Jun 2003 21:21:34 +0000 Subject: New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@ --- sbin/wsconsctl/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index a661a38c700..c7436636686 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.21 2003/05/14 06:39:47 miod Exp $ */ +/* $OpenBSD: util.c,v 1.22 2003/06/17 21:21:26 miod Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -125,6 +125,7 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_XVIDEO, "xvideo" }, { WSDISPLAY_TYPE_SUNCG12, "suncg12" }, { WSDISPLAY_TYPE_MGX, "mgx" }, + { WSDISPLAY_TYPE_SB_P9000, "p9000" }, }; static const struct nameint kbdenc_tab[] = { -- cgit v1.2.3