From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:08:08 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE321065793 for ; Tue, 26 Oct 2010 00:08:08 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1F68FC0C for ; Tue, 26 Oct 2010 00:08:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q088gI044592 for ; Tue, 26 Oct 2010 00:08:08 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q088IA044591 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:08:08 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201010260008.o9Q088IA044591@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Tue, 26 Oct 2010 00:07:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/e1000 if_em.c if_em.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:08:08 -0000 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