diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
| commit | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch) | |
| tree | 9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man4/arswitch.4 3.html | |
| parent | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff) | |
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man4/arswitch.4 3.html')
| -rw-r--r-- | static/freebsd/man4/arswitch.4 3.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/static/freebsd/man4/arswitch.4 3.html b/static/freebsd/man4/arswitch.4 3.html new file mode 100644 index 00000000..3650f932 --- /dev/null +++ b/static/freebsd/man4/arswitch.4 3.html @@ -0,0 +1,71 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ARSWITCH(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ARSWITCH(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">arswitch</code> — <span class="Nd">Atheros + AR8000 series Ethernet switch driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device mdio</code> + <br/> + <code class="Cd">device etherswitch</code> + <br/> + <code class="Cd">device arswitch</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">arswitch</code> driver provides a management + interface to Atheros AR8000 series Ethernet switch controllers. The driver + uses an <a class="Xr">mdio(4)</a> or <a class="Xr">miibus(4)</a> interface + to configure the ethernet interface.</p> +<p class="Pp">This driver supports port based vlan, and IEEE 802.1Q (QinQ). + These options can be configured with the <a class="Xr">etherswitchcfg(8)</a> + command. <code class="Nm">arswitch</code> supports + <code class="Dv">addtag</code>, <code class="Dv">striptag</code>, and + <code class="Dv">doubletag</code>. <code class="Dv">addtag</code> and + <code class="Dv">striptag</code> are mutually exclusive.</p> +<p class="Pp">Setting the switch MAC address is not supported.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">arswitch</code> driver supports the following + Ethernet switch controllers:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>Atheros AR8327 Seven-port Gigabit Ethernet Switch</li> + <li>Atheros AR8316 Six-port Gigabit Ethernet Switch</li> + <li>Atheros AR8236 Six-port Fast Ethernet Switch</li> + <li>Atheros AR8226 Six-port Fast Ethernet Switch</li> + <li>Atheros AR8216 Six-port Fast Ethernet Switch</li> +</ul> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">etherswitch(4)</a>, + <a class="Xr">etherswitchcfg(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">arswitch</code> device driver first appeared + in <span class="Ux">FreeBSD 12.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">arswitch</code> manual was written by + <span class="An">Felix Johnson</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 11, 2025</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
