Page MenuHomeFreeBSD

D50324.diff
No OneTemporary

D50324.diff

diff --git a/share/man/man4/etherswitch.4 b/share/man/man4/etherswitch.4
--- a/share/man/man4/etherswitch.4
+++ b/share/man/man4/etherswitch.4
@@ -49,7 +49,9 @@
.El
.Sh SEE ALSO
.Xr adm6996fc 4 ,
+.Xr ar40xx 4 ,
.Xr arswitch 4 ,
+.Xr e6000sw 4 ,
.Xr e6060sw 4 ,
.Xr iicbus 4 ,
.Xr ksz8995ma 4 ,
diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile
--- a/share/man/man4/man4.arm/Makefile
+++ b/share/man/man4/man4.arm/Makefile
@@ -1,4 +1,5 @@
MAN= \
+ ar40xx.4 \
aw_gpio.4 \
aw_mmc.4 \
aw_rtc.4 \
diff --git a/share/man/man4/man4.arm/ar40xx.4 b/share/man/man4/man4.arm/ar40xx.4
new file mode 100644
--- /dev/null
+++ b/share/man/man4/man4.arm/ar40xx.4
@@ -0,0 +1,35 @@
+.\"
+.\" Copyright (c) 2025 Alexander Ziaee
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd May 10, 2025
+.Dt AR40XX 4 arm
+.Sh NAME
+.Nm ar40xx_switch
+.Nd Qualcomm IPQ4018/IPQ4019 Gigabit Ethernet switch driver
+.Sh SYNOPSIS
+.Cd device mdio
+.Cd etherswitch
+.Cd ar40xx_switch
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the Gigabit Ethernet switch inside the
+Qualcomm IPQ4018/IPQ4019 SoC.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following Gigabit Ethernet switch controllers:
+.Pp
+.Bl -bullet -compact
+.It
+Qualcomm IPQ 4019 Five-port Gigabit Ethernet Switch
+.It
+Qualcomm IPQ 4018 Five-port Gigabit Ethernet Switch
+.El
+.Sh SEE ALSO
+.Xr etherswitch 4 ,
+.Xr etherswitchcfg 8
+.Sh CAVEATS
+This driver currently only supports L2 port/VLAN mapping modes.

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 13, 3:50 AM (16 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23655712
Default Alt Text
D50324.diff (1 KB)

Event Timeline