Date: Fri, 21 Nov 2008 19:22:25 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c Message-ID: <200811211922.mALJMt6B072842@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gnn 2008-11-21 19:22:25 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c Log: SVN rev 185157 on 2008-11-21 19:22:25Z by gnn 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. Revision Changes Path 1.9 +15 -1 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.13 +2 -0 src/sys/dev/cxgb/common/cxgb_common.h 1.16 +2 -1 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.70 +19 -3 src/sys/dev/cxgb/cxgb_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811211922.mALJMt6B072842>