Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2025 00:49:35 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: d0e29f92f7a2 - stable/14 - e6000sw.4: Initial manual page
Message-ID:  <202505150049.54F0nZ8h022991@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=d0e29f92f7a252b382d76c1e6bac33d8424af5fa

commit d0e29f92f7a252b382d76c1e6bac33d8424af5fa
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-12 00:52:19 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-15 00:45:40 +0000

    e6000sw.4: Initial manual page
    
    For inclusion in the HW relnotes.
    
    MFC after:              3 days, note removed entries which didn't mfc
    Reviewed by:            adrian, ivy, mhorne
    Approved by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50293
    
    (cherry picked from commit 6da793a8caa15ee2cbb984ea39ac87c6cd2fdf63)
---
 share/man/man4/Makefile  |  1 +
 share/man/man4/e6000sw.4 | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 41fd7d36a74d..980fde8d3868 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -148,6 +148,7 @@ MAN=	aac.4 \
 	etherswitch.4 \
 	eventtimers.4 \
 	exca.4 \
+	e6000sw.4 \
 	e6060sw.4 \
 	fd.4 \
 	fdc.4 \
diff --git a/share/man/man4/e6000sw.4 b/share/man/man4/e6000sw.4
new file mode 100644
index 000000000000..4c10a99b249a
--- /dev/null
+++ b/share/man/man4/e6000sw.4
@@ -0,0 +1,39 @@
+.\"
+.\" Copyright (c) 2025 Alexander Ziaee
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd May 10, 2025
+.Dt E6000SW 4
+.Sh NAME
+.Nm e6000sw
+.Nd Marvell 88E6000 series Gigabit Ethernet switch driver
+.Sh SYNOPSIS
+.Cd device mdio
+.Cd etherswitch
+.Cd e6000sw
+.Sh DESCRIPTION
+The
+.Nm
+driver supports Marvell Gigabit Ethernet switch controllers.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following Gigabit Ethernet switch controllers:
+.Pp
+.Bl -bullet -compact
+.It
+Marvell 88E6190
+.It
+Marvell 88E6176
+.It
+Marvell 88E6172
+.It
+Marvell 88E6341
+.It
+Marvell 88E6141
+.El
+.Sh SEE ALSO
+.Xr e6060sw 4 ,
+.Xr etherswitch 4 ,
+.Xr etherswitchcfg 8



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