Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 09:45:54 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <200512150945.jBF9jsoJ053317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-12-15 09:45:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining the
    callback function bge_dma_map_tx_desc() into the bge_encap() itself.
  o If busdma returns EFBIG, try to m_defrag() the packet.
  
  Reviewed by:    yongari
  
  Revision  Changes    Path
  1.106     +55 -82    src/sys/dev/bge/if_bge.c



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