From owner-svn-src-head@FreeBSD.ORG Fri May 15 18:00:07 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 3192D1065676; Fri, 15 May 2009 18:00:07 +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 E57CC8FC24; Fri, 15 May 2009 18:00:06 +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 n4FHv8xs068738; Fri, 15 May 2009 11:57:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 15 May 2009 11:57:18 -0600 (MDT) Message-Id: <20090515.115718.259815739.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200905151309.38633.jhb@freebsd.org> References: <200905151638.n4FGcgwT028650@svn.freebsd.org> <200905151309.38633.jhb@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: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192146 - head/sys/dev/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 18:00:08 -0000 In message: <200905151309.38633.jhb@freebsd.org> John Baldwin writes: : On Friday 15 May 2009 12:38:42 pm Warner Losh wrote: : > Author: imp : > Date: Fri May 15 16:38:42 2009 : > New Revision: 192146 : > URL: http://svn.freebsd.org/changeset/base/192146 : > : > Log: : > Cleanup module declarations: : > Use "bwi" consistently : > No need to have separate cardbus attachment : > No need to declare a module version : : This breaks having 'ifconfig bwi0' autoload if_bwi.ko. It assumes that all : network interface modules start with 'if_'. As discussed in IRC, this doesn't break it since we look for a module that's named foo/XXXX or if_foo/XXX. Warner