Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   jmcneill
Date:           Sun Nov 18 20:21:48 UTC 2018

Modified Files:
        src/sys/arch/aarch64/aarch64: bus_space.c
        src/sys/arch/arm/arm32: armv7_generic_space.c
        src/sys/arch/arm/include: bus_defs.h

Log Message:
Add a "bs_base" field to struct bus_space. If present, use it to translate
mappings by appending the value to the pa passed to bus_space_map.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/aarch64/aarch64/bus_space.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm32/armv7_generic_space.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/bus_defs.h

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