Subject: CVS commit: src/sys/arch/arm
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/06/2003 22:05:33
Module Name:	src
Committed By:	bjh21
Date:		Sat Dec  6 22:05:33 UTC 2003

Modified Files:
	src/sys/arch/arm/iomd: iomd.c
	src/sys/arch/arm/mainbus: mainbus_io.c

Log Message:
Fix the ARM mainbus version of bus_space_subregion() to correctly shift the
base offset before using it.  This makes it work the same as every other
implementation, and makes wdc at pioc on acorn32 work again.  Fix the only
caller I found which depended on the old behaviour.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/arm/iomd/iomd.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/arm/mainbus/mainbus_io.c

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