MT_DENSITY_MASK
name[nprt] = density[(minor & MT_DENSITY_MASK) >> 3];
#define MT_DENSITY(dev) ((getminor(dev) & MT_DENSITY_MASK) >> 3)