diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-10-03 14:30:15 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-03 14:35:28 +0000 |
| commit | f19aea89abd8964bf96d134c2bd6e127464c79f6 (patch) | |
| tree | adcd0a793363ef33c4bc3bef913daf72f5b36c44 | |
| parent | bc433a0b7b046b0412777e0f3cc8f18a233af8ff (diff) | |
nda.4: Add a HARDWARE section, tag SPDX
The description likely also needs some love.
MFC after: 1 hour
Co-authored-by: ziaee (typed up imps suggestion, tagged spdx)
Differential Revision: https://reviews.freebsd.org/D52866
| -rw-r--r-- | share/man/man4/nda.4 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/nda.4 b/share/man/man4/nda.4 index c4fa157af851..e45b2905462e 100644 --- a/share/man/man4/nda.4 +++ b/share/man/man4/nda.4 @@ -1,4 +1,6 @@ .\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2017 Netflix, Inc. .\" .\" Redistribution and use in source and binary forms, with or without @@ -23,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 6, 2020 +.Dd October 2, 2025 .Dt NDA 4 .Os .Sh NAME @@ -39,6 +41,14 @@ driver provides support for direct access devices, implementing the .Tn NVMe command protocol, that are attached to the system through a host adapter supported by the CAM subsystem. +.Sh HARDWARE +The +.Nm +driver supports NVMe +.Pq Non-Volatile Memory Express +storage devices connected via PCIe or over NVMF +.Pq NVMe over Fabric +via the CAM subsystem. .Sh SYSCTL VARIABLES The following variables are available as both .Xr sysctl 8 |
