Date: Wed, 4 Nov 2009 18:18:09 +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: <200911041818.nA4IIQOd071552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-11-04 18:18:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/fxp if_fxp.c Log: SVN rev 198916 on 2009-11-04 18:18:09Z by yongari MFC r194572: Always check fxp(4) is running, see if it can accept frames from upper stack in fxp_start_body(). fxp(4) drops driver lock in Rx path so check the fxp(4) is still running after reacquiring driver lock in Rx path. Also don't invoke fxp_intr_body if fxp(4) is not running. With this change there is no need to set suspend bit in device attach phase. Revision Changes Path 1.266.2.20 +10 -3 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911041818.nA4IIQOd071552>