diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-27 16:56:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-27 16:56:47 +0000 |
commit | b8a0b44a0a7580978824d793ef83bc0c2ff22267 (patch) | |
tree | 55c20d864bdbfa2dfbeda6c023745691034a6e23 /sbin/wsconsctl | |
parent | 33f3250176ebfd4d01c91b64a2db9a4281295ffc (diff) |
Add a few missing device entries.
Diffstat (limited to 'sbin/wsconsctl')
-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[] = { |