K 10 svn:author V 7 wkoszek K 8 svn:date V 27 2008-06-09T21:51:48.254219Z K 7 svn:log V 205 Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(), we must synchronize such a map against "mtag" with bus_dmamap_sync(), not the tag designated for RX map. Fix it. Approved by: cognet END