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">DINO(4)</td>
<td class="head-vol">Device Drivers Manual (hppa)</td>
<td class="head-rtitle">DINO(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">dino</code> — <span class="Nd">Dino and
Cujo Host/PCI bridges</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">dino* at phantomas?</code>
<br/>
<code class="Cd">com* at dino?</code>
<br/>
<code class="Cd">pci* at dino?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">This driver supports Dino and Cujo Host/PCI bridges found in
[ABC][0-9][0-9][0-9]-Class workstations and GSC / HSC cards. Cujo is a 64
bit datapath version of Dino.</p>
<p class="Pp">On some machines it may also provide an additional serial port
through the <a class="Xr">com(4)</a> driver, or PS/2 keyboard and mouse
ports, though the latter are not yet supported.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="MACHINES"><a class="permalink" href="#MACHINES">MACHINES</a></h1>
<p class="Pp">An incomplete list of machines that use the Dino / Cujo Host/PCI
bridges:</p>
<p class="Pp"></p>
<ul class="Bl-bullet Bl-compact">
<li>744</li>
<li>748[i]</li>
<li>A180[C]</li>
<li>B132L[+], B160L, B180L+</li>
<li>C132L, C160[L], C180, C200, C240, C360</li>
<li>J2240</li>
<li>D390</li>
<li>R380, R390</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">com(4)</a>, <a class="Xr">hppa/intro(4)</a>,
<a class="Xr">hppa/phantomas(4)</a>, <a class="Xr">pci(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">dino</code> driver appeared in
<span class="Ux">OpenBSD 3.5</span>. It was ported to
<span class="Ux">NetBSD 2.0</span> by Jochen Kunz.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp"><code class="Nm">dino</code> bridges of revision earlier than
three may exhibit data corruption on DMA. This hardware bug does not affect
<code class="Nm">cujo</code> or card mode <code class="Nm">dino</code>
bridges. See HP Service Note Numbers A4190A-01 and A4191A-01 for more
details. Systems affected are those shipped before Aug 20, 1997 and of
models: B132L, B160L, C160, C180, C200, C240.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 17, 2017</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|