Module Name: src
Committed By: jdolecek
Date: Fri Sep 16 12:31:27 UTC 2016
Modified Files:
src/share/man/man4: nvme.4
Log Message:
document some bugs
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/share/man/man4/nvme.4:1.3
--- src/share/man/man4/nvme.4:1.2 Mon May 2 09:43:33 2016
+++ src/share/man/man4/nvme.4 Fri Sep 16 12:31:27 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: nvme.4,v 1.2 2016/05/02 09:43:33 wiz Exp $
+.\" $NetBSD: nvme.4,v 1.3 2016/09/16 12:31:27 jdolecek Exp $
.\" $OpenBSD: nvme.4,v 1.2 2016/04/14 11:53:37 jmc Exp $
.\"
.\" Copyright (c) 2016 David Gwynne <[email protected]>
@@ -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 May 1, 2016
+.Dd September 16, 2016
.Dt NVME 4
.Os
.Sh NAME
@@ -54,3 +54,23 @@ and ported to
by
.An NONAKA Kimihiro
.Aq Mt [email protected] .
+.Sh BUGS
+Emulated
+.Nm
+device under QEMU doesn't currently work - controller identify command times
+out.
+.Pp
+Emulated
+.Nm
+device under
+.Tn Oracle
+.Tn VirtualBox
+attaches and works fine, but sometimes after reboot device no longer works.
+When this happens, controller fails to properly disable/enable during probe,
+so the
+.Xr ld 4
+is not attached. Virtual machine must be completely powered off and started
+again to get the device working again.
+.Pp
+.Nm
+kernel module is currently only loadable for kernels configured with 'no ld'.