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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<table class="head">
<tr>
<td class="head-ltitle">PODULEBUS(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">PODULEBUS(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">podulebus</code> — <span class="Nd">Acorn
Expansion Card bus 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">podulebus0 at root</code>
(<span class="Ux">NetBSD</span>/acorn32)</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">podulebus</code> driver handles the
expansion-card interface in Archimedes machines and their successors. This
includes conventional expansion cards, mini expansion cards (as introduced
in the A3000), network expansion cards (as introduced in the A3020), DEBI
expansion cards (as introduced in the Risc PC), and Mk II network cards
(also introduced in the Risc PC). Drivers for individual cards attach as
children of the <code class="Nm">podulebus</code> device.</p>
<p class="Pp"><span class="Ux">NetBSD</span> includes several
machine-independent expansion card device drivers. There are also some
device drivers which are specific to
<span class="Ux">NetBSD</span>/acorn32.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">The following devices are supported by
<span class="Ux">NetBSD</span>.</p>
<section class="Ss">
<h2 class="Ss" id="SCSI_interfaces"><a class="permalink" href="#SCSI_interfaces">SCSI
interfaces</a></h2>
<dl class="Bl-tag">
<dt><code class="Nm">asc</code></dt>
<dd>Acorn AKA30, AKA31, and AKA32 SCSI expansion cards
(<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">cosc</code></dt>
<dd>MCS Connect32 SCSI interface
(<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">csa</code></dt>
<dd>Cumana 8-bit SCSI interface (<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">csc</code></dt>
<dd>Cumana 16-bit SCSI interface
(<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">hcsc</code></dt>
<dd>HCCS 8-bit SCSI interface.</dd>
<dt><code class="Nm">oak</code></dt>
<dd>Oak SCSI interface.</dd>
<dt><code class="Nm">ptsc</code></dt>
<dd>Powertec SCSI interface (<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">sec</code></dt>
<dd>Acorn AKA30, AKA31, and AKA32 SCSI expansion cards.</dd>
</dl>
</section>
<section class="Ss">
<h2 class="Ss" id="Disk_controllers"><a class="permalink" href="#Disk_controllers">Disk
controllers</a></h2>
<dl class="Bl-tag">
<dt><code class="Nm">dtide</code></dt>
<dd>D.T. Software IDE controller.</dd>
<dt><code class="Nm">hcide</code></dt>
<dd>HCCS IDE controller.</dd>
<dt><code class="Nm">icside</code></dt>
<dd>ICS IDE controller (<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">rapide</code></dt>
<dd>Yellowstone Educational Solutions RapIDE IDE controller
(<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">simide</code></dt>
<dd>Simtec IDE controller (<span class="Ux">NetBSD</span>/acorn32).</dd>
</dl>
</section>
<section class="Ss">
<h2 class="Ss" id="Network_interfaces"><a class="permalink" href="#Network_interfaces">Network
interfaces</a></h2>
<dl class="Bl-tag">
<dt><code class="Nm">ea</code></dt>
<dd>Atomwide <span class="No">A-10</span><var class="Ar">xx</var> and Acorn
AEH54 Ethernet cards (Ether3).</dd>
<dt><code class="Nm">eb</code></dt>
<dd>Atomwide and ANT network-slot and Acorn AEH61 Ethernet cards
(EtherB).</dd>
<dt><code class="Nm">ei</code></dt>
<dd>Acorn AKA25 Ethernet card (Ether1).</dd>
<dt><code class="Nm">ie</code></dt>
<dd>Acorn AKA25 Ethernet card (Ether1)
(<span class="Ux">NetBSD</span>/acorn32).</dd>
<dt><code class="Nm">ne</code></dt>
<dd>Various vaguely NE2000-compatible Ethernet cards
(<span class="Ux">NetBSD</span>/acorn32).</dd>
</dl>
</section>
<section class="Ss">
<h2 class="Ss" id="Serial_interfaces"><a class="permalink" href="#Serial_interfaces">Serial
interfaces</a></h2>
<dl class="Bl-tag">
<dt><code class="Nm">amps</code></dt>
<dd>Atomwide multi-port serial interface
(<span class="Ux">NetBSD</span>/acorn32).</dd>
</dl>
</section>
</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">acorn32/asc(4)</a>,
<a class="Xr">acorn32/cosc(4)</a>, <a class="Xr">acorn32/csc(4)</a>,
<a class="Xr">acorn32/ie(4)</a>, <a class="Xr">acorn32/ptsc(4)</a>,
<a class="Xr">dtide(4)</a>, <a class="Xr">ea(4)</a>,
<a class="Xr">eb(4)</a>, <a class="Xr">ei(4)</a>,
<a class="Xr">hcide(4)</a>, <a class="Xr">ne(4)</a>,
<a class="Xr">oak(4)</a>, <a class="Xr">sec(4)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">January 24, 2018</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|