From owner-cvs-src-old@FreeBSD.ORG Mon Dec 1 00:23:26 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 451C410656E6 for ; Mon, 1 Dec 2008 00:23:26 +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 3179C8FC0C for ; Mon, 1 Dec 2008 00:23:26 +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 mB10NQNN029229 for ; Mon, 1 Dec 2008 00:23:26 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB10NQJG029228 for cvs-src-old@freebsd.org; Mon, 1 Dec 2008 00:23:26 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200812010023.mB10NQJG029228@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Mon, 1 Dec 2008 00:23:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_ael1002.c 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: Mon, 01 Dec 2008 00:23:26 -0000 kmacy 2008-12-01 00:23:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_main.c cxgb_sge.c sys/dev/cxgb/common cxgb_ael1002.c 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 185498 on 2008-12-01 00:23:12Z by kmacy 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.3.2.4 +15 -1 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.7.2.4 +2 -0 src/sys/dev/cxgb/common/cxgb_common.h 1.3.2.2 +1 -1 src/sys/dev/cxgb/common/cxgb_ctl_defs.h 1.9.2.4 +10 -3 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.36.2.10 +22 -3 src/sys/dev/cxgb/cxgb_main.c 1.30.2.9 +6 -1 src/sys/dev/cxgb/cxgb_sge.c 1.15.2.5 +1 -3 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.5.2.2 +1 -15 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c 1.3.2.3 +17 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c