From owner-freebsd-net@FreeBSD.ORG Thu Jan 14 17:56:54 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D76106566B for ; Thu, 14 Jan 2010 17:56:54 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.221.174]) by mx1.freebsd.org (Postfix) with ESMTP id 374D18FC14 for ; Thu, 14 Jan 2010 17:56:52 +0000 (UTC) Received: by qyk4 with SMTP id 4so11857624qyk.7 for ; Thu, 14 Jan 2010 09:56:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=OxvTBBP6c5lzSFmHU5XF/RrdHFYWU/Ey9Zm0jgDoPj0=; b=p0ZlG/KXKKIurwbo6PZFrhdraCGXigpaXlJX5yHPOb0k336Nyz6kxN7yWe/jGh57oc xxWm4Ire1n19QKFt+JKpzQtH9ZgIHpEyScSIwM9KbBZnNefn95y5WKh5C0AU5qL1c9+e CkrxjA3FbtGhoB2n3u9AAf0mQsp3VWofxgx6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=hl+Qmblxws+c+t8jElS4sLhPS8YY45+SvOu8oUHNzCqOc1iL/yLMUB2dKy2knrWndq cTqPsKKbmlMs+mOqreBpOu2zHwnnnID3E9oRx1x0kTRbt1MAcvBSbkHPWAchSyG6/hdp haEOrdIWMrPBDMIU6Wk5VOVuwErzD1ZTXh2RU= Received: by 10.224.7.132 with SMTP id d4mr1049021qad.381.1263491809198; Thu, 14 Jan 2010 09:56:49 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 20sm799011qyk.1.2010.01.14.09.56.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 Jan 2010 09:56:46 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 14 Jan 2010 09:56:03 -0800 From: Pyun YongHyeon Date: Thu, 14 Jan 2010 09:56:03 -0800 To: Floris Bos Message-ID: <20100114175603.GW1228@michelle.cdnetworks.com> References: <201001140140.o0E1e5hr072464@freefall.freebsd.org> <20100114025452.GU1228@michelle.cdnetworks.com> <201001140433.19229.info@je-eigen-domein.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201001140433.19229.info@je-eigen-domein.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: kern/92090: [bge] bge: watchdog timeout -- resetting X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 17:56:54 -0000 On Thu, Jan 14, 2010 at 04:33:19AM +0100, Floris Bos wrote: > Hi, > > On Thursday 14 January 2010 03:54:52 am Pyun YongHyeon wrote: > > > == > > > bge0: mem 0xdf900000-0xdf90ffff irq 16 at device 0.0 on pci32 > > > == > > > > > > After boot, the network works for about 5 seconds, barely enough time to get an IP by DHCP, and sent a ping or 2. > > > Then network connectivity goes down, and after some time there is a "bge0: watchdog timeout -- resetting" message. > > > > > > Then network works again for 5 seconds, and goes down again. All the time, repeatedly. > > > > > > The system works fine under Ubuntu. So I assume the hardware is ok. > > > > > > > I'm not sure but it looks like you have a BCM5784 controller. What is > > the output of "devinfo -rv | grep phy"? > > == > ukphy0 pnpinfo oui=0x50ef model=0x3a rev=0x4 at phyno=1 > ukphy1 pnpinfo oui=0x50ef model=0x3a rev=0x4 at phyno=1 > == Support for the PHY was added in r202269. Please try again after applying the change. Or you can download sys/dev/mii/miidevs and sys/dev/mii/brgphy.c from HEAD and rebuild kernel. > > According to the specs in the HP manual it is supposed to be a BCM5723 ( http://www.dectrader.com/docs/set5/c01931407.pdf ) > > > Yours sincerely, > > Floris Bos