diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-06-02 18:38:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-06-02 18:38:07 +0000 |
commit | 58a1eb7dd28603cef0342d3fb794d421ac86630a (patch) | |
tree | 0680bc25a35a8076f461e50ef11776c7ed366959 /sbin | |
parent | 98624539afcae58d7d8586924e2e9b51d3297d83 (diff) |
Define a proper wsdisplay type for machfb(4).
ok miod@
Diffstat (limited to 'sbin')
-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 29b418da8d5..1e28ebb3425 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.42 2009/05/20 18:22:30 miod Exp $ */ +/* $OpenBSD: util.c,v 1.43 2009/06/02 18:38:06 kettenis Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -145,7 +145,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_LEGSS, "dec-legss" }, { WSDISPLAY_TYPE_IFB, "ifb" }, { WSDISPLAY_TYPE_RAPTOR, "raptor" }, - { WSDISPLAY_TYPE_DL, "displaylink" } + { WSDISPLAY_TYPE_DL, "displaylink" }, + { WSDISPLAY_TYPE_MACHFB, "mach64" } }; static const struct nameint kbdenc_tab[] = { |