diff options
Diffstat (limited to 'static/freebsd/man4/man4.aarch64/felix.4 3.html')
| -rw-r--r-- | static/freebsd/man4/man4.aarch64/felix.4 3.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/static/freebsd/man4/man4.aarch64/felix.4 3.html b/static/freebsd/man4/man4.aarch64/felix.4 3.html new file mode 100644 index 00000000..bf51409c --- /dev/null +++ b/static/freebsd/man4/man4.aarch64/felix.4 3.html @@ -0,0 +1,83 @@ +<table class="head"> + <tr> + <td class="head-ltitle">FELIX(4)</td> + <td class="head-vol">Device Drivers Manual (aarch64)</td> + <td class="head-rtitle">FELIX(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">felix</code> — <span class="Nd">driver for + Microchip Ocelot Felix switch</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this driver into the kernel the following lines must be + present in the kernel configuration file:</p> +<p class="Pp"> + <br/> + <code class="Cd">options SOC_NXP_LS</code> + <br/> + <code class="Cd">device pci</code> + <br/> + <code class="Cd">device fdt</code> + <br/> + <code class="Cd">device mdio</code> + <br/> + <code class="Cd">device enetc</code> + <br/> + <code class="Cd">device etherswitch</code> + <br/> + <code class="Cd">device felix</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">felix</code> driver provides a management + interface to Microchip Ocelot Felix switch (VSC9959) found in NXP LS1028A + SoC. It is a PCI device, part of the larger ENETC root complex. The driver + is using <a class="Xr">etherswitch(4)</a> framework.</p> +<p class="Pp">This driver supports only dot1q vlan. dot1q support port base + addtag, striptag, dropuntagged, dropuntagged.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> +<p class="Pp">Configure dot1q vlan by etherswitchcfg command.</p> +<p class="Pp"></p> +<div class="Bd Bd-indent"><code class="Li"># etherswitchcfg config vlan_mode + dot1q</code></div> +<p class="Pp">Configure port 5 is tagging port.</p> +<p class="Pp"></p> +<div class="Bd Bd-indent"><code class="Li"># etherswitchcfg port5 + addtag</code></div> +<p class="Pp">Disable port 5 is tagging port.</p> +<p class="Pp"></p> +<div class="Bd Bd-indent"><code class="Li"># etherswitchcfg port5 + -addtag</code></div> +</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">felix</code> device driver first appeared in + <span class="Ux">FreeBSD 14.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">felix</code> driver was written by + <span class="An">Kornel Duleba (mindal@semihalf.com)</span> and + <br/> + <span class="An">Lukasz Hajec (lha@semihalf.com)</span></p> +<p class="Pp"></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">June 21, 2021</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
