From owner-freebsd-drivers@FreeBSD.ORG Thu Jun 18 18:34:04 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 416B31065675 for ; Thu, 18 Jun 2009 18:34:04 +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 C5F6E8FC20 for ; Thu, 18 Jun 2009 18:34:03 +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 n5IIXj30030054; Thu, 18 Jun 2009 20:33:45 +0200 Message-ID: From: "Eric" To: "David Christensen" , References: <5E42C46B1EB84E55963EC55EF515B4A0@PCdeEricDHEM><5D267A3F22FD854F8F48B3D2B523819339EBCC774C@IRVEXCHCCR01.corp.ad.broadcom.com> In-Reply-To: Date: Thu, 18 Jun 2009 20:33:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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.173, requis 10, AWL 0.03, BAYES_50 0.00, RCVD_IN_SORBS_DUL 2.05, SYNTEN_SPAMB_UNSUBSRIBECN 0.10) 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: Thu, 18 Jun 2009 18:34:06 -0000 Thanks a lot it's the solution. ;=) Here is procedure : Make a bootable crdom with this image : http://www.broadcom.com/support/ethernet_nic/driver-sla.php?driver=NX2-diag Boot with this cdrom At boot prompt : click enter to continue Then : select 1 Install to hardisk using Freedos Setup (d'ont worry it do nothing until you make good choice to second next step) Then : Press enter to select English Then : VERY IMPORTANT : Run freedos from cdrom Then disable the managment firmware on both cards : >cd nx2 >uxdiag -c 1 -mfw 0 >uxdiag -c 2 -mfw 0 If you have Idrac, at first reboot you lost it but then reboot and do a cancel servicices and at next reboot it will be back there. Then Enjoy. ;=) Eric. N.B : - If you want in future enable back managment firmware do same thing but at the end with : >uxdiag -c 1 -mfw 1 - I try to disable managment in only one card but it doesn't work. Need to disable it in 2 cards. - Thanks to DELL that made new server ( R710) wich take near than 6 minutes to boot !!!! It take me near 4 hours to do those manipulation !!!! ----- Original Message ----- From: "Eric" To: "David Christensen" ; Sent: Tuesday, June 16, 2009 12:09 PM Subject: Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell > 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 > > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" >