Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 04/20/2000 13:02:36
Module Name:	syssrc
Committed By:	mhitch
Date:		Thu Apr 20 20:02:35 UTC 2000

Modified Files:
	syssrc/sys/arch/pmax/dev: rcons.c

Log Message:
When the tty intialization was split out of rcons_init(), the call to
rcons_ttyinit() was never added to the pmax rasterconsole stuff.  Output
to the display using /dev/console has not been working since then.  Adding
the call to rcons_ttyinit() makes this work again.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/pmax/dev/rcons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.