Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/pmax/dev Pull up revision 1.48 (requested by ad):



details:   https://anonhg.NetBSD.org/src/rev/27a50e476f59
branches:  netbsd-1-5
changeset: 491768:27a50e476f59
user:      he <he%NetBSD.org@localhost>
date:      Tue May 15 22:43:03 2001 +0000

description:
Pull up revision 1.48 (requested by ad):
  In rcons_connect(), PMAX_FBTYPE_PM_COLOR should use the defaults.
  Fixes reversed characters on the DECstation 3100.

diffstat:

 sys/arch/pmax/dev/rcons.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 68fd3fc26b92 -r 27a50e476f59 sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Tue May 15 22:40:01 2001 +0000
+++ b/sys/arch/pmax/dev/rcons.c Tue May 15 22:43:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.41.4.3 2000/11/05 22:37:45 tv Exp $        */
+/*     $NetBSD: rcons.c,v 1.41.4.4 2001/05/15 22:43:03 he Exp $        */
 
 /*
  * Copyright (c) 1995
@@ -108,7 +108,6 @@
                bior = WSDISPLAY_FONTORDER_L2R;
                break;
        case PMAX_FBTYPE_PM_MONO:
-       case PMAX_FBTYPE_PM_COLOR:
                ri.ri_depth = info->fi_type.fb_depth;
                ri.ri_flg = RI_CLEAR;
                epwf = 1;



Home | Main Index | Thread Index | Old Index