Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 21:51:48 +0000 (UTC)
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/at91 if_ate.c
Message-ID:  <200806092151.m59LpxvH046662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wkoszek     2008-06-09 21:51:48 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/at91         if_ate.c 
  Log:
  SVN rev 179693 on 2008-06-09 21:51:48Z by wkoszek
  
  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
  
  Revision  Changes    Path
  1.24      +2 -2      src/sys/arm/at91/if_ate.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806092151.m59LpxvH046662>