diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-29 22:25:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-29 22:25:17 +0000 |
commit | 6abfdf50114371528040e5b8090ff9ed9cec0f34 (patch) | |
tree | 54fc508ffe183a79ae1c00d1483fb17747d401dc /sys/dev | |
parent | b00c90210f261c8640896650107a2d2de139910e (diff) |
Give ifb its own display type (be sure to make includes before rebuilding
wsconsctl)
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 11869506b69..aed872a6515 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.48 2008/08/24 20:10:57 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.49 2008/12/29 22:25:16 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -301,6 +301,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_LCSPX 53 /* DEC LCSPX (VS4000) */ #define WSDISPLAY_TYPE_GBE 54 /* SGI GBE frame buffer */ #define WSDISPLAY_TYPE_LEGSS 55 /* DEC LEGSS (VS35x0) */ +#define WSDISPLAY_TYPE_IFB 56 /* Sun Expert3D{,-Lite} */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |