From owner-freebsd-drivers@FreeBSD.ORG Sat Sep 19 15:57:33 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 4A7691065679; Sat, 19 Sep 2009 15:57:33 +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 0BA828FC1A; Sat, 19 Sep 2009 15:57:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n8JFsdRC046996; Sat, 19 Sep 2009 09:54:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 19 Sep 2009 09:56:24 -0600 (MDT) Message-Id: <20090919.095624.-1408366588.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <4AB49138.4090206@FreeBSD.org> References: <4AB49138.4090206@FreeBSD.org> 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:33 -0000 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... Warner