Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 20:18:36 +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:  <200606012018.k51KIaWP072145@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-06-01 20:18:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/nve          if_nve.c 
  Log:
  MFC: Improve reliability of nforce4 adapters:
  - 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, poke the binary blob to force it to flush any
    pending tx completions and only reset the chip if the blob doesn't
    complete any of them.
  
  Revision  Changes    Path
  1.7.2.9   +33 -1     src/sys/dev/nve/if_nve.c



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