cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h

David Christensen davidch at FreeBSD.org
Fri Apr 11 23:10:40 UTC 2008


davidch     2008-04-11 23:10:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcefw.h if_bcereg.h 
  Log:
  - Fixed a problem with the send chain consumer index which would cause
    TX traffic to sit in the send chain until a received packet kick
    started the interrupt handler.  This would cause extremely slow
    performance when used with NFS over UDP.
  - Removed untested polling code.
  - Updated copyright year in the file header.
  - Removed inadvertent ^M's created by DOS text editor.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.37      +389 -487  src/sys/dev/bce/if_bce.c
  1.6       +983 -983  src/sys/dev/bce/if_bcefw.h
  1.18      +241 -188  src/sys/dev/bce/if_bcereg.h


More information about the cvs-all mailing list