diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/util.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index 5258ca06d16..06a4ff9de81 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.35 2007/05/08 20:51:58 robert Exp $ */ +/* $OpenBSD: util.c,v 1.36 2007/11/27 16:56:46 miod Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -145,7 +145,9 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_MAC68K, "mac68k" }, { WSDISPLAY_TYPE_SUNLEO, "sunleo" }, { WSDISPLAY_TYPE_TVRX, "tvrx" }, - { WSDISPLAY_TYPE_LCSPX, "dec-lcspx" } + { WSDISPLAY_TYPE_CFXGA, "cfxga" }, + { WSDISPLAY_TYPE_LCSPX, "dec-lcspx" }, + { WSDISPLAY_TYPE_GBE, "gbe" } }; static const struct nameint kbdenc_tab[] = { |