CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/08/11 16:01:09
Modified files: sys/arch/arm64/arm64: bus_dma.c Log message: Have bus_dmamem_map() store the virtual address of the mapping such that we can use it to flush the cache in bus_dmamap_sync() if necessary. ok patrick@