From owner-freebsd-drivers@FreeBSD.ORG Sat Sep 19 15:57:36 2009 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B491106566B; Sat, 19 Sep 2009 15:57:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2DC8FC15; Sat, 19 Sep 2009 15:57:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n8JFtNLa047013; Sat, 19 Sep 2009 09:55:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 19 Sep 2009 09:57:08 -0600 (MDT) Message-Id: <20090919.095708.2009459858.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090919.095624.-1408366588.imp@bsdimp.com> References: <4AB49138.4090206@FreeBSD.org> <20090919.095624.-1408366588.imp@bsdimp.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: h8msft@gmail.com, freebsd-drivers@freebsd.org Subject: Re: BCM5709S ethernet adapter driver. X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 15:57:36 -0000 In message: <20090919.095624.-1408366588.imp@bsdimp.com> M. Warner Losh writes: : In message: <4AB49138.4090206@FreeBSD.org> : John Baldwin writes: : : Bob McClure wrote: : : > Greetings Driver Experts. : : > : : > I am trying to find out if anyone is working on adding driver support for : : > a Broadcom BCM5709S Ethernet adapter on FreeBSD. : : > : : > : : > I will have the opportunity to migrate some of my servers to IBM LS42 Blade : : > servers. I am told this is the only : : > : : > adapter available, so selecting another interface at least at this point is : : > not an option. : : > : : > : : > Any input will be greatly appreciated. : : : : A patch was recently posted to the lists from the forums I believe and : : marius@ was going to review it when he gets some time. I believe the : : patch was reported as working for both 7 and 8. I think it was posted : : to hackers@ IIRC. : : Yes. Sam and I have reviewed the patches as well, and there's : problems with them. While they appear to work, they are frobbing bits : that shouldn't need to be frobbed relating to receiving beacons : (effectively putting the card into promiscuous mode, iirc), which will : have a performance problem. This is why I've not just pushed the : patches into the tree... Ooops, wrong thread about a BCM part. Ignore what I just said. It applies to a wireless part. Warner