diff options
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 7a957f9e731..16ef32f7a6b 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.40 2006/04/16 20:45:00 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.41 2006/07/24 22:19:54 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -290,6 +290,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_SUNLEO 50 /* Sun ZX/Leo */ #define WSDISPLAY_TYPE_TVRX 51 /* HP TurboVRX */ #define WSDISPLAY_TYPE_CFXGA 52 /* CF VoyagerVGA */ +#define WSDISPLAY_TYPE_LCSPX 53 /* DEC LCSPX (VS4000) */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |