Date: Tue, 9 Dec 2008 19:36:04 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_t3_hw.c cxgb_xgmac.c Message-ID: <200812091936.mB9JaioP026174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gnn 2008-12-09 19:36:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_main.c sys/dev/cxgb/common cxgb_ael1002.c cxgb_t3_hw.c cxgb_xgmac.c Log: SVN rev 185805 on 2008-12-09 19:36:04Z by gnn MFC of 3 separate commits. Bug fix from Chelsio which addresses the issue of the device resetting when it sees only received packets. In some cases where a device only recieves data it mistakenly thinks that its transmitting side is broken and resets the device. Fix a bug with the ael1006 PHY. The bug shows up as persistent but incomplete packet loss, of between 10-30%. The fix is to put the PHY into and take it out of local loopback mode when resetting the interface. Bug fix to support N310 version of Chelsio cards (board ID 1088). Obtained from: Chelsio Inc. Approved by: re@ Revision Changes Path 1.3.2.5 +10 -0 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.9.2.5 +6 -0 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.7.2.4 +2 -25 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.36.2.11 +6 -3 src/sys/dev/cxgb/cxgb_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812091936.mB9JaioP026174>