summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-22 21:34:03 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-22 21:34:03 +0000
commit9edcf43eec38251e9ff35a8f9831f9ba3ad7a042 (patch)
tree20597394a97cf466fc691840e74c3b22f783a708 /sbin/wsconsctl
parent7d34864476cf925637023f567fe7a527e6a8984b (diff)
add sunffb type
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index 4a5d9737099..ec8755a062d 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.9 2002/05/22 20:36:06 mickey Exp $ */
+/* $OpenBSD: util.c,v 1.10 2002/05/22 21:34:02 jason Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -104,7 +104,8 @@ static const struct nameint dpytype_tab[] = {
{ WSDISPLAY_TYPE_VAX_MONO, "dec-mono" },
{ WSDISPLAY_TYPE_SB_P9100, "p9100" },
{ WSDISPLAY_TYPE_EGA, "ega" },
- { WSDISPLAY_TYPE_DCPVR, "powervr" }
+ { WSDISPLAY_TYPE_DCPVR, "powervr" },
+ { WSDISPLAY_TYPE_SUNFFB, "sunffb" }
};
static const struct nameint kbdenc_tab[] = {