From owner-freebsd-current@FreeBSD.ORG Fri Sep 21 11:34:41 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 87F35106566B for ; Fri, 21 Sep 2012 11:34:41 +0000 (UTC) (envelope-from spf72sa9@rhythm.ocn.ne.jp) Received: from smtp.rhythm.ocn.ne.jp (rhythm.ocn.ne.jp [122.28.30.178]) by mx1.freebsd.org (Postfix) with ESMTP id 099EB8FC17 for ; Fri, 21 Sep 2012 11:34:40 +0000 (UTC) Received: from rhythm.ocn.ne.jp (p5061-ipngn100509fukuokachu.fukuoka.ocn.ne.jp [153.130.238.61]) by smtp.rhythm.ocn.ne.jp (Postfix) with SMTP id 4540E282B; Fri, 21 Sep 2012 20:34:32 +0900 (JST) From: Wanpeng Qian To: pyunyh@gmail.com Date: Fri, 21 Sep 2012 20:34:29 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: HidemaruMail 5.70 (WinNT,601) In-Reply-To: <20120921165631.GA3184@michelle.cdnetworks.com> References: <20120918232714.GA1668@michelle.cdnetworks.com> <20120921165631.GA3184@michelle.cdnetworks.com> Message-Id: 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 11:34:41 -0000 >On Thu, Sep 20, 2012 at 06:56:09AM +0900, Wanpeng Qian wrote: >> Hi, >> >> >On Mon, Sep 17, 2012 at 09:37:21PM +0900, Wanpeng Qian wrote: >> >> Hi, here is the dmesg output. >> >> >> >> bge0: mem >> >> 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci4 >> >> bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E >> >> miibus0: on bge0 >> >> brgphy0: PHY 1 on miibus0 >> >> brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, >> >> 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow >> >> >> > >> >It seems your controller is BCM5784 A1. The latest WIP have one >> >change that may affect its DMA behavior. So it would be good to >> >know how the WIP version works on your box. >> >> I update my system to 9-STABLE and using your WIP files. >> after I reboot the whole system. I cannot find bge anymore. >> >> here is the pciconf -lv output. >> >> none1@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 > >Hmm, the WIP version didn't remove the chip id so bge(4) may have >failed to attach. >Could you check any message printed by bge(4) in dmesg output? There is neither message related to bge in the dmesg output. nor ifconfig -a output. anything else I can try ? > >> >> Regards. >> >> Qian >> >> > >> >> FreeBSD 9.0 RELEASE. >> >> >> >> Regards. >> >> >> >> Qian >> >> >> >> > >> >> >watchdog timeouts can be triggered by various issues so it's hard >> >> >to guess the root cause of the issue. >> >> >Would you show me the dmesg output(bge(4)/brgphy(4) output >> >> >only)? >> >> >