mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
15143ba61a
commit
bef89c155e
1 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue