From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 20:57:21 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 C2A45106566B for ; Thu, 8 Jan 2009 20:57:21 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 875318FC12 for ; Thu, 8 Jan 2009 20:57:21 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 7A99F73098; Thu, 8 Jan 2009 22:02:21 +0100 (CET) Date: Thu, 8 Jan 2009 22:02:21 +0100 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20090108210221.GA87253@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: 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 20:57:22 -0000 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 ? cheers luigi