cvs commit: src/sys/dev/gem if_gem.c
Marius Strobl
marius at FreeBSD.org
Sat Aug 23 15:03:41 UTC 2008
marius 2008-08-23 15:03:26 UTC
FreeBSD src repository
Modified files:
sys/dev/gem if_gem.c
Log:
SVN rev 182060 on 2008-08-23 15:03:26Z by marius
- Restore the behavior of enabling the MII buffer for an internal
PHY only and not also in the case of an external PHY currently
doing full duplex, which accidentally got broken in r172334.
It's still not clear to me why we need to enable the buffer for
an internal PHY though.
- Count excess and late collisions as output errors. [1]
- Count receive errors as input errors. [1]
Obtained from: NetBSD [1]
MFC after: 3 days
Revision Changes Path
1.51 +22 -10 src/sys/dev/gem/if_gem.c
More information about the cvs-src
mailing list