From owner-freebsd-questions@FreeBSD.ORG Sat Jan 13 20:18:07 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EEC616A403 for ; Sat, 13 Jan 2007 20:18:07 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.249]) by mx1.freebsd.org (Postfix) with ESMTP id 098F713C448 for ; Sat, 13 Jan 2007 20:18:07 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-69-140-8.dsl.rcsntx.swbell.net [65.69.140.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 4CDE3114314 for ; Sat, 13 Jan 2007 14:12:29 -0600 (CST) Date: Sat, 13 Jan 2007 13:50:42 -0600 From: Paul Schmehl To: questions@freebsd.org Message-ID: In-Reply-To: <20070113082709.G57194@prime.gushi.org> References: <20070112200126.Q43183@prime.gushi.org> <017101c736e6$a5173cd0$3c01a8c0@coolf89ea26645> <20070113082709.G57194@prime.gushi.org> X-Mailer: Mulberry/4.0.7b1 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========48BE5808BBAE640B9790==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Broadcom Nics in Tyan Transport GT24 (B3992) 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: Sat, 13 Jan 2007 20:18:07 -0000 --==========48BE5808BBAE640B9790========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On January 13, 2007 8:34:50 AM -0500 "Dan Mahoney, System Admin"=20 wrote: > On Fri, 12 Jan 2007, Ted Mittelstaedt wrote: > >> Use the latest Broadcom driver from FreeBSD CVS. The one included in >> 6.1 release is buggy. > > Which driver is that? My 6.1 install won't see them at all: > > pci4: on pcib4 > pci4: at device 4.0 (no driver attached) > pci4: at device 4.1 (no driver attached) > > Also, I'm running 6.1-RELEASE, will the cvs drivers from CURRENT work? > They're working for me. grep bce /var/run/dmesg.boot bce0: mem=20 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus0: on bce0 bce0: Ethernet address: 00:13:72:fb:2a:ad bce1: mem=20 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus1: on bce1 bce1: Ethernet address: 00:13:72:fb:2a:ab You have to get the if_bce.c source that has this in it: /**************************************************************************= **/ /* BCE Driver Version=20 */ /**************************************************************************= **/ char bce_driver_version[] =3D "v0.9.6"; and then recompile your kernel. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========48BE5808BBAE640B9790==========--