From owner-cvs-src-old@FreeBSD.ORG Tue Dec 9 19:36:44 2008 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 CD8AA106567B for ; Tue, 9 Dec 2008 19:36:44 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBD6A8FC25 for ; Tue, 9 Dec 2008 19:36:44 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB9Jai90026175 for ; Tue, 9 Dec 2008 19:36:44 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB9JaioP026174 for cvs-src-old@freebsd.org; Tue, 9 Dec 2008 19:36:44 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <200812091936.mB9JaioP026174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Tue, 9 Dec 2008 19:36:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_t3_hw.c cxgb_xgmac.c 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, 09 Dec 2008 19:36:44 -0000 gnn 2008-12-09 19:36:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_main.c sys/dev/cxgb/common cxgb_ael1002.c cxgb_t3_hw.c cxgb_xgmac.c Log: SVN rev 185805 on 2008-12-09 19:36:04Z by gnn MFC of 3 separate commits. Bug fix from Chelsio which addresses the issue of the device resetting when it sees only received packets. In some cases where a device only recieves data it mistakenly thinks that its transmitting side is broken and resets the device. Fix a bug with the ael1006 PHY. The bug shows up as persistent but incomplete packet loss, of between 10-30%. The fix is to put the PHY into and take it out of local loopback mode when resetting the interface. Bug fix to support N310 version of Chelsio cards (board ID 1088). Obtained from: Chelsio Inc. Approved by: re@ Revision Changes Path 1.3.2.5 +10 -0 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.9.2.5 +6 -0 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.7.2.4 +2 -25 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.36.2.11 +6 -3 src/sys/dev/cxgb/cxgb_main.c