From owner-freebsd-drivers@FreeBSD.ORG Tue Jun 16 10:09:12 2009 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEC4C106564A for ; Tue, 16 Jun 2009 10:09:12 +0000 (UTC) (envelope-from ericd@free.fr) Received: from meteor.synten.com (ns4.synten.com [193.47.141.42]) by mx1.freebsd.org (Postfix) with ESMTP id 547028FC0C for ; Tue, 16 Jun 2009 10:09:11 +0000 (UTC) (envelope-from ericd@free.fr) Received: from PCdeEricDHEM (LRouen-151-73-20-55.w80-13.abo.wanadoo.fr [80.13.51.55]) by meteor.synten.com (8.13.2/8.13.2) with SMTP id n5GA95qw026492; Tue, 16 Jun 2009 12:09:06 +0200 Message-ID: From: "Eric" To: "David Christensen" , References: <5E42C46B1EB84E55963EC55EF515B4A0@PCdeEricDHEM> <5D267A3F22FD854F8F48B3D2B523819339EBCC774C@IRVEXCHCCR01.corp.ad.broadcom.com> In-Reply-To: <5D267A3F22FD854F8F48B3D2B523819339EBCC774C@IRVEXCHCCR01.corp.ad.broadcom.com> Date: Tue, 16 Jun 2009 12:09:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18005 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18005 X-SYNTEN-MailScanner-Information: Please contact the ISP for more information X-SYNTEN-MailScanner: Found to be clean X-SYNTEN-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (not cached, score=2.16, requis 10, AWL 0.11, BAYES_50 0.00, RCVD_IN_SORBS_DUL 2.05) X-SYNTEN-MailScanner-SpamScore: ss X-SYNTEN-MailScanner-From: ericd@free.fr X-Spam-Status: No Cc: Subject: Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 10:09:13 -0000 Thanks David. If it may help other : a bootable iso image of cdrom with tools is available here : http://www.broadcom.com/support/ethernet_nic/driver-sla.php?driver=NX2-diag Having someone going to datacenter tomorrow and then let you know result. ;=) Have a nice day. Eric. ----- Original Message ----- From: "David Christensen" To: "Eric" ; Sent: Tuesday, June 16, 2009 3:47 AM Subject: RE: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell > Does any one find solution to this problem as we have same, > try a proposed patch but still have problem and don't find > anywhere the solution? I've worked with a few people off list and it seems there is an issue with the way the management firmware loaded on the 5709C enables packet reception before the FreeBSD driver has an opportunity to load. I haven't been able to find a driver only workaround that works with the "production" firmware on the Dell systems. (I don't have any reason to believe this issue is limited to just the Dell systems but I simply haven't been able to test I on other systems yet.) The only reliable workaround at present is to disable the management firmware on the 5709C. You should have a DOS based "uxdiag.exe" utility on the driver disks you recevied from Dell. If you run the commands "C:\>uxdiag.exe -c 1 -mfw 0" "C:\>uxdiag.exe -c 1 -mfw 0" You will disable the management firmware on both devices. I have tested an unreleased version of firmware which does seem reliably resolve the problem but we could be a month on more away from releasing it. Dave