diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2018-10-02 21:36:00 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2018-10-02 21:36:00 +0000 |
commit | 8ac2f3ba9fa82076a9292ff24912ebfb333e7836 (patch) | |
tree | ca36278cf62b9e11524ffb650cfab8cae95a24fc /sys/powerpc | |
parent | 9cffbc68bdc8ce5f3ab4b33314b34ffe3e1a9696 (diff) | |
download | src-test2-8ac2f3ba9fa82076a9292ff24912ebfb333e7836.tar.gz src-test2-8ac2f3ba9fa82076a9292ff24912ebfb333e7836.zip |
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/conf/GENERIC64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index ec8dc06f0980..5913100d037a 100644 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -120,6 +120,7 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA # NVM Express (NVMe) support device nvme # base NVMe driver +options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver device nvd # expose NVMe namespaces as disks, depends on nvme # SCSI Controllers |