diff options
author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-05-12 00:52:19 +0000 |
---|---|---|
committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-05-12 16:12:53 +0000 |
commit | 6da793a8caa15ee2cbb984ea39ac87c6cd2fdf63 (patch) | |
tree | 6432c6f47d25642919f1ec6e133785e010727e80 | |
parent | eed3be47967f0ac8268d1655f57bc302c123e991 (diff) |
e6000sw.4: Initial manual page
For inclusion in the HW relnotes.
MFC after: 3 days, but remove entries which didn't mfc
Reviewed by: adrian, ivy, mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D50293
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/e6000sw.4 | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 71d32dd12f05..2b042455a357 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -151,6 +151,7 @@ MAN= aac.4 \ eventtimers.4 \ exca.4 \ ext2fs.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..cbec33e459f8 --- /dev/null +++ b/share/man/man4/e6000sw.4 @@ -0,0 +1,41 @@ +.\" +.\" 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 88E6190X +.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 |