From owner-freebsd-net@FreeBSD.ORG Wed Jul 25 20:21:06 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E15E106566B for ; Wed, 25 Jul 2012 20:21:06 +0000 (UTC) (envelope-from nitroboost@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 58E258FC08 for ; Wed, 25 Jul 2012 20:21:06 +0000 (UTC) Received: by yhfs35 with SMTP id s35so1397072yhf.13 for ; Wed, 25 Jul 2012 13:21:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ckM9bQtrl7ZeaBVmVzS7jpjHIPL5NNBSQ1RbnAtsL7o=; b=zohK55hTeuh5i3Cd44J8AUOCW0qFxdm5ZVoITohZNcDg6LbP7NEKUbQS1vljQFhm9C c4m5oYpRGXzQujafxcpSCazME6noMBcbEVDs2d/H6FDGw5Gnkn7oPbnWtsAHdX+O5eel 4ucP0SKS6KhOQFQA46a/c6KQn1sQDB11XM3B7NQ4u0dhzbTWOgsq2hi+suF1NRkB4CiK HmKdG4OzYsQ2mT1DeJtAtgnrTBR4RPDAwM9nmGaUFwCHyNoQNZKc6SUhCloCm6oHAsjF zHBkpQFAF9l2ECkjviNPW/iEivMNVLp8b1uxhEZyhkge2u5RrZR5pKSYH+ipl15LFL+w lqmA== MIME-Version: 1.0 Received: by 10.50.203.41 with SMTP id kn9mr48091igc.72.1343247665602; Wed, 25 Jul 2012 13:21:05 -0700 (PDT) Received: by 10.231.31.140 with HTTP; Wed, 25 Jul 2012 13:21:05 -0700 (PDT) In-Reply-To: <4FFFBA0D.7080505@norma.perm.ru> References: <4FFFBA0D.7080505@norma.perm.ru> Date: Wed, 25 Jul 2012 13:21:05 -0700 Message-ID: From: Jason Wolfe To: "Eugene M. Zheganin" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: Broadcom NetXtreme BCM5719 support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 20:21:06 -0000 On Thu, Jul 12, 2012 at 11:02 PM, Eugene M. Zheganin wrote: > Hi. > > > On 13.07.2012 04:39, Jason Wolfe wrote: >> >> bge0: mem >> 0xf6bf0000-0xf6bfffff,0xf6be0000-0xf6beffff,0xf6bd0000-0xf6bdffff irq >> 32 at device 0.0 on pci3 >> bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E >> miibus0: on bge0 >> bge0: Ethernet Address: xx:xx:xx:xx:xx:xx >> ... >> bge0: watchdog timeout -- resetting >> bge0: link state changed to UP >> bge0: link state changed to DOWN >> bge0: link state changed to UP >> bge0: link state changed to DOWN >> bge0: link state changed to UP >> bge0: link state changed to DOWN >> ... >> >> >> bge0@pci:0:3:0:0: class=0x020000 card=0x169d103c chip=0x165714e4 >> rev=0x01 hdr=0x00 >> vendor = 'Broadcom Corporation' >> device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe' >> class = network >> subclass = ethernet >> >> Anything in the pipe on this one, or any access I can provide that >> might assist us? >> > I got a BMC5722 chip (and IBM x3250 mX systems), but same stuff with > timeout/resets. I can say 8.1/8.2 were more stable concerning bge(4). > You could try to switch off tso and vlanhwtso, at least it did the trick for > me (did it ? not sure though. I was having problems one a month on 8.1/8.2, > after upgrading to 8.3-STABLE I start having problems with it every day, > literally, after ifconfig bge0 -tso -vlanhwtso it's running for 5 day now.) > > Eugene. Yeah, I had no luck even with all options disabled. The NIC constantly bounces, and ifconfig never reports anything but "status: no carrier". No love on the driver side for this NetXtreme BCM5719 Gigabit Ethernet PCIe card? Jason