Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 10/26/2007 08:41:24
Module Name:	src
Committed By:	garbled
Date:		Fri Oct 26 08:41:24 UTC 2007

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

Log Message:
Fix the ranges_bitmap function so it correctly finds the various ranges
on OFW, and passes them on to ofwoea_batmap correctly.  With this fix,
ofppc now properly initializes all of it's batmappings.

Kept the macppc specific override of the bitmap, but surrounded it with
an #ifdef macppc.  It would probably be worth testing macppc without this
ifdef to see if it works there as well.


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

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