From owner-cvs-src-old@FreeBSD.ORG Thu Aug 26 19:55:25 2010 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 2FA6310656A5 for ; Thu, 26 Aug 2010 19:55:25 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0375D8FC0C for ; Thu, 26 Aug 2010 19:55:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7QJtOX8043962 for ; Thu, 26 Aug 2010 19:55:24 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7QJtORQ043961 for cvs-src-old@freebsd.org; Thu, 26 Aug 2010 19:55:24 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <201008261955.o7QJtORQ043961@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Thu, 26 Aug 2010 19:55:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c cxgb_xgmac.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: Thu, 26 Aug 2010 19:55:25 -0000 np 2010-08-26 19:55:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c cxgb_xgmac.c Log: SVN rev 211848 on 2010-08-26 19:55:03Z by np MFC r208887, r209115-209116, r209839-209841, r211345-211347 r208887 tunable to control mc5 partition r209115 make format string a string literal. r209116 Add knob to get packet timestamps from the hardware. r209839 Fix bufsize calculation so that cxgbtool can display information for the last I/O queue too. r209840 Eliminate ext_intr_task. The "slow" interrupt handler is already running on the adapter's task queue. Just do what the task does instead of enqueueing it. r209841 Improved link detection. r211345 wakeup is required if the adapter lock is released anywhere during init and not just for the may_sleep case. r211346 Always reset the XGMAC's XAUI PCS on a link up. r211347 Fix tx pause quanta and timer calculations. Revision Changes Path 1.13.2.5 +3 -2 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.15.2.5 +1 -2 src/sys/dev/cxgb/common/cxgb_common.h 1.19.2.5 +38 -22 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.13.2.4 +40 -13 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.47.2.6 +5 -6 src/sys/dev/cxgb/cxgb_adapter.h 1.91.2.13 +56 -80 src/sys/dev/cxgb/cxgb_main.c 1.77.2.8 +61 -18 src/sys/dev/cxgb/cxgb_sge.c