cvs commit: src/sys/dev/bge if_bge.c

Gleb Smirnoff glebius at FreeBSD.org
Thu Dec 15 01:46:19 PST 2005


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


More information about the cvs-src mailing list