Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/arm



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.




Home | Main Index | Thread Index | Old Index