]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bug fix delta to the em driver:
authorjfv <jfv@FreeBSD.org>
Tue, 26 Oct 2010 00:07:58 +0000 (00:07 +0000)
committerjfv <jfv@FreeBSD.org>
Tue, 26 Oct 2010 00:07:58 +0000 (00:07 +0000)
commit8f29eb92e8f6ffb49db7252f29703f52c6b033b8
tree69cc6348b902082ef2eab8aff1561abeaf239816
parent4dfcef74e1114e7c367d8f3f09ae8c847f597a15
Bug fix delta to the em driver:
- Chasin down bogus watchdogs has led to an improved
  design to this handling, the hang decision takes
  place in the tx cleanup, with only a simple report
  check in local_timer. Our tests have shown no false
  watchdogs with this code.
- VLAN fixes from jhb, the shadow vfta should be per
  interface, but as global it was not. Thanks John.
- Bug fixes in the support for new PCH2 hardware.
- Thanks for all the help and feedback on the driver,
  changes to lem with be coming shortly as well.
sys/dev/e1000/if_em.c
sys/dev/e1000/if_em.h