From 932dc13758a8559e413cb3a66f22f8cfce42fa3e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 3 Jul 2009 17:37:03 +0000 Subject: Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer. ok deraadt@ --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 59cfccf19f2..3bb2a2ff037 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.54 2009/06/03 21:30:11 kettenis Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.55 2009/07/03 17:37:02 kettenis Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -307,6 +307,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_DL 58 /* DisplayLink DL-120/DL-160 */ #define WSDISPLAY_TYPE_MACHFB 59 /* Sun PGX/PGX64 */ #define WSDISPLAY_TYPE_GFXP 60 /* Sun PGX32 */ +#define WSDISPLAY_TYPE_RADEONFB 61 /* Sun XVR-100 */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { -- cgit v1.2.3