Add nvd alias back to nda now that it actually works.

This commit is contained in:
imp 2020-05-13 19:17:35 +00:00
parent 4ea1f7a5c3
commit 4a9201b2be

View File

@ -950,7 +950,7 @@ ndaregister(struct cam_periph *periph, void *arg)
/* /*
* Add alias for older nvd drives to ease transition. * Add alias for older nvd drives to ease transition.
*/ */
/* disk_add_alias(disk, "nvd"); Have reports of this causing problems */ disk_add_alias(disk, "nvd");
/* /*
* Acquire a reference to the periph before we register with GEOM. * Acquire a reference to the periph before we register with GEOM.