diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-03 17:37:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-03 17:37:03 +0000 |
commit | 932dc13758a8559e413cb3a66f22f8cfce42fa3e (patch) | |
tree | 2dcfbf9e95d25f40139ad466c48689e1f57dd772 /sbin | |
parent | 1d4d82b1cfc892ee0479870cba2709f688721f3d (diff) |
Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer.
ok deraadt@
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[] = { |