From owner-cvs-src-old@FreeBSD.ORG Fri Dec 19 05:05:50 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 A94A5106577E for ; Fri, 19 Dec 2008 05:05:50 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95BC28FC08 for ; Fri, 19 Dec 2008 05:05:50 +0000 (UTC) (envelope-from kmacy@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 mBJ55oIb042302 for ; Fri, 19 Dec 2008 05:05:50 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBJ55ooV042301 for cvs-src-old@freebsd.org; Fri, 19 Dec 2008 05:05:50 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200812190505.mBJ55ooV042301@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 19 Dec 2008 05:05:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_1 Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_common.h cxgb_ctl_defs.h cxgb_t3_hw.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_tom.c cxgb_tom_sysctl.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: Fri, 19 Dec 2008 05:05:50 -0000 kmacy 2008-12-19 05:05:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_1) sys/dev/cxgb cxgb_main.c cxgb_sge.c sys/dev/cxgb/common cxgb_common.h cxgb_ctl_defs.h cxgb_t3_hw.c sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_tom.c cxgb_tom_sysctl.c Log: SVN rev 186311 on 2008-12-19 05:05:35Z by kmacy Log: MFC 183967, 184861, 185157 183967: Track number of packets transmitted and number of packets received PR: 125806 184861: Update firmware version check make ddp a tunable Obtained from: Chelsio Inc. 185157: Several small additions to the Chelsio 10G driver. 1) Fix a bug in dealing with the Alerus 1006 PHY which prevented the device from ever coming back up once it had been set to down. 2) Add a kernel tunable (hw.cxgb.snd_queue_len) which makes it possible to give the device more than IFQ_MAXLEN entries in its send queue. The default remains 50. 3) Add code to place the card'd identification and serial number into its description (%desc) so that users can tell which card they have installed. Approved by: re Revision Changes Path 1.7.2.3.2.2 +2 -0 src/sys/dev/cxgb/common/cxgb_common.h 1.3.2.1.2.2 +1 -1 src/sys/dev/cxgb/common/cxgb_ctl_defs.h 1.9.2.3.2.3 +10 -3 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.36.2.9.2.3 +22 -3 src/sys/dev/cxgb/cxgb_main.c 1.30.2.8.2.2 +6 -1 src/sys/dev/cxgb/cxgb_sge.c 1.15.2.4.2.2 +1 -3 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.5.2.1.2.2 +1 -15 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c 1.3.2.2.2.2 +17 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c