Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons Add a display type for the Dreamcast PowerVR.



details:   https://anonhg.NetBSD.org/src/rev/bce5bdbfdb32
branches:  trunk
changeset: 503145:bce5bdbfdb32
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Feb 01 17:53:12 2001 +0000

description:
Add a display type for the Dreamcast PowerVR.

diffstat:

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

diffs (17 lines):

diff -r bd8f19c4736c -r bce5bdbfdb32 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Thu Feb 01 10:19:51 2001 +0000
+++ b/sys/dev/wscons/wsconsio.h Thu Feb 01 17:53:12 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.35 2001/01/08 11:20:24 takemura Exp $ */
+/* $NetBSD: wsconsio.h,v 1.36 2001/02/01 17:53:12 thorpej Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -224,6 +224,7 @@
 #define                WSDISPLAY_TYPE_VAX_MONO 21      /* DEC VS2K/VS3100 mono */
 #define                WSDISPLAY_TYPE_SB_P9100 22      /* Tadpole SPARCbook P9100 */
 #define                WSDISPLAY_TYPE_EGA      23      /* (generic) EGA */
+#define                WSDISPLAY_TYPE_DCPVR    24      /* Dreamcast PowerVR */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {



Home | Main Index | Thread Index | Old Index