diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-05 19:25:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-05 19:25:55 +0000 |
commit | f22a7d1bff9b634c25e8cc671f22402518852b93 (patch) | |
tree | 31efc803f0fd0ce03aff334ff1f6f53f3eb24603 /sbin/wsconsctl/util.c | |
parent | 195d537c5a1caf29ce5cddf8007236d7fdb0e37c (diff) |
grok sti type wsdisplay
Diffstat (limited to 'sbin/wsconsctl/util.c')
-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 35a24e4e0ea..485fe9e5470 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.16 2002/12/17 07:10:25 mickey Exp $ */ +/* $OpenBSD: util.c,v 1.17 2003/02/05 19:25:54 mickey Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -109,7 +109,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_EGA, "ega" }, { WSDISPLAY_TYPE_DCPVR, "powervr" }, { WSDISPLAY_TYPE_SUN24, "sun24" }, - { WSDISPLAY_TYPE_SUNBW, "sunbw" } + { WSDISPLAY_TYPE_SUNBW, "sunbw" }, + { WSDISPLAY_TYPE_STI, "hp-sti" } }; static const struct nameint kbdenc_tab[] = { |