From 9949dcc03113d9eecaf2c615c63d4d4129cbd411 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 22 May 2002 21:29:11 +0000 Subject: add WSDISPLAY_TYPE_SUNFFB --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 1e3d98ea86f..d6675067483 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.16 2002/03/31 17:34:15 jason Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.17 2002/05/22 21:29:10 jason Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -249,6 +249,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_SB_P9100 22 /* Tadpole SPARCbook P9100 */ #define WSDISPLAY_TYPE_EGA 23 /* (generic) EGA */ #define WSDISPLAY_TYPE_DCPVR 24 /* Dreamcast PowerVR */ +#define WSDISPLAY_TYPE_SUNFFB 25 /* Sun UPA FFB */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { -- cgit v1.2.3