From owner-freebsd-net@FreeBSD.ORG Sat Feb 23 03:54:20 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B2FF35AC for ; Sat, 23 Feb 2013 03:54:20 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.208.146]) by mx1.freebsd.org (Postfix) with ESMTP id 7EA5EA0F for ; Sat, 23 Feb 2013 03:54:20 +0000 (UTC) Received: from maia.hub.org (unknown [200.46.151.189]) by hub.org (Postfix) with ESMTP id 9DF9A1D658A5 for ; Fri, 22 Feb 2013 23:54:12 -0400 (AST) Received: from hub.org ([200.46.208.146]) by maia.hub.org (mx1.hub.org [200.46.151.189]) (amavisd-maia, port 10024) with ESMTP id 54068-03 for ; Sat, 23 Feb 2013 03:54:11 +0000 (UTC) Received: from [192.168.0.52] (S01067cb21b2ff4ca.gv.shawcable.net [24.108.26.71]) by hub.org (Postfix) with ESMTPA id BC9EE1D658A4 for ; Fri, 22 Feb 2013 23:54:10 -0400 (AST) From: Marc Fournier Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: FreeBSD 9.1-RELEASE + bge0 == watchdog timeout Date: Fri, 22 Feb 2013 19:54:07 -0800 References: To: freebsd-net@freebsd.org Message-Id: Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) 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: Sat, 23 Feb 2013 03:54:20 -0000 We just picked up 5 new HP DL 360p Gen8 E5-2630 2P servers =85 just = installed 9.1-RELEASE, and it looks like all of the hardware is detected = properly, and being configured =85=20 After reboot, I start getting the 'watchdog timeout - resetting' message = on bge0 =85 I've searched the web, and found the references to setting: hw.bge.allow_asf=3D"0" hw.pci.enable_msi=3D"0" but after reboot with those set in /boot/loader.conf (and confirmed via = sysctl -a after login), its still doing it =85 Looking at sysctl -a, even though: hw.pci.enable_msi=3D"0" is set, I do see: dev.bge.0.msi=3D1 dev.bge.1.msi=3D1 dev.bge.2.msi=3D1 dev.bge.3.msi=3D1 still all set to 1 =85 is that right? Don't know if this is useful, but, again, according to sysctl -a: dev.bge.0.%desc: Broadcom unknown BCM5719, ASIC rev. 0x5719001 =3D=3D=3D If I do an 'ifconfig bge0', it does show the interface as being active, = but I can't ping out on it =85 I even found someone's reference to doing a 'ifconfig bge0 -tso = -vlanhwtso' and tried that =85 no go =85 Something else I can look at? Thx