Module Name:    src
Committed By:   jdolecek
Date:           Sat Oct  5 14:25:45 UTC 2024

Modified Files:
        src/share/man/man4: nvme.4

Log Message:
nvme(4) also works under Parallels Desktop, adjust the note

also add hint for the Parallels Desktop VM configuration - it needs to be
configured with NVMe disks starting as 'NVMe 1', otherwise namespace is not
correctly configured and ld(4) is not attached


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/nvme.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/nvme.4
diff -u src/share/man/man4/nvme.4:1.11 src/share/man/man4/nvme.4:1.12
--- src/share/man/man4/nvme.4:1.11	Sat Sep  7 20:33:53 2024
+++ src/share/man/man4/nvme.4	Sat Oct  5 14:25:45 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: nvme.4,v 1.11 2024/09/07 20:33:53 rillig Exp $
+.\"	$NetBSD: nvme.4,v 1.12 2024/10/05 14:25:45 jdolecek Exp $
 .\"	$OpenBSD: nvme.4,v 1.2 2016/04/14 11:53:37 jmc Exp $
 .\"
 .\" Copyright (c) 2016 David Gwynne <d...@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd April 27, 2017
+.Dd October 5, 2024
 .Dt NVME 4
 .Os
 .Sh NAME
@@ -135,7 +135,18 @@ into older generation slot.
 .Pp
 The driver was also tested and confirmed working fine for emulated
 .Nm
-devices under QEMU 2.8.0 and
+devices under QEMU 2.8.0,
 .Tn Oracle
 .Tn VirtualBox
-5.1.20.
+5.1.20,
+and
+.Tn Parallels
+Desktop 16.
+.Pp
+For
+.Tn Parallels
+Desktop, it's important the virtual machine has the NVMe disks configured
+starting from 'NVMe 1', in order for the NVMe namespaces to be correctly
+initialized and
+.Xr ld 4
+devices to be attached.

Reply via email to