Date: Fri, 19 Dec 2008 05:05:35 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <200812190505.mBJ55ooV042301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812190505.mBJ55ooV042301>