Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 09/28/2000 10:26:49
Module Name:	syssrc
Committed By:	leo
Date:		Thu Sep 28 07:26:49 UTC 2000

Modified Files:
	syssrc/sys/arch/atari/atari: autoconf.c machdep.c
	syssrc/sys/arch/atari/dev: ite.c
	syssrc/sys/arch/atari/pci: pci_machdep.c

Log Message:
Move config_console() out of the grf-layer. This allows for more than just
grf-type consoles (wscons). Config_console() is now called from consinit(),
just after setting up the kernel msgbuf, so debugging is easy(er).
To further facilitate this move, the pcibus now allows for early-console
attaches by allocating static bus_space_tags (no mallocs possible at this
point).


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/atari/atari/autoconf.c
cvs rdiff -r1.100 -r1.101 syssrc/sys/arch/atari/atari/machdep.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/atari/dev/ite.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/atari/pci/pci_machdep.c

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