CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/06 05:42:50
Modified files:
sys/dev/ofw : fdt.c
Log message:
Add support for bus space translation.
The ranges property can be used to translate from one address space
to another. This means that we cannot just use a controllers's reg
property to get the physical address, but have to use its parent's
ranges attribute to translate the address to another.
ok kettenis@
