Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 18:47:53 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c if_dcreg.h
Message-ID:  <200112110247.fBB2lrw91963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2001/12/10 18:47:53 PST

  Modified files:
    sys/pci              if_dc.c if_dcreg.h 
  Log:
  Avoid an unnecessary copy of a packet if it is already in a single mbuf.
  Introduce an additional device flag for those NICs which require the
  transmit buffers to be aligned to 32-bit boundaries.
  
  (the equivalen fix for STABLE is slightly simpler because there are
  no supported chips which require this alignment there.)
  
  Revision  Changes    Path
  1.63      +6 -2      src/sys/pci/if_dc.c
  1.22      +1 -0      src/sys/pci/if_dcreg.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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