1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/dev/fxp
Pyun YongHyeon f6ff7180f8 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
2011-02-15 18:16:04 +00:00
..
if_fxp.c Fix a regression introduced in r215906. The change made in r215906 2011-02-15 18:16:04 +00:00
if_fxpreg.h Fix and implement missing parts of flow control support. This also removes 2010-11-26 21:52:33 +00:00
if_fxpvar.h Fix and implement missing parts of flow control support. This also removes 2010-11-26 21:52:33 +00:00
rcvbundl.h