Re: [GIT PATCH] Remove devfs from 2.6.17

From: Daniel Barkalow
Date: Mon Jun 19 2006 - 18:10:57 EST


On Mon, 19 Jun 2006, Alexander E. Patrakov wrote:

> Will Dyson wrote:
> > Providing the information about what devices a virtual driver will
> > register when loaded seems like a good idea.
>
> Why? This information is currently useless. What you want is that something
> knows that you want this driver to be loaded.

The point is that you *don't* want those modules to be loaded. What you
want is for the kernel to know that those modules are available, and
therefore mention that drivers could be found for those devices, and
therefore udev would create the device nodes for them, even though the
kernel doesn't contain a module that drives them yet.

If something actually opens the device node, the module will be loaded,
but until then it isn't using up resources.

-Daniel
*This .sig left intentionally blank*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/