Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/15/1999 15:11:58
Module Name:	src
Committed By:	thorpej
Date:		Thu Apr 15 22:11:58 UTC 1999

Modified Files:
	src/sys/arch/alpha/alpha: dec_kn300.c
Log Message:
Massive cleanup of the AlphaServer 4100 console initialization code.

Instead of using the PROM console until autoconfiguration is complete (at
which time we called dec_kn300_cons_init() directly!), make this work like
basically all of the other systems which have PCI attached consoles.  That
is, initialize the PCI chipset which holds the console early, and perform
console initialization at the correct time.

This should make both PCI and ISA display consoles with PC keyboards work
(i.e. the deskside workstation version of the Rawhide).