Date: Sat, 25 Oct 2008 02:41:11 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <200810251818.m9PII3JI001488@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-10-25 02:41:11 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: SVN rev 184241 on 2008-10-25 02:41:11Z by yongari Don't rearm watchdog timer in rl_txeof(). The watchdog timer was already set in rl_start_locked(). Touching the watchdog timer in other places will hide the root cause of watchdog timeouts. Revision Changes Path 1.177 +0 -2 src/sys/pci/if_rl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810251818.m9PII3JI001488>