diff options
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 5c8530267ac..ce0f981dd51 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.44 2009/06/03 21:30:11 kettenis Exp $ */ +/* $OpenBSD: util.c,v 1.45 2009/07/03 17:37:02 kettenis Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -147,7 +147,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_RAPTOR, "raptor" }, { WSDISPLAY_TYPE_DL, "displaylink" }, { WSDISPLAY_TYPE_MACHFB, "mach64" }, - { WSDISPLAY_TYPE_GFXP, "gfxp" } + { WSDISPLAY_TYPE_GFXP, "gfxp" }, + { WSDISPLAY_TYPE_RADEONFB, "radeon" } }; static const struct nameint kbdenc_tab[] = { |