blob: a26aee2b667e7f5df83bc9d4116540348c649c80 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">DTIDE(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">DTIDE(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">dtide</code> — <span class="Nd">D.T.
Software IDE interface 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">dtide* at podulebus0 slot ?</code>
<br/>
<code class="Cd">atabus* at dtide? channel ?</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">dtide</code> driver handles a D.T. Software
IDE interface plugged into an Acorn expansion slot. It uses the standard
<span class="Ux">NetBSD</span> IDE controller driver, and hence can use the
standard <code class="Nm">atabus</code> driver.</p>
<p class="Pp">The card provides two IDE channels. The external IDE connector is
channel 0, while the internal connector is channel 1.</p>
</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">atabus(4)</a>, <a class="Xr">atapibus(4)</a>,
<a class="Xr">podulebus(4)</a>, <a class="Xr">wd(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The driver was derived by reverse-engineering the card and its
RISC OS driver, so it may not handle the card entirely optimally.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">October 8, 2003</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|