From owner-freebsd-net@FreeBSD.ORG Tue Feb 26 18:05:54 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62B5E8BC for ; Tue, 26 Feb 2013 18:05:54 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2001:470:1f09:14c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 11D9214DF for ; Tue, 26 Feb 2013 18:05:53 +0000 (UTC) Received: from [192.168.248.32] ([192.168.248.32]) by elf.hq.norma.perm.ru (8.14.5/8.14.5) with ESMTP id r1QI5mEu048028 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 27 Feb 2013 00:05:48 +0600 (YEKT) (envelope-from emz@norma.perm.ru) Message-ID: <512CF97B.8030805@norma.perm.ru> Date: Wed, 27 Feb 2013 00:05:47 +0600 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: FreeBSD 9.1-RELEASE + bge0 == watchdog timeout References: <201302241106.42477.vegeta@tuxpowered.net> <20130225082042.GB1426@michelle.cdnetworks.com> In-Reply-To: <20130225082042.GB1426@michelle.cdnetworks.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [192.168.3.10]); Wed, 27 Feb 2013 00:05:48 +0600 (YEKT) X-Spam-Status: No hits=-101.0 bayes=0.5 testhits ALL_TRUSTED=-1, USER_IN_WHITELIST=-100 autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 18:05:54 -0000 Hi. On 25.02.2013 14:20, YongHyeon PYUN wrote: > On Sun, Feb 24, 2013 at 11:06:42AM +0100, Kajetan Staszkiewicz wrote: >> Dnia sobota, 23 lutego 2013 o 04:54:07 Marc Fournier napisał(a): >>> We just picked up 5 new HP DL 360p Gen8 E5-2630 2P servers … just installed >>> 9.1-RELEASE, and it looks like all of the hardware is detected properly, >>> and being configured … >>> >>> After reboot, I start getting the 'watchdog timeout - resetting' message on >>> bge0 … I've searched the web, and found the references to setting: >> Have a look at the following patch: >> >> http://svnweb.freebsd.org/base?view=revision&revision=243546 >> >> When I encountered the same error on Dell machines, using bge driver from HEAD >> helped me, although it seems that the aforementioned patch should be enough. > That change is just one of changes required to make > BCM5718/5718/5719/5720 work. You need entire bge(4)/brgphy(4) > changes to get working bge(4) driver on your machines. > Just to clear some things: this (or earlier changes) doesn't affect and doesn't enable IPMI sol and stuff on a BCM5722 ? Thanks. Eugene.