svn commit: r361016 - head/sys/cam/nvme

Warner Losh imp at FreeBSD.org
Wed May 13 19:17:36 UTC 2020


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.


More information about the svn-src-all mailing list