Date: Thu, 18 May 2006 23:19:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nve if_nve.c Message-ID: <200605182319.k4INJjCp019637@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@uchicago.edu> MFC after: 2 weeks Revision Changes Path 1.23 +17 -3 src/sys/dev/nve/if_nve.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605182319.k4INJjCp019637>