diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-03-12 19:10:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-03-12 19:10:23 +0000 |
commit | 035febde37a6a4a4eba362799eb8c5ee17f4938e (patch) | |
tree | bbba4c2fe18049436b8a4960e1a7fd379aa9d5ad /sys/dev/wscons | |
parent | c1c7a642bc09c2fb582478a1f9fc7cfa940a3c46 (diff) |
Define a proper wsdisplay type for raptor(4).
ok miod@
Diffstat (limited to 'sys/dev/wscons')
-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 aed872a6515..e4ebe152ecd 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.49 2008/12/29 22:25:16 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.50 2009/03/12 19:10:22 kettenis Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -302,6 +302,7 @@ struct wsmouse_calibcoords { #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} */ +#define WSDISPLAY_TYPE_RAPTOR 57 /* Tech Source Raptor */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |