aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/nvme/nvme_sysctl.c')
-rw-r--r--sys/dev/nvme/nvme_sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nvme/nvme_sysctl.c b/sys/dev/nvme/nvme_sysctl.c
index d6011bc34951..c238c86af5a2 100644
--- a/sys/dev/nvme/nvme_sysctl.c
+++ b/sys/dev/nvme/nvme_sysctl.c
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
#include "nvme_private.h"
#ifndef NVME_USE_NVD
-#define NVME_USE_NVD 1
+#define NVME_USE_NVD 0
#endif
int nvme_use_nvd = NVME_USE_NVD;