1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

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

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-27 14:57:38 +00:00
parent 6db55a0f3a
commit 712ad71996
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325040

View File

@ -794,7 +794,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"); /* disk_add_alias(disk, "nvd"); Have reports of this causing problems */
/* /*
* Acquire a reference to the periph before we register with GEOM. * Acquire a reference to the periph before we register with GEOM.