On Wed, 8/19/15, Konstantin Belousov wrote: > if (sc == NULL) > return (ENXIO); > The new cdev was allocated > with M_ZERO flag, so you can rely on the fact > that uninitalized fields are zeroed. I was not aware of this. It looks pretty good to me. Thank you all for your attention. Leonardo