From owner-freebsd-questions@FreeBSD.ORG Tue Dec 29 22:55:49 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 19C851065697 for ; Tue, 29 Dec 2009 22:55:49 +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 6C2E48FC2D for ; Tue, 29 Dec 2009 22:55:48 +0000 (UTC) Received: (qmail 19719 invoked by uid 1011); 29 Dec 2009 23:29:00 +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.029511 secs); 29 Dec 2009 22:29:00 -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.029511 secs Process 19712) 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; 29 Dec 2009 23:29:00 +0100 Message-ID: <4B3A82B0.7010409@bert-jan.com> Date: Tue, 29 Dec 2009 23:29:04 +0100 From: Bert-Jan User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Tue, 29 Dec 2009 22:55:49 -0000 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.