Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 00:26:21 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c
Message-ID:  <200607270026.k6R0QLIA087475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2006-07-27 00:26:20 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Make sure to use the same DMA map in DMA map load/unload operations
  by remembering a map used in bus_dmamap_load_mbuf_sg(9). I have
  no idea how it could ever worked before.
  This fixes a warning generated by a diagnostic check in sun4v
  iommu driver.
  
  Reported by:    jb
  Tested by:      jb(sun4v)
  
  Revision  Changes    Path
  1.120     +8 -5      src/sys/dev/em/if_em.c



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