diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-06-03 21:30:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-06-03 21:30:12 +0000 |
commit | cffdd398610e708a53403eb903038d25b2ce9319 (patch) | |
tree | 5ec4ce9eb99c4d8e0681a46f83db5b9fa1432723 /sbin | |
parent | 80e2b6eac9baea3c87b197ce72588d4eadbf2aee (diff) |
Define a wsdisplay type for gfxp(4).
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 1e28ebb3425..5c8530267ac 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.43 2009/06/02 18:38:06 kettenis Exp $ */ +/* $OpenBSD: util.c,v 1.44 2009/06/03 21:30:11 kettenis Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -146,7 +146,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_IFB, "ifb" }, { WSDISPLAY_TYPE_RAPTOR, "raptor" }, { WSDISPLAY_TYPE_DL, "displaylink" }, - { WSDISPLAY_TYPE_MACHFB, "mach64" } + { WSDISPLAY_TYPE_MACHFB, "mach64" }, + { WSDISPLAY_TYPE_GFXP, "gfxp" } }; static const struct nameint kbdenc_tab[] = { |