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
|
<table class="head">
<tr>
<td class="head-ltitle">ADW(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">ADW(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">adw</code> — <span class="Nd">ConnectCom
Solutions AdvanSys PCI Ultra Wide SCSI host 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">adw* at pci? dev ? function ?</code>
<br/>
<code class="Cd">scsibus* at adw?</code></p>
<p class="Pp">
<br/>
<code class="Cd">options FAILSAFE</code>
<br/>
<code class="Cd">options SCSI_ADW_WDTR_DISABLE=mask</code>
<br/>
<code class="Cd">options SCSI_ADW_SDTR_DISABLE=mask</code>
<br/>
<code class="Cd">options SCSI_ADW_TAGQ_DISABLE=mask</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">adw</code> driver provides support for the
ADW (AdvanSys) ABP-940UW, ASB-3940UW, ASB-3940U2W SCSI host adapters.</p>
<p class="Pp">The following kernel configuration options are available:</p>
<dl class="Bl-ohang">
<dt><code class="Cd">options FAILSAFE</code></dt>
<dd>Disables tagged command queuing, wide data transfers and synchronous data
transfers for all SCSI devices controlled by the
<code class="Nm">adw</code> driver. By default, tagged command queuing,
wide data transfers and synchronous data transfers are used if the SCSI
devices support them.
<p class="Pp">The following options use a <i class="Em">mask</i> to specify
which SCSI peripherals the option applies to. The <i class="Em">mask</i>
is a 16 bit bitfield value. Each bit corresponds to a peripheral ID. The
LSB (bit 0) corresponds to the peripheral with ID 0. The MSB (bit 15)
corresponds to the peripheral with ID 15. The following features cannot
be disabled for the host adapter, which by default has ID 7.</p>
</dd>
<dt><code class="Cd">options SCSI_ADW_WDTR_DISABLE=mask</code></dt>
<dd>Disable WIDE data transfer for the peripherals specified by the mask
value.</dd>
<dt><code class="Cd">options SCSI_ADW_SDTR_DISABLE=mask</code></dt>
<dd>Disable SYNCHRONOUS data transfer for the peripherals specified by the
mask value.</dd>
<dt><code class="Cd">options SCSI_ADW_TAGQ_DISABLE=mask</code></dt>
<dd>Disable TAGGED COMMAND QUEUING for the peripherals specified by the mask
value.</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">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>,
<a class="Xr">uk(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">adw</code> device driver appeared in
<span class="Ux">NetBSD 1.4</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp"><span class="An">Baldassare Dante Profeta</span>
⟨dante@NetBSD.org⟩.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 3, 2000</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|