From owner-cvs-src-old@FreeBSD.ORG Fri Nov 21 19:22:55 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 7FAE21065686 for ; Fri, 21 Nov 2008 19:22:55 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 732F18FC1A for ; Fri, 21 Nov 2008 19:22:55 +0000 (UTC) (envelope-from gnn@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 mALJMt2O072843 for ; Fri, 21 Nov 2008 19:22:55 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mALJMt6B072842 for cvs-src-old@freebsd.org; Fri, 21 Nov 2008 19:22:55 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <200811211922.mALJMt6B072842@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Fri, 21 Nov 2008 19:22:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 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, 21 Nov 2008 19:22:55 -0000 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