Date: Fri, 27 Aug 2010 02:46:21 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <201008270246.o7R2kWKZ004073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008270246.o7R2kWKZ004073>