cvs commit: src/sys/dev/nve if_nve.c

John Baldwin jhb at FreeBSD.org
Thu May 18 16:20:12 PDT 2006


jhb         2006-05-18 23:19:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nve          if_nve.c 
  Log:
  - When setting up a packet for transmit, if we the tx ring is over half
    full, kick the binary blob to force it to complete any pending tx
    completions.
  - In the watchdog routine, only reset the chip if the blob doesn't complete
    any pending tx completions rather than requiring it to complete all of
    the pending tx completions.
  
  Submitted by:   Nathan Whitehorn <nathanw at uchicago.edu>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.23      +17 -3     src/sys/dev/nve/if_nve.c


More information about the cvs-src mailing list