Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 04/09/2007 17:39:31
Module Name:	src
Committed By:	garbled
Date:		Mon Apr  9 17:39:31 UTC 2007

Modified Files:
	src/sys/arch/powerpc/powerpc: bus_space.c

Log Message:
When testing if something from the iosrtable is valid, don't call
SR601_PA_MATCH_P(), because that macro assumes the io region you are
mapping lies within the 32-bit address space addressable by the CPU,
which might not allways be the case.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/powerpc/powerpc/bus_space.c

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