From owner-cvs-src-old@FreeBSD.ORG Fri Aug 27 02:46:32 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 C23F21065674 for ; Fri, 27 Aug 2010 02:46:32 +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 AF43F8FC0A for ; Fri, 27 Aug 2010 02:46:32 +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 o7R2kWS9004074 for ; Fri, 27 Aug 2010 02:46:32 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7R2kWKZ004073 for cvs-src-old@freebsd.org; Fri, 27 Aug 2010 02:46:32 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <201008270246.o7R2kWKZ004073@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Fri, 27 Aug 2010 02:46:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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: Fri, 27 Aug 2010 02:46:32 -0000 np 2010-08-27 02:46:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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 211858 on 2010-08-27 02:46:21Z by np MFC r209839-209841, r211345-211347 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.3.2.12 +3 -2 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.7.2.8 +1 -2 src/sys/dev/cxgb/common/cxgb_common.h 1.9.2.9 +38 -22 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.7.2.7 +40 -13 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.20.2.11 +3 -6 src/sys/dev/cxgb/cxgb_adapter.h 1.36.2.29 +44 -75 src/sys/dev/cxgb/cxgb_main.c 1.30.2.18 +10 -2 src/sys/dev/cxgb/cxgb_sge.c