blob: 3bec126a6ce0fa43af1e1e9f2e618e48d0b618ff (
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
|
<table class="head">
<tr>
<td class="head-ltitle">BHA(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">BHA(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">bha</code>, <code class="Nm">bt</code> —
<span class="Nd">Buslogic SCSI adapter 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">bha0 at isa? port 0x330 irq ? drq ?</code>
<br/>
<code class="Cd">bha* at eisa? slot ?</code>
<br/>
<code class="Cd">bha* at pci? dev ? function ?</code>
<br/>
<code class="Cd">scsibus* at bha?</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">bha</code> driver supports the following
Buslogic SCSI adapters:</p>
<p class="Pp"></p>
<div class="Bd-indent">
<dl class="Bl-tag Bl-compact">
<dt>Buslogic ISA BT-445</dt>
<dd style="width: auto;"> </dd>
<dt>Buslogic EISA BT-74x</dt>
<dd style="width: auto;"> </dd>
<dt>Buslogic PCI BT-9[45][68]</dt>
<dd style="width: auto;"> </dd>
</dl>
</div>
</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">cd(4)</a>, <a class="Xr">ch(4)</a>,
<a class="Xr">intro(4)</a>, <a class="Xr">scsi(4)</a>,
<a class="Xr">sd(4)</a>, <a class="Xr">st(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">In <span class="Ux">NetBSD 1.2</span> and earlier, this driver was
named <code class="Nm">bt</code> but was renamed to
<code class="Nm">bha</code> in later releases.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The Buslogic BT-930 is not supported in this driver.</p>
<p class="Pp">The Buslogic BT-445S has a problem in early hardware and firmware
revisions which prevents proper operation on a system with more than 16MB of
RAM. Hardware revision D and firmware revision 3.37 should be considered
minimum requirements for using this board on systems configured in this
manner.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">November 29, 1994</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|