git: 5578b96ab34d - stable/15 - vtnet.4: Add a HARDWARE section

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 16 Sep 2026 12:04:48 UTC
The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=5578b96ab34d9bffa64ffec6b5101ca2b9d3b559

commit 5578b96ab34d9bffa64ffec6b5101ca2b9d3b559
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 18:02:54 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:37 +0000

    vtnet.4: Add a HARDWARE section
    
    For inclusion in the hardware release notes.
    
    MFC after:      3 days
    
    (cherry picked from commit 581c5d46fe1c2a49e0967dbfff18cfa73f3b910b)
---
 share/man/man4/vtnet.4 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man4/vtnet.4 b/share/man/man4/vtnet.4
index 112d5b3d366d..503f02832518 100644
--- a/share/man/man4/vtnet.4
+++ b/share/man/man4/vtnet.4
@@ -88,6 +88,10 @@ utility configures the adapter to receive and transmit Jumbo Frames.
 .Pp
 For more information on configuring this device, see
 .Xr ifconfig 8 .
+.Sh HARDWARE
+The
+.Nm
+driver supports VirtIO Ethernet devices.
 .Sh LOADER TUNABLES
 Tunables can be set at the
 .Xr loader 8