Date: Tue, 25 Nov 2008 02:05:01 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200811250205.mAP25DPU017001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-11-25 02:05:01 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 185276 on 2008-11-25 02:05:01Z by yongari Move unarming watchdog timer and pending multicast configuration check to fxp_txeof(). While I'm here unarm watchdog timer only if there are no pending queued Tx requests. Previously the watchdog timer was unarmed whenever Tx interrupt is raised. This could be resulted in hiding root cause of watchdog timeouts. Revision Changes Path 1.272 +5 -5 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811250205.mAP25DPU017001>