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
..
2006-02-28 19:39:52 +00:00
2006-02-26 17:54:04 +00:00
2006-02-28 00:05:44 +00:00
2006-03-01 06:49:38 +00:00
2006-02-26 17:52:51 +00:00
2006-02-28 21:25:00 +00:00