diff options
Diffstat (limited to 'static/freebsd/man4/scc.4 4.html')
| -rw-r--r-- | static/freebsd/man4/scc.4 4.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/static/freebsd/man4/scc.4 4.html b/static/freebsd/man4/scc.4 4.html new file mode 100644 index 00000000..fe7c3577 --- /dev/null +++ b/static/freebsd/man4/scc.4 4.html @@ -0,0 +1,60 @@ +<table class="head"> + <tr> + <td class="head-ltitle">SCC(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">SCC(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">scc</code> — <span class="Nd">Serial + Communications Controller 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 scc</code> + <br/> + <code class="Cd">device uart</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">scc</code> device driver provides support for + various classes of SCCs. It is an umbrella driver that delegates control of + each independent communication channel to subordinate drivers. These + subordinate drivers, like <a class="Xr">uart(4)</a>, take care of the + details of the communication itself.</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">scc</code> driver supports the following + classes of Serial Communications Controllers:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>QUICC: Freescale/NXP QUad Integrated Communications Controllers.</li> + <li>Z8530: Zilog 8530 based serial communications controllers.</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">puc(4)</a>, <a class="Xr">uart(4)</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">scc</code> device driver first appeared in + <span class="Ux">FreeBSD 7.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">scc</code> driver and this manual page were + written by <span class="An">Marcel Moolenaar</span> + <<a class="Mt" href="mailto:marcel@xcllnt.net">marcel@xcllnt.net</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 26, 2025</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
