Subject: pccons says color as mono (was Re: current kernel with pcvt works, with pccons fails (NCR driver fails)?)
To: None <port-i386@NetBSD.ORG>
From: None <enami@sys.ptg.sony.co.jp>
List: port-i386
Date: 05/20/1996 09:37:03
On Sat, 18 May 1996, John Kohl writes
	in message <199605190009.UAA00499@kolvir.arlington.ma.us>:

> Also note that pccons identifies the card as 'mono' in the serial
> console kernel--when I build a pccons with normal console, it
> correctly identifies the controller as color.

	Whether mono or color is determined in pcattach according to
	`vs.color', which is initialized in first call of sput().  If
	pccons is console, sput may be called before pcattach.  If
	comconsole, it may not ...

enami.