diff options
author | 2007-11-27 16:56:46 +0000 | |
---|---|---|
committer | 2007-11-27 16:56:46 +0000 | |
commit | 1ed3f5828270c12211b5647fd985016bf2a665f1 (patch) | |
tree | 8fdd5b524e70550036aa8d8474cc636f96336a67 | |
parent | Make _dl_md_reloc_got() report errors, and take them into account. (diff) | |
download | wireguard-openbsd-1ed3f5828270c12211b5647fd985016bf2a665f1.tar.xz wireguard-openbsd-1ed3f5828270c12211b5647fd985016bf2a665f1.zip |
Add a few missing device entries.
-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[] = { |