diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-03-28 02:59:32 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-03-28 02:59:32 +0000 |
commit | 0c5c1c33e91f219477db6be275f8f69e3f302a1b (patch) | |
tree | 4133da78e5d97a437711401bf8b378337cf6a1bc /sys | |
parent | b815763cf274674af027dc3e8beeb7e8b17c1408 (diff) |
add a whole bunch of display types (will be used by the accelerated X
stuff coming soon to a tree near you).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 7a9dd46f4ef..cce41a8551d 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.26 2003/02/16 02:08:04 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.27 2003/03/28 02:59:31 jason Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -258,6 +258,17 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_SUN24 25 /* Sun 24 bit framebuffers */ #define WSDISPLAY_TYPE_SUNBW 26 /* Sun black and white fb */ #define WSDISPLAY_TYPE_STI 27 /* HP STI frambuffers */ +#define WSDISPLAY_TYPE_SUNCG3 28 /* Sun cgthree */ +#define WSDISPLAY_TYPE_SUNCG6 29 /* Sun cgsix */ +#define WSDISPLAY_TYPE_SUNFFB 30 /* Sun creator FFB */ +#define WSDISPLAY_TYPE_SUNCG14 31 /* Sun cgfourteen */ +#define WSDISPLAY_TYPE_SUNCG2 32 /* Sun cgtwo */ +#define WSDISPLAY_TYPE_SUNCG4 33 /* Sun cgfour */ +#define WSDISPLAY_TYPE_SUNCG8 34 /* Sun cgeight */ +#define WSDISPLAY_TYPE_SUNTCX 35 /* Sun TCX */ +#define WSDISPLAY_TYPE_AGTEN 36 /* AG10E */ +#define WSDISPLAY_TYPE_XVIDEO 37 /* Xvideo */ +#define WSDISPLAY_TYPE_SUNCG12 38 /* Sun cgtwelve */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |