blob: e04dbf744e9caca5ef74e7972e18f1447d33e165 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">MFCS(4)</td>
<td class="head-vol">Device Drivers Manual (amiga)</td>
<td class="head-rtitle">MFCS(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">mfcs</code> —
<span class="Nd">BSC/AlfaData MultiFaceCard II/III 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"><code class="Cd">mfc0 at mainbus0</code>
<br/>
<code class="Cd">mfcs0 at mfc0 unit 0</code>
<br/>
<code class="Cd">mfcs1 at mfc0 unit 1</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The MultiFaceCard II/III controls, among other things, a dual port
EIA RS-232C (CCITT V.28) communications interface with a multiple character
buffer.</p>
<p class="Pp">Input and output for each MultiFaceCard III line may set to a
maximum baud rates of 1152000. Formula for baud rate: Baud = 230400 / N with
1 < N < 65536.</p>
<p class="Pp">Input and output for each MultiFaceCard II line may set to a
maximum baud rates of 57600. Formula for baud rate: Baud = 115200 / N with 1
< N < 65536.</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/ttyA?</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-diag">
<dt>mfcs0: fifo overflow.</dt>
<dd>The four-character input “fifo” has overflowed and incoming
data has been lost.</dd>
<dt>mfcs0: %d buffer overflows.</dt>
<dd>The software based input ring buffer has overflowed %d times and incoming
data has been lost.</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">tty(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The Amiga <code class="Nm">mfcs</code> device first appeared in
<span class="Ux">NetBSD 1.1</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The MultiFaceCard II/III serial ports use the level 6 interrupt
and may experience fifo overflows if the LEV6_DEFER option is used.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">July 23, 1995</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|