Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 11/10/2007 04:26:51
Module Name:	src
Committed By:	macallan
Date:		Sat Nov 10 04:26:51 UTC 2007

Modified Files:
	src/sys/arch/powerpc/oea: ofw_consinit.c

Log Message:
unbork the initial console for macppc
ofb_cnattach() has nothing to do with ofb (anymore) - it's simply a dumb
rasops console we use until a real wsdisplay driver attaches, therefore
it needs to be #if NWSDISPLAY > 0, not NOFB > 0
Should probably be renamed to avoid future confusion.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/oea/ofw_consinit.c

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