From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 22:59:07 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5618C1065674 for ; Thu, 8 Jan 2009 22:59:07 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 307128FC1C for ; Thu, 8 Jan 2009 22:59:07 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n08Mx6Hq073767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jan 2009 14:59:06 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <4966853A.70605@freebsd.org> Date: Thu, 08 Jan 2009 14:59:06 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Luigi Rizzo References: <20090108210221.GA87253@onelab2.iet.unipi.it> In-Reply-To: <20090108210221.GA87253@onelab2.iet.unipi.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: current@freebsd.org Subject: Re: reduce directories in sys/modules ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 22:59:07 -0000 Luigi Rizzo wrote: > Is there a way to reduce the number of directories in sys/modules ? > > There seems to be one directory per module, even though many of > those are related and the source resides in one place > (e.g. sys/modules/iwifw/ has three children but the source > is in sys/contrib/dev/iwi ; and the same goes for many other > entries e.g. > sys/modules/digi* <-> /sys/dev/digi, > sys/modules/drm <-> sys/dev/drm > sys/modules/ata > > and many more. > Ideas ? > Perhaps you should start by saying why you want to change this? Sam