From owner-freebsd-current@FreeBSD.ORG Wed Sep 19 21:56:20 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8C471065670 for ; Wed, 19 Sep 2012 21:56:20 +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 3AEB28FC0A for ; Wed, 19 Sep 2012 21:56:19 +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 31B962800; Thu, 20 Sep 2012 06:56:11 +0900 (JST) From: Wanpeng Qian To: pyunyh@gmail.com Date: Thu, 20 Sep 2012 06:56:09 +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: <20120918232714.GA1668@michelle.cdnetworks.com> References: <20120917005718.GA1827@michelle.cdnetworks.com> <20120918232714.GA1668@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: Wed, 19 Sep 2012 21:56:20 -0000 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 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)? >> >