Date: Mon, 1 Dec 2008 00:23:12 +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_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 Message-ID: <200812010023.mB10NQJG029228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812010023.mB10NQJG029228>