From owner-cvs-src-old@FreeBSD.ORG Thu Jan 21 12:19:15 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 A592A1065698 for ; Thu, 21 Jan 2010 12:19:15 +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 8B1FB8FC1D for ; Thu, 21 Jan 2010 12:19:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0LCJFmV036453 for ; Thu, 21 Jan 2010 12:19:15 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0LCJFko036452 for cvs-src-old@freebsd.org; Thu, 21 Jan 2010 12:19:15 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <201001211219.o0LCJFko036452@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Thu, 21 Jan 2010 12:18:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/conf files src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_osdep.h cxgb_sge.c cxgb_t3fw.h src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_aq100x.c cxgb_common.h cxgb_mv88e1xxx.c cxgb_regs.h cxgb_t3_hw.c cxgb_tn1010.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, 21 Jan 2010 12:19:15 -0000 np 2010-01-21 12:18:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_osdep.h cxgb_sge.c cxgb_t3fw.h sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_mv88e1xxx.c cxgb_regs.h cxgb_t3_hw.c cxgb_tn1010.c cxgb_vsc8211.c cxgb_xgmac.c sys/modules/cxgb/cxgb Makefile sys/net if_media.h Added files: (Branch: RELENG_7) sys/dev/cxgb/common cxgb_aq100x.c Log: SVN rev 202745 on 2010-01-21 12:18:29Z by np MFC r194917,r194918,r197043,r197791,r199239,r199240,r200003,r201907,r202671,r202678: r194917: About to add 10Gbase-T to known media types, this is just a whitespace cleanup before that commit. No functional impact. r194918: Add 10Gbase-T to known ethernet media types Some parts of r194521 (convert the port and adapter locks from sx_locks to regular mutexes). r197043: There is no need to log anything for a ctrlq stall or restart. These are normal events. r197791: cxgb(4) updates, including: - support for the new Gen-2, BT, and LP-CR cards. - T3 firmware 7.7.0 - shared "common code" updates. r199239: The 10GBASE-T card should use an IPG of 1. Also enable the check for low power startup on this card. r199240: Don't disable the XGMAC's tx on ifconfig down. It is unnecessary and can cause false backpressure in the chip. Fix a us/ms mixup while here. r200003: T3 firmware 7.8.0 for cxgb(4) r201907: Extra parantheses to keep certain compilers happy. r202671: Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6 layers with non-sleepable locks held. Don't (potentially) sleep in those situations. r202678: Complain if freelist queue sizes are significantly less than desired. Revision Changes Path 1.1243.2.62 +1 -0 src/sys/conf/files 1.3.2.10 +846 -113 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.2.2.2 +546 -0 src/sys/dev/cxgb/common/cxgb_aq100x.c (new) 1.7.2.7 +29 -13 src/sys/dev/cxgb/common/cxgb_common.h 1.2.2.3 +3 -2 src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c 1.3.2.2 +28 -0 src/sys/dev/cxgb/common/cxgb_regs.h 1.9.2.8 +240 -35 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.1.2.2 +2 -2 src/sys/dev/cxgb/common/cxgb_tn1010.c 1.3.2.3 +52 -2 src/sys/dev/cxgb/common/cxgb_vsc8211.c 1.7.2.6 +109 -58 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.20.2.9 +22 -51 src/sys/dev/cxgb/cxgb_adapter.h 1.36.2.22 +487 -423 src/sys/dev/cxgb/cxgb_main.c 1.14.2.3 +15 -13 src/sys/dev/cxgb/cxgb_osdep.h 1.30.2.14 +11 -12 src/sys/dev/cxgb/cxgb_sge.c 1.1.2.3 +2679 -2503 src/sys/dev/cxgb/cxgb_t3fw.h 1.8.2.4 +1 -1 src/sys/modules/cxgb/cxgb/Makefile 1.40.2.4 +12 -9 src/sys/net/if_media.h