No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / adw.4
blob7347fa6d62b484a32cb5a0d0d17d300623a5ca3f
1 .\"     $NetBSD: adw.4,v 1.7 2001/09/11 17:39:00 wiz Exp $
2 .\"
3 .\" Copyright (c) 1998, 1999, 2000 Baldassare Dante Profeta
4 .\"     All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. The name of the author may not be used to endorse or promote products
12 .\"    derived from this software without specific prior written permission.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\"
26 .Dd February 3, 2000
27 .Dt ADW 4
28 .Os
29 .Sh NAME
30 .Nm adw
31 .Nd ConnectCom Solutions AdvanSys PCI Ultra Wide SCSI host adapter driver
32 .Sh SYNOPSIS
33 .Cd "adw* at pci? dev ? function ?"
34 .Cd "scsibus* at adw?"
35 .Pp
36 .Cd "options FAILSAFE"
37 .Cd "options SCSI_ADW_WDTR_DISABLE=mask"
38 .Cd "options SCSI_ADW_SDTR_DISABLE=mask"
39 .Cd "options SCSI_ADW_TAGQ_DISABLE=mask"
40 .Sh DESCRIPTION
41 The
42 .Nm
43 driver provides support for the ADW (AdvanSys) ABP-940UW, ASB-3940UW,
44 ASB-3940U2W
45 .Tn SCSI
46 host adapters.
47 .Pp
48 The following kernel configuration options are available:
49 .Bl -ohang
50 .It Cd options FAILSAFE
51 Disables tagged command queuing, wide data transfers and synchronous
52 data transfers for all
53 .Tn SCSI
54 devices controlled by the
55 .Nm
56 driver.
57 By default, tagged command queuing, wide data transfers and
58 synchronous data transfers are used if the
59 .Tn SCSI
60 devices support them.
61 .Pp
62 The following options use a
63 .Em mask
64 to specify which SCSI peripherals the option applies to.
65 The
66 .Em mask
67 is a 16 bit bitfield value. Each bit corresponds to a peripheral ID.
68 The LSB (bit 0) corresponds to the peripheral with ID 0.
69 The MSB (bit 15) corresponds to the peripheral with ID 15.
70 The following features cannot be disabled for the host adapter, which by
71 default has ID 7.
72 .It Cd options SCSI_ADW_WDTR_DISABLE=mask
73 Disable
74 .Tn WIDE
75 data transfer for the peripherals specified by the mask value.
76 .It Cd options SCSI_ADW_SDTR_DISABLE=mask
77 Disable
78 .Tn SYNCHRONOUS
79 data transfer for the peripherals specified by the mask value.
80 .It Cd options SCSI_ADW_TAGQ_DISABLE=mask
81 Disable
82 .Tn TAGGED COMMAND QUEUING
83 for the peripherals specified by the mask value.
84 .El
85 .Sh SEE ALSO
86 .Xr cd 4 ,
87 .Xr ch 4 ,
88 .Xr intro 4 ,
89 .Xr scsi 4 ,
90 .Xr sd 4 ,
91 .Xr st 4 ,
92 .Xr uk 4
93 .Sh HISTORY
94 The
95 .Nm
96 device driver appeared in
97 .Nx 1.4 .
98 .Sh AUTHORS
99 .An Baldassare Dante Profeta
100 .Aq dante@NetBSD.org .