Deleted Added
full compact
nvme.4 (241479) nvme.4 (253111)
1.\"
1.\"
2.\" Copyright (c) 2012 Intel Corporation
2.\" Copyright (c) 2012-2013 Intel Corporation
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions, and the following disclaimer,
10.\" without modification.

--- 15 unchanged lines hidden (view full) ---

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" nvme driver man page.
31.\"
32.\" Author: Jim Harris <jimharris@FreeBSD.org>
33.\"
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions, and the following disclaimer,
10.\" without modification.

--- 15 unchanged lines hidden (view full) ---

26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" nvme driver man page.
31.\"
32.\" Author: Jim Harris <jimharris@FreeBSD.org>
33.\"
34.\" $FreeBSD: head/share/man/man4/nvme.4 241479 2012-10-12 06:16:51Z joel $
34.\" $FreeBSD: head/share/man/man4/nvme.4 253111 2013-07-09 21:21:29Z jimharris $
35.\"
36.Dd October 10, 2012
37.Dt NVME 4
38.Os
39.Sh NAME
40.Nm nvme
41.Nd NVM Express core driver
42.Sh SYNOPSIS

--- 99 unchanged lines hidden (view full) ---

142(W) Writing 1 to this sysctl will dump the full contents of the submission
143and completion queues to the console.
144.El
145.Sh SEE ALSO
146.Xr nvd 4 ,
147.Xr pci 4 ,
148.Xr nvmecontrol 8 ,
149.Xr disk 9 .
35.\"
36.Dd October 10, 2012
37.Dt NVME 4
38.Os
39.Sh NAME
40.Nm nvme
41.Nd NVM Express core driver
42.Sh SYNOPSIS

--- 99 unchanged lines hidden (view full) ---

142(W) Writing 1 to this sysctl will dump the full contents of the submission
143and completion queues to the console.
144.El
145.Sh SEE ALSO
146.Xr nvd 4 ,
147.Xr pci 4 ,
148.Xr nvmecontrol 8 ,
149.Xr disk 9 .
150.Sh HISTORY
151The
152.Nm
153driver first appeared in
154.Fx 9.2.
150.Sh AUTHORS
151.An -nosplit
152The
153.Nm
154driver was developed by Intel and originally written by
155.An Jim Harris Aq jimharris@FreeBSD.org ,
156with contributions from Joe Golio at EMC.
157.Pp
158This man page was written by
159.An Jim Harris Aq jimharris@FreeBSD.org .
155.Sh AUTHORS
156.An -nosplit
157The
158.Nm
159driver was developed by Intel and originally written by
160.An Jim Harris Aq jimharris@FreeBSD.org ,
161with contributions from Joe Golio at EMC.
162.Pp
163This man page was written by
164.An Jim Harris Aq jimharris@FreeBSD.org .
160.Sh BUGS
161The
162.Nm
163driver is considered experimental.
164Development and testing have been primarily focused on amd64.
165The following areas of development and testing are in progress:
166.Bl -bullet
167.It
168testing on i386
169.It
170asynchronous error reporting
171.It
172command timeout error handling
173.It
174controller-level resets
175.El