Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 05/22/1999 02:39:29
Module Name:	src
Committed By:	scottr
Date:		Sat May 22 09:39:28 UTC 1999

Modified Files:
	src/sys/arch/mac68k/conf [scottr-mac68k-wscons]: files.mac68k
	src/sys/arch/mac68k/mac68k [scottr-mac68k-wscons]: conf.c machdep.c
Added Files:
	src/sys/arch/mac68k/dev [scottr-mac68k-wscons]: maccons.c
Log Message:
Add support for wscons as a console, using evil trickery.  To fix this
we'll have to revisit (and rip out) a bunch of things that happen before
the MMU is set up.

As a result, serial consoles now work again.