diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-11-20 16:41:38 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-11-20 17:08:22 +0000 |
| commit | a4aa7df767e0df49ca3294d2b578be25812364d8 (patch) | |
| tree | 0edfd7b44d7d3cd555f3c6f07bccf0b191ac1abf | |
| parent | 39cad8402d19f361cb8d489a3a69ff94b643c6df (diff) | |
mgb.4, muge.4: Use standard HARDWARE introduction
Release notes are generated using this text.
I used "interfaces" not "adapters" in these pages as the listed devices
are the controller ICs, not end-user projects.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53846
| -rw-r--r-- | share/man/man4/mgb.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/muge.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/mgb.4 b/share/man/man4/mgb.4 index cf0f7aaa688d..0d26951d1b1e 100644 --- a/share/man/man4/mgb.4 +++ b/share/man/man4/mgb.4 @@ -49,7 +49,7 @@ For more information on configuring this device, see .Sh HARDWARE The .Nm -driver supports: +driver supports Microchip PCIe Gigabit Ethernet interfaces, including: .Pp .Bl -bullet -compact .It diff --git a/share/man/man4/muge.4 b/share/man/man4/muge.4 index 598106bf1855..2a1b0f600955 100644 --- a/share/man/man4/muge.4 +++ b/share/man/man4/muge.4 @@ -44,7 +44,7 @@ For more information on configuring this device, see .Sh HARDWARE The .Nm -driver supports: +driver supports Microchip USB Gigabit Ethernet interfaces, including: .Pp .Bl -bullet -compact .It |
