Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 178996 2008-05-14 21:00:27Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 182874 2008-09-08 18:10:15Z oleg $");
3390,3391c3390,3395
< /* Don't mess with the PHY in IPMI/ASF mode */
< if (!((sc->bge_asf_mode & ASF_STACKUP) && (sc->bge_link)))
---
> /*
> * Do not touch PHY if we have link up. This could break
> * IPMI/ASF mode or produce extra input errors
> * (extra errors was reported for bcm5701 & bcm5704).
> */
> if (!sc->bge_link)