Date: Mon, 7 Jul 2003 12:09:44 -0700 From: John-Mark Gurney <gurney_j@efn.org> To: Bruce Evans <bde@zeta.org.au> Cc: arch@freebsd.org Subject: Re: usb module orginization Message-ID: <20030707190944.GE44762@funkthat.com> In-Reply-To: <20030707202047.M7292@gamplex.bde.org> References: <20030707071617.GD44762@funkthat.com> <20030707202047.M7292@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote this message on Mon, Jul 07, 2003 at 20:24 +1000: > On Mon, 7 Jul 2003, John-Mark Gurney wrote: > > > 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. > > This would be bug-for-bug compatible with the i2c, digi, geom, > netgraph groups of modules to name a few. Don't forget to put > the installed modules in subdirs so that they are hard to find too. There is one thing that I don't like about modules in a subdir is that you can't select them well. But, not having them in a sub dir means you don't know what modules belong to usb w/o using a find . -name Makefile | xargs grep usb (or something else). Even then do you put something like uaudio under sound or usb? :) (currently it's under sound) Do you want me to bug compatible by adding a prefix for it? (like snd_ or geom_, but not i2c.) -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030707190944.GE44762>