Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2010 23:41:45 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bce if_bce.c
Message-ID:  <201007192342.o6JNg6lf030137@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-07-19 23:41:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c 
  Log:
  SVN rev 210270 on 2010-07-19 23:41:45Z by yongari
  
  Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()
  calls. Also add BUS_DMA_COHERENT flag to bus_dmamem_alloc(9) to
  take advantage of efficient synchronization for architectures that
  support that feature.
  
  Reviewed by:    davidch
  
  Revision  Changes    Path
  1.78      +14 -19    src/sys/dev/bce/if_bce.c



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