From 4a9201b2be9f0abe7ce0242b55de080090deb03e Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 13 May 2020 19:17:35 +0000 Subject: [PATCH] Add nvd alias back to nda now that it actually works. --- sys/cam/nvme/nvme_da.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/nvme/nvme_da.c b/sys/cam/nvme/nvme_da.c index 4742c786912c..b35b11a8244c 100644 --- a/sys/cam/nvme/nvme_da.c +++ b/sys/cam/nvme/nvme_da.c @@ -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.