freebsd-nq/sys/arm
Olivier Houchard 2456c0ea88 Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory
with malloc() or contigmalloc() as usual, but try to re-map the allocated
memory into a VA outside the KVA, non-cached, thus making the calls to
bus_dmamap_sync() for these buffers useless.
2006-03-01 23:04:25 +00:00
..
arm Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory 2006-03-01 23:04:25 +00:00
at91 Get this to compile with the recent UART changes. 2006-02-27 23:19:13 +00:00
compile
conf This file isn't GENERIC, so change the header 2006-02-07 18:45:54 +00:00
include Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory 2006-03-01 23:04:25 +00:00
sa11x0 Tweak how the MD code calls the fooclock() methods some. Instead of 2005-12-22 22:16:09 +00:00
xscale Don't forget to set the address of the next descriptor to 0 when we're 2006-02-04 18:01:15 +00:00