K 10 svn:author V 6 cognet K 8 svn:date V 27 2006-03-01T23:04:25.000000Z K 7 svn:log V 267 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. END