From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 12:10:12 2009 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 21E08106566C for ; Tue, 21 Jul 2009 12:10:12 +0000 (UTC) (envelope-from oyvind@rakvag.net) Received: from mail.rakvag.net (rakvag.net [193.75.76.66]) by mx1.freebsd.org (Postfix) with ESMTP id D49F78FC0A for ; Tue, 21 Jul 2009 12:10:11 +0000 (UTC) (envelope-from oyvind@rakvag.net) Received: from serenity.mrfylke.no (unknown [62.92.31.1]) by mail.rakvag.net (Postfix) with ESMTPA id A12AE1760C8 for ; Tue, 21 Jul 2009 13:50:21 +0200 (CEST) Message-ID: <4A65AB7C.9020804@rakvag.net> Date: Tue, 21 Jul 2009 13:50:20 +0200 From: =?ISO-8859-1?Q?=D8yvind_Rakv=E5g?= User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: 8.0-beta freeze when bringing up bge0 on certain HP Proliant servers 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: Tue, 21 Jul 2009 12:10:12 -0000 Hi Setting bge0 to UP causes a freeze on these HP Proliant models: DL380 G4 DL360 G4p I suspect DL380 G4p and DL360 G4 are affected as well, since they're essentially the same, but I can't confirm that. These servers have onboard dual Broadcom NetXtreme Dual Gigabit Adapters (BCM5704), but the problem only occurs on bge0, not bge1. I found no difference between having a cable plugged in or not. I have tested beta1, beta2 and -current as of today. From pciconf -lv bge0@pci0:3:1:0: class=0x020000 card=0x00d00e11 chip=0x164814e4 rev=0x10 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Dual Gigabit Adapter (BCM5704)' class = network subclass = ethernet bge1@pci0:3:1:1: class=0x020000 card=0x00d00e11 chip=0x164814e4 rev=0x10 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Dual Gigabit Adapter (BCM5704)' class = network subclass = ethernet From ifconfig (interesting that media on bge0 doesn't say "(none)" as it usually does.) bge0: flags=8802 metric 0 mtu 1500 options=9b ether 00:16:35:04:5b:65 media: Ethernet autoselect status: no carrier bge1: flags=8843 metric 0 mtu 1500 options=9b ether 00:16:35:04:5b:64 inet 10.247.18.15 netmask 0xffffff00 broadcast 10.247.18.255 media: Ethernet autoselect (1000baseT ) status: active From dmesg bge0: mem 0xfdef0000-0xfdefffff irq 25 at device 1.0 on pci3 miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:16:35:04:5b:65 bge0: [ITHREAD] bge1: mem 0xfdee0000-0xfdeeffff irq 26 at device 1.1 on pci3 miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge1: Ethernet address: 00:16:35:04:5b:64 bge1: [ITHREAD] I hope someone can look into the problem. I can dedicate this box for testing for a while. -- / Øyvind Rakvåg