From owner-freebsd-arch@FreeBSD.ORG Mon Jul 7 06:53:37 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F256137B401; Mon, 7 Jul 2003 06:53:36 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AC943F3F; Mon, 7 Jul 2003 06:53:36 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h67DrWdP024745; Mon, 7 Jul 2003 07:53:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 07 Jul 2003 07:53:31 -0600 (MDT) Message-Id: <20030707.075331.37591870.imp@bsdimp.com> To: gurney_j@efn.org From: "M. Warner Losh" In-Reply-To: <20030707071617.GD44762@funkthat.com> References: <20030707071617.GD44762@funkthat.com> X-Mailer: Mew version 2.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: arch@freebsd.org Subject: Re: usb module orginization X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 13:53:37 -0000 In message: <20030707071617.GD44762@funkthat.com> John-Mark Gurney writes: : I would like to move the usb modules into a subdir like the many : other "groups" of modules already in the tree. (i2c, digi, geom, : netgraph, to name a few) : : i.e. modules/usb/ucom, modules/usb/usb, modules/usb/aue etc. : : Comments? I think that's fine. You aren't moving the files from dev/usb are you? The problem is that if people have MODULES_OVERRIDE in their kernel config file, they will need to be changed. Warner