blob: fe7c35774c2336b81b298420b89248e9d6fc5a99 (
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
|
<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>
|