NetBSD/sys/arch/netwinder
thorpej dce4476374 Overhaul how DMA ranges work in the ARM bus_dma implementation.
A new "arm32_dma_range" structure now describes a DMA window, with
a system address base, bus address base, and length.  In addition to
providing info about which memory regions are legal for DMA, the new
structure provides address translation support, as well.

As before, if a tag does not list any ranges, then all addresses are
considered valid, and no DMA address translation is performed.

This allows us to remove a large chunk of code which was duplicated and
tweaked slightly (to do the address translation) from the stock ARM
bus_dma in the XScale IOP and ARM Integrator ports.

Test compiled on all ARM platforms, test booted on Intel IQ80321 and Shark.
2002-07-31 17:34:23 +00:00
..
compile Need a compile directory for netwinder 2001-05-22 22:48:09 +00:00
conf Enable "pseudo-device clockctl" in all kernels, except 2002-06-17 05:14:02 +00:00
include Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
isa Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
netwinder Overhaul how DMA ranges work in the ARM bus_dma implementation. 2002-07-31 17:34:23 +00:00
pci Footbridge files have moved from arm32 to arm sub-tree. 2001-06-11 10:51:09 +00:00
Makefile Use command Makefile.arm. Move non-std LOADADDRESS to std.netwinder. Add 2001-06-11 17:46:23 +00:00