Subject: Re: No output display on DS3100 current kernel
To: None <port-pmax@mail.netbsd.org>
From: Michael L. Hitch <mhitch@lightning.msu.montana.edu>
List: port-pmax
Date: 04/20/2000 14:04:28
On Mon, 3 Apr 2000, NetBSD Mailing list wrote:
> Sometime in the last 10 days or so, my netbsd-current kernels generated
> stopped displaying to the pm monitor:
I have tracked down this problem, and it should now be fixed. On March
20, the rasterconsole initialization was changed to split out the
tty initialization into a separate function. The pmax rasterconsole
stuff was never updated to account for this. This fix should be
available in the next SUP update.
For the impatient:
Index: rcons.c
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/pmax/dev/rcons.c,v
retrieving revision 1.40
diff -u -r1.40 rcons.c
--- rcons.c 2000/03/30 14:45:04 1.40
+++ rcons.c 2000/04/20 19:59:49
@@ -149,6 +149,7 @@
rc.rc_deffgcolor = WSCOL_WHITE;
rc.rc_defbgcolor = WSCOL_BLACK;
rcons_init(&rc, 1);
+ rcons_ttyinit(fbconstty);
}
#endif
--
Michael L. Hitch mhitch@montana.edu
Computer Consultant
Information Technology Center
Montana State University Bozeman, MT USA