Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2003 13:27:07 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200303292127.h2TLR8He011755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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