CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/20 10:31:56
Modified files:
sys/arch/arm/arm: bus_dma.c
Log message:
Complete bus_dmamap_load_raw(9) implementation for ARM. My initial
commit did not copy the vaddr information to the map's segments. This
means non-coherent bus dma raw mappings could not be synced.
As only agp(4) and radeondrm(4) seem to make use of non-coherent raw
mappings at the moment, this bug did not cause any visible effects.
>From Marius Strobl.
ok kettenis@