summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2018-02-01 16:40:37 +0000
committermav <mav@FreeBSD.org>2018-02-01 16:40:37 +0000
commit21a44927b61637ba6fa66a280c352b19d2093a75 (patch)
tree2ebf4173bf61408e9e2aa71cdaad4efd1bc1d517 /sys/conf/files
parente57860a85e953e6ef2ccc9cd95efa58f61e2cd30 (diff)
downloadFreeBSD-src-21a44927b61637ba6fa66a280c352b19d2093a75.zip
FreeBSD-src-21a44927b61637ba6fa66a280c352b19d2093a75.tar.gz
MFC r322036 (by imp):
Make nvd vs nda choice boot-time rather than build-time Introduce hw.nvme.use_nvd tunable. This tunable allows both nvd and nda to be installed in the kernel, while allowing only one of them to create devices. This is an all-or-nothing setting, and you can't change it after boot-time. However, it will allow easier A/B testing.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0ef670a..62f2f86 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -86,8 +86,8 @@ cam/cam_xpt.c optional scbus
cam/ata/ata_all.c optional scbus
cam/ata/ata_xpt.c optional scbus
cam/ata/ata_pmp.c optional scbus
-cam/nvme/nvme_all.c optional scbus nvme
-cam/nvme/nvme_da.c optional scbus nvme da !nvd
+cam/nvme/nvme_all.c optional scbus nvme
+cam/nvme/nvme_da.c optional scbus nvme da
cam/nvme/nvme_xpt.c optional scbus nvme
cam/scsi/scsi_xpt.c optional scbus
cam/scsi/scsi_all.c optional scbus
OpenPOWER on IntegriCloud