The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6a8d4071c47affd43980c2a1c93f774aea73c119

commit 6a8d4071c47affd43980c2a1c93f774aea73c119
Author:     Warner Losh <[email protected]>
AuthorDate: 2023-06-13 15:17:57 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-06-13 15:18:18 +0000

    nvd/nda: Add release notes info.
    
    Sponsored by:           Netflix
---
 RELNOTES | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 99a37fe20732..d257f4cf4813 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,16 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+bdc81eeda05d:
+
+       nda is now the default nvme device on all platforms. While nda creates
+       nvd links by default so fstab, etc continues to work, configuration
+       should be updated to the new nda devices.
+
+       To restore the old behavior, add hw.nvme.use_nvd=1 to loader.conf or
+       `options NVME_USE_NVD=1` to the kernel config.  To disable the nvd
+       compatibility aliases, add kern.cam.nda.nvd_compat=0 to loader.conf.
+
 bbb2d2ce4220:
        Change pw (hence bsdinstall) not to move /home to /usr/home.
        Previously, when creating the path to home directories, pw

Reply via email to