git: ee743b40aceb - releng/14.3 - e6060sw.4: Improve title and add HARDWARE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 May 2025 03:03:01 UTC
The branch releng/14.3 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=ee743b40acebfbafd37f2a399af5049831a6f9b9
commit ee743b40acebfbafd37f2a399af5049831a6f9b9
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-12 01:08:10 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-22 03:00:26 +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)
Approved by: re (cperciva)
Differential Revision: https://reviews.freebsd.org/D50321
(cherry picked from commit bef89c155e77dd471af596a43f3914b754cc5155)
(cherry picked from commit 5e0e046d95a92aab8bea856fe0008870ee11bfc9)
---
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