]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r218710:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Feb 2011 21:24:36 +0000 (21:24 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Feb 2011 21:24:36 +0000 (21:24 +0000)
commit7e3af184414762823b4a1b1b7146627e69de4095
tree10711295186676b753f2e34dff5f9d414e87efb6
parent88851fad9f532ef02d53a2f9cd08e035758f5d42
MFC r218710:
  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

git-svn-id: svn://svn.freebsd.org/base/stable/8@218962 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fxp/if_fxp.c