From owner-freebsd-current@FreeBSD.ORG Fri Sep 14 09:17:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37F8E1065670 for ; Fri, 14 Sep 2012 09:17:38 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 057338FC14 for ; Fri, 14 Sep 2012 09:17:37 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so5799499pbb.13 for ; Fri, 14 Sep 2012 02:17:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ZTlepoccUps6XrnVvFFiQQG0jPcnWya8hASXP8JQmsA=; b=lw7b6XhvaDwji8DotXYqTWlOWDhR6p1xo3/FgcNVLSaUiiThGCypwJX13518S2KwNd USdFQhj+/paTcWsdp41FNbDmcFUNsstPAT4h7ryKajFh2DayoS9LWogTBsmwZCEBgjhJ jjjlRl4s2orw/2WFMAfVJlqTeEpxIHoMruEcN6SbULGAlvsg1wOm3KuJQktvhu+HpWD5 LMLXIODOWHQDpdiphjgvnNF20gmUJ0rzcZTzczK+74+RsPS48eUr+byj7YIr8PxipbCb 8zXu4yAuXAIoB8fADMbTOYqUGguWkc77Y3LvHB4yhI2vYISaXW1hZAO9WQBx7AKe71fv jHAg== Received: by 10.66.89.37 with SMTP id bl5mr3535438pab.55.1347614257274; Fri, 14 Sep 2012 02:17:37 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id ho7sm698422pbc.3.2012.09.14.02.17.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 02:17:36 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 14 Sep 2012 18:17:27 -0700 From: YongHyeon PYUN Date: Fri, 14 Sep 2012 18:17:27 -0700 To: Wanpeng Qian Message-ID: <20120915011727.GD7612@michelle.cdnetworks.com> References: <20120914212716.GB7612@michelle.cdnetworks.com> <20120915001532.GC7612@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@FreeBSD.org Subject: Re: Call for bge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 09:17:38 -0000 On Fri, Sep 14, 2012 at 05:38:36PM +0900, Wanpeng Qian wrote: > Hi, Here is the output. > > the machine is HP Microserver N36L. onboard lan. > > bge0@pci0:4:0:0: class=0x020000 card=0x705d103c chip=0x165b14e4 > rev=0x10 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'NetXtreme BCM5723 Gigabit Ethernet PCIe' > class = network > subclass = ethernet > bar [10] = type Memory, range 64, base 0xfe9f0000, size 65536, > enabled > cap 01[48] = powerspec 3 supports D0 D3 current D0 > cap 03[40] = VPD > cap 09[60] = vendor (length 108) > cap 05[50] = MSI supports 1 message, 64 bit enabled with 1 message > cap 10[cc] = PCI-Express 2 endpoint max data 128(256) link x1(x1) > ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected > ecap 0002[13c] = VC 1 max VC0 > ecap 0003[160] = Serial 1 d8d385fffeaf9f38 > ecap 0004[16c] = unknown 1 It seems BCM5723 support code was not added by me so I don't know how well it works in previous FreeBSD releases. Did bge(4) ever work with your controller? > > Regards. > > Qian > > >On Fri, Sep 14, 2012 at 03:19:52PM +0900, Wanpeng Qian wrote: > >> Hi, I encounter a watchdog timeout issue on NetXtreme BCM5723 Gigabit > >> Ethernet PCIe, dose this patch solve this issue? > > > >I'm not aware of BCM5723. Could you show me the output of "pciconf -lcbv"? > > > >> > >> If so, I can test it. > >> > >> Regards. > >> > >> Qian > >> > >> >All, > >> > > >> >There were lots of reports that stock bge(4) does not work on Dell > >> >Rx20/HP DL 360 G8. With the help of Broadcom and BCM5719/BCM5720 > >> >users I managed to address the issue but I had to touch very > >> >sensitive part of driver. Before committing the change to tree I'd > >> >like to know whether this change introduces regressions on old > >> >bge(4) controllers. If you're bge(4) user, please try latest WIP > >> >version at the following URL and let me know how it goes on your > >> >box. I'm especially interested in whether there is any ASF/IPMI > >> >regression on BCM570x/571x. > >> > > >> >http://people.freebsd.org/~yongari/bge/if_bge.c > >> >http://people.freebsd.org/~yongari/bge/if_bgereg.h > >> >http://people.freebsd.org/~yongari/bge/brgphy.c > >> > > >> > > >> >1. Copy both if_bge.c/if_bgereg.h to /usr/src/sys/dev/bge directory > >> >2. Copy brgphy.c /usr/src/sys/dev/mii > >> >3. Rebuild kernel and reboot to take the change effect. > >> > > >> >You can also use the files above for for 9.1/stable/9. For stable/8 > >> >it needs slight modification and I couldn't find time to regenerate > >> >the patch. > >> > > >> >Thanks.