blob: 28a43319b7bb062c5e06675a8f06bf275a8ee7be (
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<table class="head">
<tr>
<td class="head-ltitle">TCOM(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">TCOM(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">tcom</code> —
<span class="Nd">multiplexing serial communications interface</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp">For 4-port TC-400 series boards:</p>
<p class="Pp">
<br/>
<code class="Cd">tcom0 at isa? port 0x100 irq 5</code>
<br/>
<code class="Cd">com2 at tcom? slave ?</code>
<br/>
<code class="Cd">com3 at tcom? slave ?</code>
<br/>
<code class="Cd">com4 at tcom? slave ?</code>
<br/>
<code class="Cd">com5 at tcom? slave ?</code></p>
<p class="Pp">For 8-port TC-800 series boards:</p>
<p class="Pp">
<br/>
<code class="Cd">tcom0 at isa? port 0x100 irq 5</code>
<br/>
<code class="Cd">com2 at tcom? slave ?</code>
<br/>
<code class="Cd">com3 at tcom? slave ?</code>
<br/>
<code class="Cd">com4 at tcom? slave ?</code>
<br/>
<code class="Cd">com5 at tcom? slave ?</code>
<br/>
<code class="Cd">com6 at tcom? slave ?</code>
<br/>
<code class="Cd">com7 at tcom? slave ?</code>
<br/>
<code class="Cd">com8 at tcom? slave ?</code>
<br/>
<code class="Cd">com9 at tcom? slave ?</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">tcom</code> driver provides support for the
Byte Runner Technologies TC-400 and TC-800 series boards that multiplex
together up to four or eight EIA RS-232C (CCITT V.28) communications
interfaces.</p>
<p class="Pp">Each <code class="Nm">tcom</code> device is the master device for
up to eight <code class="Nm">com</code> devices. The kernel configuration
specifies these <code class="Nm">com</code> devices as slave devices of the
<code class="Nm">tcom</code> device, as shown in the synopsis. The slave ID
given for each <code class="Nm">com</code> device determines which bit in
the interrupt multiplexing register is tested to find interrupts for that
device. The port specification for the <code class="Nm">tcom</code> device
is used to compute the base addresses for the <code class="Nm">com</code>
subdevices and the port for the interrupt multiplexing register.</p>
<p class="Pp">Not all possible configuration options are currently supported
(for example, speeds beyond 115200 baud are not currently supported).</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag">
<dt><span class="Pa">/dev/tty??</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</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">com(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">tcom</code> driver was written by Jukka
Marin.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">May 20, 1998</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|