How to disable all GEOM tasting?

Luca Ferrari fluca1978 at infinito.it
Thu Aug 1 07:31:23 UTC 2013


On Wed, Jul 31, 2013 at 12:19 AM, Rotate 13 <rabgvzr at gmail.com> wrote:

> Any pointer to look in sources for where triggers the tasting?  I
> understand each GEOM has the taste code of its own...  but something
> must start it all when device is inserted.
>


As far as I know every time a geom class is loaded (g_load_class) a
taste is performed "posting" a geom event of type taste, so I would
look for "g_post_event(g_load_class" in the geom source tree.
However, I don't get the whole point in disabling tasting: it is
required for proper system functioning. Once a device is tasted all
the classes will be "setup".

Luca


More information about the freebsd-geom mailing list