nvd alias has caused some problems, revert it for the moment.

Sponsored by: Netflix
This commit is contained in:
imp 2017-10-27 14:57:38 +00:00
parent 7db3e0e96c
commit 0c9db49957

View File

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