Date: Wed, 20 Dec 2006 01:49:56 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dc if_dc.c Message-ID: <200612200149.kBK1nu0I098254@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-12-20 01:49:56 UTC
FreeBSD src repository
Modified files:
sys/dev/dc if_dc.c
Log:
Fix a bug originally introduced in rev. 1.74; don't reloaded the
watchdog timer in dc_txeof() in case there are still unhandled
descriptors as dc_poll() invokes dc_poll() unconditionally.
Otherwise this would result in the watchdog timer constantly being
being reloaded and thus circumvent that the watchdog ever fires in
the DEVICE_POLLING case.
Pointed out by: bde
Revision Changes Path
1.190 +2 -1 src/sys/dev/dc/if_dc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612200149.kBK1nu0I098254>
