]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),
authorWojciech A. Koszek <wkoszek@FreeBSD.org>
Mon, 9 Jun 2008 21:51:48 +0000 (21:51 +0000)
committerWojciech A. Koszek <wkoszek@FreeBSD.org>
Mon, 9 Jun 2008 21:51:48 +0000 (21:51 +0000)
commit10170e45593f84acc6bf920da57d126143dfaac9
treeaeab229672d7df79144a2564b9540112f76b3c61
parent475232fc30a6ee83abeba4e8527f23d464d04355
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
sys/arm/at91/if_ate.c