From owner-cvs-src@FreeBSD.ORG Fri Oct 15 22:12:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4AFB16A4CE; Fri, 15 Oct 2004 22:12:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B937D43D3F; Fri, 15 Oct 2004 22:12:59 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FMCxZp025839; Fri, 15 Oct 2004 22:12:59 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FMCxVT025838; Fri, 15 Oct 2004 22:12:59 GMT (envelope-from tackerman) Message-Id: <200410152212.i9FMCxVT025838@repoman.freebsd.org> From: Tony Ackerman Date: Fri, 15 Oct 2004 22:12:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 22:12:59 -0000 tackerman 2004-10-15 22:12:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h Log: MFC Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C) Removed support for Intel 82541ER Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k. Added fix for vlan tagged frames not being properly bridged. Corrected TBI workaround. Corrected incorrect LED operation issues Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY. This might fix some of the trouble around em(4) filling up its buffers. Don't count RNBC (internal buffer full) towards the RX error count since it's not really an error. Approved by: re[scott long] Revision Changes Path 1.44.2.2 +61 -19 src/sys/dev/em/if_em.c 1.25.2.1 +15 -4 src/sys/dev/em/if_em.h 1.13.2.1 +351 -212 src/sys/dev/em/if_em_hw.c 1.13.2.1 +25 -9 src/sys/dev/em/if_em_hw.h