diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-05 19:20:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-05 19:20:23 +0000 |
commit | cf1974cfc114511f2673ee2cc155543939d5b0ad (patch) | |
tree | ca68df3b503252f8d00e5c036f99877e0ab52196 /sys/dev | |
parent | 4bd5f3068e0d640c8423c93aaa9dc5e4cb9a467e (diff) |
wsdisplay type for sti
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index d652ac82c8b..31e591b3003 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.22 2002/07/25 19:01:19 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.23 2003/02/05 19:20:22 mickey Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -254,6 +254,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_DCPVR 24 /* Dreamcast PowerVR */ #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 */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |