From owner-freebsd-net@FreeBSD.ORG Fri Mar 2 22:55:41 2007 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E581E16A400; Fri, 2 Mar 2007 22:55:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 9C50D13C442; Fri, 2 Mar 2007 22:55:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l22Mtehf064319; Fri, 2 Mar 2007 17:55:40 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-net@FreeBSD.org Date: Fri, 2 Mar 2007 17:55:35 -0500 User-Agent: KMail/1.6.2 References: <20070302084747.GA80114@libero.sunshine.ale> In-Reply-To: <20070302084747.GA80114@libero.sunshine.ale> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200703021755.36600.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2702/Fri Mar 2 10:04:51 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alessandro de Manzano , freebsd-amd64@FreeBSD.org Subject: Re: two problems with broadcom NICs X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 22:55:42 -0000 On Friday 02 March 2007 03:47 am, Alessandro de Manzano wrote: > Hello, > > I've got a bunch of new Dell PowerEdge SC440 machines, but I've > some problems running FreeBSD on them. > > OS: FreeBSD 6.2-RELEASE (but also -stable of yesterday), SMP (but > tried also GENERIC monoprocessor), both i386 and amd64, always same > results. > > Situation: Two Broadcom NICs, one on the motherboard and one on > PCI-express bus, here is a snippet of pciconf -lv (as you can see I > had to add a 3COM PCI card in order to have connectivity) > > > bge0@pci3:0:0: class=0x020000 card=0x165914e4 chip=0x165914e4 > rev=0x21 hdr=0x00 vendor = 'Broadcom Corporation' > device = 'BCM5750A1 NetXtreme Gigabit Ethernet PCI Express' > class = network > subclass = ethernet I am not sure about this controller (BTW, you had to include dmesg output) but you may want to try -CURRENT. > none1@pci4:0:0: class=0x020000 card=0x01df1028 chip=0x167a14e4 > rev=0x02 hdr=0x00 vendor = 'Broadcom Corporation' > class = network > subclass = ethernet This controller is not supported in 6.2-RELEASE. It should be supported in -CURRENT. Jung-uk Kim