diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-16 17:16:23 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-10-16 17:17:31 +0000 |
| commit | 7f5267a99895a797ea135b67aa58d561ee52b279 (patch) | |
| tree | 7df802cd19762ace1a730c67c4d5c741e0cf93a5 | |
| parent | baeff75122e5cdb669c920414e054224270383d7 (diff) | |
nvd.4: Add a HARDWARE section for HW Relnotes
MFC after: 3 days
Reviewed by: dab
Differential Revision: https://reviews.freebsd.org/D52867
| -rw-r--r-- | share/man/man4/nvd.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/nvd.4 b/share/man/man4/nvd.4 index d5145939e409..1861fabc91d0 100644 --- a/share/man/man4/nvd.4 +++ b/share/man/man4/nvd.4 @@ -31,7 +31,7 @@ .\" .\" Author: Jim Harris <jimharris@FreeBSD.org> .\" -.Dd May 18, 2019 +.Dd October 2, 2025 .Dt NVD 4 .Os .Sh NAME @@ -72,6 +72,10 @@ Note that device nodes from the driver are not .Xr GEOM 4 disks and cannot be partitioned. +.Sh HARDWARE +The +.Nm +driver supports NVMe storage devices using NVMe namespaces. .Sh CONFIGURATION The .Nm |
