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 EGA display type



details:   https://anonhg.NetBSD.org/src/rev/62d5c58ceeed
branches:  trunk
changeset: 487595:62d5c58ceeed
user:      drochner <drochner%NetBSD.org@localhost>
date:      Fri Jun 09 16:07:55 2000 +0000

description:
add EGA display type

diffstat:

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

diffs (17 lines):

diff -r 97616e72f781 -r 62d5c58ceeed sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Fri Jun 09 16:03:04 2000 +0000
+++ b/sys/dev/wscons/wsconsio.h Fri Jun 09 16:07:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.30 2000/06/02 23:45:13 matt Exp $ */
+/* $NetBSD: wsconsio.h,v 1.31 2000/06/09 16:07:55 drochner Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -223,6 +223,7 @@
 #define                WSDISPLAY_TYPE_LCG      20      /* DEC LCG (VS4000) */
 #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 */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {



Home | Main Index | Thread Index | Old Index