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.43 from trunk: fix...



details:   https://anonhg.NetBSD.org/src/rev/712fc7c0434e
branches:  netbsd-1-5
changeset: 488322:712fc7c0434e
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Jun 29 15:04:55 2000 +0000

description:
Pull up revision 1.43 from trunk: fix console output on PMAG-D.

Approved by releng.

diffstat:

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

diffs (17 lines):

diff -r 2897132c560f -r 712fc7c0434e sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Thu Jun 29 07:08:05 2000 +0000
+++ b/sys/arch/pmax/dev/rcons.c Thu Jun 29 15:04:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.41 2000/04/20 20:02:34 mhitch Exp $        */
+/*     $NetBSD: rcons.c,v 1.41.4.1 2000/06/29 15:04:55 ad Exp $        */
 
 /*
  * Copyright (c) 1995
@@ -188,6 +188,7 @@
        rc.rc_deffgcolor = WSCOL_WHITE;
        rc.rc_defbgcolor = WSCOL_BLACK;
        rcons_init(&rc, 1);
+       rcons_ttyinit(fbconstty);
 }
 #endif
 



Home | Main Index | Thread Index | Old Index