Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 23:47:04 +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:  <201008152347.o7FNlGZC015484@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-08-15 23:47:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/bce          if_bce.c 
  Log:
  SVN rev 211385 on 2010-08-15 23:47:04Z by yongari
  
  MFC r210263,210267,210269-210270:
  r210263:
    Do not report current link state if interface is not UP.
  
  r210267:
    Add KASSERT to check number of returned DMA segments.
  
  r210269:
    Use bus_get_dma_tag() to get parent tag. Also use
    BUS_SPACE_MAXSIZE_32BIT to specify sum of all segment lengths.
    Previously it used MAXBSIZE which was wrong.
  
  r210270:
    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.
  
  Revision   Changes    Path
  1.56.2.10  +23 -22    src/sys/dev/bce/if_bce.c



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