K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-01-11T16:53:51.352134Z K 7 svn:log V 187 Add a memory barrier to bus_dmamap_sync(), as should have always been present. We need a sync instead of eieio, as eieio does not enforce storage ordering between main and device memory. END