summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2018-10-02 21:36:00 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2018-10-02 21:36:00 +0000
commit8ac2f3ba9fa82076a9292ff24912ebfb333e7836 (patch)
treeca36278cf62b9e11524ffb650cfab8cae95a24fc /UPDATING
parent9cffbc68bdc8ce5f3ab4b33314b34ffe3e1a9696 (diff)
downloadsrc-test2-8ac2f3ba9fa82076a9292ff24912ebfb333e7836.tar.gz
src-test2-8ac2f3ba9fa82076a9292ff24912ebfb333e7836.zip
Use nda(4) on powerpc64
Approved by: re@ (kib), krion (mentor), imp Differential Revision: https://reviews.freebsd.org/D17368
Notes
Notes: svn path=/head/; revision=339098
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ce79b09f0c6c..607b16ff6d35 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20181002:
+ The cam(4) based nda(4) driver will be used over nvd(4) by default on
+ powerpc64. You may set 'options NVME_USE_NVD=1' in your kernel conf or
+ loader tunable 'hw.nvme.use_nvd=1' if you wish to use the existing
+ driver. Make sure to edit /boot/etc/kboot.conf and fstab to use the
+ nda device name.
+
20180913:
Reproducible build mode is now on by default, in preparation for
FreeBSD 12.0. This eliminates build metadata such as the user,