blob: 3650f9320fd55056545d7147b9317a596b5dc26c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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>
|