Date: Tue, 26 Oct 2010 00:07:58 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c if_em.h Message-ID: <201010260008.o9Q088IA044591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-10-26 00:07:58 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_em.h Log: SVN rev 214363 on 2010-10-26 00:07:58Z by jfv 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. Revision Changes Path 1.59 +238 -112 src/sys/dev/e1000/if_em.c 1.18 +21 -6 src/sys/dev/e1000/if_em.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010260008.o9Q088IA044591>