Date: Tue, 15 Feb 2011 18:16:04 +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: <201102151816.p1FIGKNG078306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-15 18:16:04 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 218710 on 2011-02-15 18:16:04Z by yongari Fix a regression introduced in r215906. The change made in r215906 caused link re-negotiation whenever application joins or leaves a multicast group. If driver is running, it would have established a link so there is no need to start re-negotiation. The re-negotiation broke established link which in turn stopped multicast application working while re-negotiation is in progress. PR: kern/154667 MFC after: 1 week Revision Changes Path 1.312 +3 -1 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102151816.p1FIGKNG078306>