Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 10/04/1998 19:40:26
Module Name:	src
Committed By:	mark
Date:		Mon Oct  5 02:40:26 UTC 1998

Modified Files:
	src/sys/arch/arm32/footbridge: ebsa285_machdep.c
Log Message:
Implement consinit() here instead of using the arm32/machdep.c version.
Use information passed from via the boot arguments to determine which
device to use as the console.
Add support for initialising the CATS ISA subsystem.
During the early bootstrapping use fcomcnattach()/fcomcndetach to enable
debug and diagnostic information to be sent to the diagnostic serial
port. This is only used during the early part of initarm() until things
have been relocated and the real console can be initialised().