From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 10:25:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 230B01065670 for ; Wed, 30 Dec 2009 10:25:33 +0000 (UTC) (envelope-from info@bert-jan.com) Received: from aeryn.bugbyte.nl (aeryn.bugbyte.nl [81.23.226.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7988FC18 for ; Wed, 30 Dec 2009 10:25:32 +0000 (UTC) Received: (qmail 10092 invoked by uid 1011); 30 Dec 2009 11:25:28 +0100 Received: from 213.10.95.32 by aeryn.bugbyte.nl (envelope-from , uid 1002) with qmail-scanner-1.25-st-qms (clamdscan: 0.95.2/10103. perlscan: 1.25-st-qms. Clear:RC:0(213.10.95.32):. Processed in 0.032629 secs); 30 Dec 2009 10:25:28 -0000 X-Antivirus-bugbyte.nl-Mail-From: info@bert-jan.com via aeryn.bugbyte.nl X-Antivirus-bugbyte.nl: 1.25-st-qms (Clear:RC:0(213.10.95.32):. Processed in 0.032629 secs Process 10086) Received: from ipd50a5f20.speed.planet.nl (HELO ?192.168.2.5?) (postmaster@bert-jan.com@213.10.95.32) by aeryn.bugbyte.nl with SMTP; 30 Dec 2009 11:25:28 +0100 Message-ID: <4B3B2A98.6080002@bert-jan.com> Date: Wed, 30 Dec 2009 11:25:28 +0100 From: Bert-Jan User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B3A82B0.7010409@bert-jan.com> In-Reply-To: <4B3A82B0.7010409@bert-jan.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: HP NC373i unsupported..? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 10:25:33 -0000 Replying to my own question.. I found the B0 version of this adapter is intentionally disabled in the driver. I've commented out the case that catches the 5708_B0 and I'm recompiling the kernel. As this server has run for years without problems I'm hoping the nic will work just fine. Maybe it's disabled because someone else had problems with it that I'm about to run into.. Will keep you posted... Bert-Jan wrote: > Hi folks, > > I just got a HP Proliant DL380 G5 and I've installed FreeBSD 8.0 on it. > The nic won't come up however. > > dmesg shows: > > bce0: mem > 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci3 > bce0: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller > revision (B0)! > device_attach: bce0 attach returned 19 > > bce1: mem > 0xfa000000-0xfbffffff irq 17 at device 0.0 on pci5 > bce1: /usr/src/sys/dev/bce/if_bce.c(836): Unsupported controller > revision (B0)! > device_attach: bce0 attach returned 19 > > pciconf -lv: > > bce0@pci0:3:0:0: class=0x020000 card=0x7038103c chip=0x164c14e4 > rev=0x10 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter > (BCM5708)' > class = network > subclass = ethernet > > bce1@pci0:5:0:0: class=0x020000 card=0x7038103c chip=0x164c14e4 > rev=0x10 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'Broadcom NetXtreme II Gigabit Ethernet Adapter > (BCM5708)' > class = network > subclass = ethernet > > > Is there a way to fix this ? > > Thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"