Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 20:56:56 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ata ata-dma.c
Message-ID:  <201103232057.p2NKvIbK037926@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-03-23 20:56:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/ata          ata-dma.c 
  Log:
  SVN rev 219932 on 2011-03-23 20:56:56Z by marius
  
  MFC: r219336
  
  - Allocate the DMA memory used for the work area as coherent as at least
    the ataahci(4) and atamarvell(4) drivers share it between the host and
    the controller.
  - Spell some zeros as BUS_DMA_WAITOK when used as bus_dmamem_alloc() flags.
  
  Revision   Changes    Path
  1.160.2.6  +4 -3      src/sys/dev/ata/ata-dma.c



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