Deleted Added
full compact
nvd.4 (262887) nvd.4 (265575)
1.\"
1.\"
2.\" Copyright (c) 2012-2013 Intel Corporation
2.\" Copyright (c) 2012-2014 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: stable/10/share/man/man4/nvd.4 262887 2014-03-07 12:20:01Z brueffer $
34.\" $FreeBSD: stable/10/share/man/man4/nvd.4 265575 2014-05-07 17:17:16Z jimharris $
35.\"
35.\"
36.Dd July 9, 2013
36.Dd March 18, 2014
37.Dt NVD 4
38.Os
39.Sh NAME
40.Nm nvd
41.Nd NVM Express disk driver
42.Sh SYNOPSIS
43To compile this driver into your kernel,
44place the following lines in your kernel configuration file:

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

57The
58.Nm
59driver exposes NVM Express (NVMe) namespaces as disks to the kernel disk
60storage API.
61It depends on the
62.Xr nvme 4
63driver for notification of existing NVMe namespaces and submission of NVM
64I/O commands.
37.Dt NVD 4
38.Os
39.Sh NAME
40.Nm nvd
41.Nd NVM Express disk driver
42.Sh SYNOPSIS
43To compile this driver into your kernel,
44place the following lines in your kernel configuration file:

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

57The
58.Nm
59driver exposes NVM Express (NVMe) namespaces as disks to the kernel disk
60storage API.
61It depends on the
62.Xr nvme 4
63driver for notification of existing NVMe namespaces and submission of NVM
64I/O commands.
65.Pp
66Device nodes from the
67.Nm
68driver will have the format /dev/nvdX and are
69.Xr GEOM 4
70disks which can be partitioned by
71.Xr geom 8 .
72Note that device nodes from the
73.Xr nvme 4
74driver are not
75.Xr GEOM 4
76disks and cannot be partitioned.
65.Sh SEE ALSO
77.Sh SEE ALSO
78.Xr GEOM 4 ,
66.Xr nvme 4 ,
79.Xr nvme 4 ,
80.Xr geom 8 ,
67.Xr nvmecontrol 8 ,
68.Xr disk 9
69.Sh HISTORY
70The
71.Nm
72driver first appeared in
73.Fx 9.2.
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 .
81.Xr nvmecontrol 8 ,
82.Xr disk 9
83.Sh HISTORY
84The
85.Nm
86driver first appeared in
87.Fx 9.2.
88.Sh AUTHORS
89.An -nosplit
90The
91.Nm
92driver was developed by Intel and originally written by
93.An Jim Harris Aq jimharris@FreeBSD.org ,
94with contributions from Joe Golio at EMC.
95.Pp
96This man page was written by
97.An Jim Harris Aq jimharris@FreeBSD.org .