Author: imp
Date: Wed May 13 19:17:35 2020
New Revision: 361016
URL: https://svnweb.freebsd.org/changeset/base/361016

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

Modified:
  head/sys/cam/nvme/nvme_da.c

Modified: head/sys/cam/nvme/nvme_da.c
==============================================================================
--- head/sys/cam/nvme/nvme_da.c Wed May 13 19:17:28 2020        (r361015)
+++ head/sys/cam/nvme/nvme_da.c Wed May 13 19:17:35 2020        (r361016)
@@ -950,7 +950,7 @@ ndaregister(struct cam_periph *periph, void *arg)
        /*
         * 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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to