Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2025 01:47:18 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5e0e046d95a9 - stable/14 - e6060sw.4: Improve title and add HARDWARE
Message-ID:  <202505170147.54H1lIdi034309@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee:

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

commit 5e0e046d95a92aab8bea856fe0008870ee11bfc9
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-12 01:08:10 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-17 01:42:36 +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
    
    (cherry picked from commit bef89c155e77dd471af596a43f3914b754cc5155)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505170147.54H1lIdi034309>