cvs commit: src/sys/pci if_dc.c

Mike Silbersack silby at FreeBSD.org
Sat Mar 29 13:27:10 PST 2003


silby       2003/03/29 13:27:07 PST

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Update if_dc to use m_defrag, removing the semi-duplicate dc_coal
  function.
  
  Also, use m_defrag where appropriate to defrag long mbuf chains
  in the same fashion as was done in if_sis.c.  Before this change,
  if_dc would blow up and take down the interface if fed a really long
  mbuf chain.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.96      +30 -35    src/sys/pci/if_dc.c


More information about the cvs-src mailing list