Deleted Added
full compact
nvd.4 (241479) nvd.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.\" nvd 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.\" nvd driver man page.
31.\"
32.\" Author: Jim Harris <jimharris@FreeBSD.org>
33.\"
34.\" $FreeBSD: head/share/man/man4/nvd.4 241479 2012-10-12 06:16:51Z joel $
34.\" $FreeBSD: head/share/man/man4/nvd.4 253111 2013-07-09 21:21:29Z jimharris $
35.\"
36.Dd October 10, 2012
37.Dt NVD 4
38.Os
39.Sh NAME
40.Nm nvd
41.Nd NVM Express disk driver
42.Sh SYNOPSIS

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

61It depends on the
62.Xr nvme 4
63driver for notification of existing NVMe namespaces and submission of NVM
64I/O commands.
65.Sh SEE ALSO
66.Xr nvme 4 ,
67.Xr nvmecontrol 8 ,
68.Xr disk 9 .
35.\"
36.Dd October 10, 2012
37.Dt NVD 4
38.Os
39.Sh NAME
40.Nm nvd
41.Nd NVM Express disk driver
42.Sh SYNOPSIS

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

61It depends on the
62.Xr nvme 4
63driver for notification of existing NVMe namespaces and submission of NVM
64I/O commands.
65.Sh SEE ALSO
66.Xr nvme 4 ,
67.Xr nvmecontrol 8 ,
68.Xr disk 9 .
69.Sh HISTORY
70The
71.Nm
72driver first appeared in
73.Fx 9.2.
69.Sh AUTHORS
70.An -nosplit
71The
72.Nm
73driver was developed by Intel and originally written by
74.An Jim Harris Aq jimharris@FreeBSD.org ,
75with contributions from Joe Golio at EMC.
76.Pp
77This man page was written by
78.An Jim Harris Aq jimharris@FreeBSD.org .
74.Sh AUTHORS
75.An -nosplit
76The
77.Nm
78driver was developed by Intel and originally written by
79.An Jim Harris Aq jimharris@FreeBSD.org ,
80with contributions from Joe Golio at EMC.
81.Pp
82This man page was written by
83.An Jim Harris Aq jimharris@FreeBSD.org .
79.Sh BUGS
80The
81.Nm
82driver is considered experimental.
83Development and testing have been primarily focused on amd64.
84The following areas of development and testing are in progress:
85.Bl -bullet
86.It
87testing on i386
88.It
89command timeout error handling
90.El