diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-17 21:21:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-17 21:21:34 +0000 |
commit | 226756de18f3297a52634613f2bd4e835b91ed1d (patch) | |
tree | e434188eb8fb928e3b35ad0337d0e1f72ccc2081 /sbin | |
parent | c0549bc55fa12827d6b81b623d3e92f8ac575c32 (diff) |
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@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
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[] = { |