Date: Thu, 21 Jan 2010 12:18:29 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: cvs-src-old@freebsd.org 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 ... Message-ID: <201001211219.o0LCJFko036452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001211219.o0LCJFko036452>