Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons ass WSDISPLAY_TYPE_VALKYRIE



details:   https://anonhg.NetBSD.org/src/rev/1dad46ea7c85
branches:  trunk
changeset: 773001:1dad46ea7c85
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Jan 24 04:34:05 2012 +0000

description:
ass WSDISPLAY_TYPE_VALKYRIE

diffstat:

 sys/dev/wscons/wsconsio.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r adbaffd41af2 -r 1dad46ea7c85 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Jan 24 04:33:11 2012 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Jan 24 04:34:05 2012 +0000
@@ -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 @@
 #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 {



Home | Main Index | Thread Index | Old Index