Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 document some bugs
details: https://anonhg.NetBSD.org/src/rev/9c2e285ec2c3
branches: trunk
changeset: 347783:9c2e285ec2c3
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Sep 16 12:31:27 2016 +0000
description:
document some bugs
diffstat:
share/man/man4/nvme.4 | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 97360a5fe5a7 -r 9c2e285ec2c3 share/man/man4/nvme.4
--- a/share/man/man4/nvme.4 Fri Sep 16 12:28:41 2016 +0000
+++ b/share/man/man4/nvme.4 Fri Sep 16 12:31:27 2016 +0000
@@ -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 <dlg%openbsd.org@localhost>
@@ -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 @@
by
.An NONAKA Kimihiro
.Aq Mt nonaka%NetBSD.org@localhost .
+.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'.
Home |
Main Index |
Thread Index |
Old Index