From owner-svn-src-head@FreeBSD.ORG Fri May 15 04:01:24 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF391065672; Fri, 15 May 2009 04:01:24 +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 755248FC22; Fri, 15 May 2009 04:01:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n4F3xZxL048504; Thu, 14 May 2009 21:59:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 May 2009 21:59:43 -0600 (MDT) Message-Id: <20090514.215943.846952119.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20090514224925.GB57001@server.vk2pj.dyndns.org> References: <200905030401.n4341h9W003803@svn.freebsd.org> <20090514224925.GB57001@server.vk2pj.dyndns.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: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r191762 - in head/sys: conf dev/bwi modules/bwi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 04:01:25 -0000 In message: <20090514224925.GB57001@server.vk2pj.dyndns.org> Peter Jeremy writes: : On 2009-May-03 04:01:43 +0000, Warner Losh wrote: : > Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for : > Broadcom BCM43xx chipsets. : : Thanks for this. Is there a particular reason why it is not connected : to the build via either NOTES or modules/Makefile? I haven't gotten around to it. :) There's no man page either. And maybe a couple of other things missing... Warner