Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 03/02/2001 03:46:58
Module Name:	syssrc
Committed By:	reinoud
Date:		Fri Mar  2 01:46:58 UTC 2001

Modified Files:
	syssrc/sys/arch/arm32/iomd: iomd.c iomdvar.h
	syssrc/sys/arch/arm32/riscpc: rpc_machdep.c

Log Message:
Fixed the bug that crept into giving support for moving IOMDs during startup.
Initially I gave it the type `int *iomd_base' but some macro's defined in
iomdreg.h calculated with the value asuming it to be an int ... thus all the
registers offsets were multiplied by four and that can only mean trouble !
The kernel boots again ever happily. Sorry for the inconvenience... it was
a good bug hunt though!


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arm32/iomd/iomd.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm32/iomd/iomdvar.h
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/arm32/riscpc/rpc_machdep.c

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