diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-27 14:13:40 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-11-27 14:13:40 +0000 |
commit | 513cfc8d00cb8b8fecf80e9951f16a45e2108c2c (patch) | |
tree | a07927d8436605411536b43a34b5a61a2fd0ebb5 /sys/dev | |
parent | 9cb0e11a4c63f9c8fd13ece2d037e74362630bb6 (diff) |
Add display type for SGI GBE.
ok miod@
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 3ac638ab784..ec852818986 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.46 2007/09/01 17:06:26 xsa Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.47 2007/11/27 14:13:39 jsing Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -299,6 +299,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_TVRX 51 /* HP TurboVRX */ #define WSDISPLAY_TYPE_CFXGA 52 /* CF VoyagerVGA */ #define WSDISPLAY_TYPE_LCSPX 53 /* DEC LCSPX (VS4000) */ +#define WSDISPLAY_TYPE_GBE 54 /* SGI GBE frame buffer */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |