Module Name: src
Committed By: macallan
Date: Tue Jan 24 04:34:05 UTC 2012
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
ass WSDISPLAY_TYPE_VALKYRIE
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/wscons/wsconsio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wscons/wsconsio.h
diff -u src/sys/dev/wscons/wsconsio.h:1.102 src/sys/dev/wscons/wsconsio.h:1.103
--- src/sys/dev/wscons/wsconsio.h:1.102 Fri Dec 30 08:20:50 2011
+++ src/sys/dev/wscons/wsconsio.h Tue Jan 24 04:34:05 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.102 2011/12/30 08:20:50 reinoud Exp $ */
+/* $NetBSD: wsconsio.h,v 1.103 2012/01/24 04:34:05 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -327,6 +327,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_LUNA 51 /* OMRON SX-9100 LUNA */
#define WSDISPLAY_TYPE_GRF 52 /* wsdisplay on top of grf(4) */
#define WSDISPLAY_TYPE_VNC 53 /* Usermode vnc framebuffer */
+#define WSDISPLAY_TYPE_VALKYRIE 54 /* Apple onboard video 'valkyrie' */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {