Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 11/14/2007 18:34:12
Module Name:	src
Committed By:	garbled
Date:		Wed Nov 14 18:34:12 UTC 2007

Modified Files:
	src/sys/arch/ofppc/include: vmparam.h
	src/sys/arch/powerpc/oea: ofwoea_machdep.c

Log Message:
Commit a fix for the _SR regions that are needed by ofppc.  Because this
platform tends to just declare anything from 0x8 to 0xf as mem or io
regions willy-nilly, we need to avoid batmapping a few of those in order
to save space for USER_SR, KERNEL_SR and KERNEL2_SR.  I picked values for
these three that are least-commonly used or used for non-vital things.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/ofppc/include/vmparam.h
cvs rdiff -r1.4 -r1.5 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.