git: bef89c155e77 - main - e6060sw.4: Improve title and add HARDWARE

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Tue, 13 May 2025 21:21:42 UTC
The branch main has been updated by ziaee:

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

commit bef89c155e77dd471af596a43f3914b754cc5155
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-12 01:08:10 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-13 21:16:16 +0000

    e6060sw.4: Improve title and add HARDWARE
    
    For visibility in apropos and inclusion in the hardware release notes.
    
    MFC after:              3 days
    Reviewed by:            adrian, mhorne
    Approved by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50321
---
 share/man/man4/e6060sw.4 | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/e6060sw.4 b/share/man/man4/e6060sw.4
index 407138abe378..74736f65fe80 100644
--- a/share/man/man4/e6060sw.4
+++ b/share/man/man4/e6060sw.4
@@ -23,12 +23,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 5, 2017
+.Dd May 10, 2025
 .Dt E6060SW 4
 .Os
 .Sh NAME
 .Nm e6060sw
-.Nd driver for Marvell 88E6060 and 88E6065 fast ethernet switch chip
+.Nd Marvell 88E6060/88E6063/88E6065 Fast Ethernet switch driver
 .Sh SYNOPSIS
 .Cd "device mdio"
 .Cd "device etherswitch"
@@ -44,6 +44,19 @@ This driver use smi interface by ethernet interface.
 88E6060 support is only port vlan.
 88E6065 support is port and dot1q vlan.
 dot1q support group base tag/untag.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following Fast Ethernet switch controllers:
+.Pp
+.Bl -bullet -compact
+.It
+Marvell 88E6060
+.It
+Marvell 88E6063
+.It
+Marvell 88E6065
+.El
 .Sh EXAMPLES
 Configure dot1q vlan on 88E6065 by etherswitchcfg command.
 .Pp