]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/adv.4
Remove aic(4) driver
[FreeBSD/FreeBSD.git] / share / man / man4 / adv.4
1 .\"
2 .\" Copyright (c) 1998, 2000
3 .\"     Justin T. Gibbs.  All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD$
25 .\"
26 .Dd August 8, 2004
27 .Dt ADV 4
28 .Os
29 .Sh NAME
30 .Nm adv
31 .Nd Advansys ISA/VL/PCI Narrow 8bit SCSI Host adapter driver
32 .Sh SYNOPSIS
33 To compile this driver into the kernel,
34 place the following lines in your
35 kernel configuration file:
36 .Bd -ragged -offset indent
37 .Cd "device scbus"
38 .Cd "device adv"
39 .Pp
40 For one or more VL/ISA cards:
41 .Cd "device isa"
42 .Pp
43 In
44 .Pa /boot/device.hints :
45 .Cd hint.adv.0.at="isa"
46 .Pp
47 For one or more PCI cards:
48 .Cd "device pci"
49 .Ed
50 .Sh DESCRIPTION
51 This driver provides access to the narrow 8bit
52 .Tn SCSI
53 bus connected to the Advanced Systems Products, Inc.
54 .Tn ASC900 ,
55 .Tn ASC1000 ,
56 .Tn ASC1090 ,
57 .Tn ASC1200 ,
58 .Tn ASC3030 ,
59 .Tn ASC3050 ,
60 and
61 .Tn ASC3150
62 host adapter chips.
63 The following tables list the AdvanSys products using these chips,
64 their bus attachment type, maximum sync rate, and the maximum number of
65 commands that can be handled by the adapter concurrently.
66 .Bd -ragged -offset indent
67 Connectivity Products:
68 .Bl -column "ABP510/5150 " "ISA PnP " "Floppy " "MaxSync " "Commands " "Footnotes "
69 .Em "Adapter" Ta Em "Bus" Ta Em "Floppy" Ta Em "MaxSync" Ta Em "Commands" Ta Em "Footnotes"
70 .It "ABP510/5150" Ta "ISA" Ta "\&No" Ta "10MHz" Ta "240" Ta "1"
71 .It "ABP5140" Ta "ISA PnP" Ta "\&No" Ta "10MHz" Ta "16" Ta "1, 3"
72 .It "ABP5142" Ta "ISA PnP" Ta "Yes" Ta "10MHz" Ta "16" Ta "4"
73 .It "ABP[3]902" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
74 .It "ABP3905" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
75 .It "ABP915" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
76 .It "ABP920" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
77 .It "ABP3922" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
78 .It "ABP3925" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta ""
79 .It "ABP930" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta "5"
80 .It "ABP930U" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "16" Ta ""
81 .It "ABP930UA" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "16" Ta ""
82 .It "ABP960" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "16" Ta "2"
83 .It "ABP960U" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "16" Ta "2"
84 .El
85 .Pp
86 Footnotes:
87 .Bl -enum -compact
88 .It
89 This board has been shipped by HP with the 4020i CD-R drive.
90 The board has no BIOS so it cannot control a boot device, but
91 it can control any secondary SCSI device.
92 .It
93 This board has been sold by Iomega as a Jaz Jet PCI adapter.
94 .It
95 This board has been sold by SIIG as the i540 SpeedMaster.
96 .It
97 This board has been sold by SIIG as the i542 SpeedMaster.
98 .It
99 This board has been sold by SIIG as the Fast SCSI Pro PCI.
100 .El
101 .Ed
102 .Bd -ragged -offset indent
103 Single Channel Products:
104 .Bl -column "ABPX3X940UA " "PCI " "Floppy " "MaxSync " "Commands"
105 .Em "Adapter" Ta Em "Bus" Ta Em "Floppy" Ta Em "MaxSync" Ta Em "Commands"
106 .It "ABP542" Ta "ISA" Ta "Yes" Ta "10MHz" Ta "240"
107 .It "ABP842" Ta "VL" Ta "Yes" Ta "10MHz" Ta "240"
108 .It "ABP940" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "240"
109 .It "ABP[3]940UA" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "240"
110 .It "ABP940U" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "240"
111 .It "ABP3960UA" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "240"
112 .It "ABP970" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "240"
113 .It "ABP970U" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "240"
114 .El
115 .Ed
116 .Bd -ragged -offset indent
117 Multi Channel Products (Commands are per-channel):
118 .Bl -column "ABPX3X980UA " "PCI " "Floppy " "MaxSync " "Commands " "Channels"
119 .Em "Adapter" Ta Em "Bus" Ta Em "Floppy" Ta Em "MaxSync" Ta Em "Commands" Ta Em "Channels"
120 .It "ABP852" Ta "VL" Ta "Yes" Ta "10MHz" Ta "240" Ta "2"
121 .It "ABP950" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "240" Ta "2"
122 .It "ABP980" Ta "PCI" Ta "\&No" Ta "10MHz" Ta "240" Ta "4"
123 .It "ABP980U" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "240" Ta "4"
124 .It "ABP[3]980UA" Ta "PCI" Ta "\&No" Ta "20MHz" Ta "16" Ta "4"
125 .El
126 .Ed
127 .Pp
128 For ISA or Vesa Local Bus adapters, one kernel hints entry is required
129 for every card to be attached by the system.
130 Specific values for the port address, irq and drq may be specified.
131 If unspecified, the driver will query the device for its current
132 settings and use those.
133 If the port address is unspecified, the driver will search for it at
134 one of the possible addresses.
135 Cards configured for ISA PNP addresses are found automatically.
136 The possible port addresses for these card are 0x110, 0x130,
137 0x150, 0x190, 0x210, 0x230, 0x250, and 0x330.
138 .Pp
139 Per target configuration performed in the
140 .Tn AdvanceWare
141 menu, which is accessible at boot,
142 is honored by this driver.
143 This includes synchronous/asynchronous transfers,
144 maximum synchronous negotiation rate, disconnection, tagged queueing,
145 and the host adapter's SCSI ID.
146 The global setting for the maximum number of tagged transactions allowed
147 per target is not honored as the CAM SCSI system will automatically determine
148 the maximum number of tags a device can receive as well as guarantee fair
149 resource allocation among devices.
150 .Sh HARDWARE
151 The
152 .Nm
153 driver supports the following SCSI controllers:
154 .Pp
155 .Bl -bullet -compact
156 .It
157 AdvanSys ABP510/5150
158 .It
159 AdvanSys ABP5140
160 .It
161 AdvanSys ABP5142
162 .It
163 AdvanSys ABP902/3902
164 .It
165 AdvanSys ABP3905
166 .It
167 AdvanSys ABP915
168 .It
169 AdvanSys ABP920
170 .It
171 AdvanSys ABP3922
172 .It
173 AdvanSys ABP3925
174 .It
175 AdvanSys ABP930, ABP930U, ABP930UA
176 .It
177 AdvanSys ABP960, ABP960U
178 .It
179 AdvanSys ABP542
180 .It
181 AdvanSys ABP842
182 .It
183 AdvanSys ABP940
184 .It
185 AdvanSys ABP940UA/3940UA
186 .It
187 AdvanSys ABP940U
188 .It
189 AdvanSys ABP3960UA
190 .It
191 AdvanSys ABP970, ABP970U
192 .It
193 AdvanSys ABP852
194 .It
195 AdvanSys ABP950
196 .It
197 AdvanSys ABP980, ABP980U
198 .It
199 AdvanSys ABP980UA/3980UA
200 .El
201 .Sh SEE ALSO
202 .Xr adw 4 ,
203 .Xr ahc 4 ,
204 .Xr cd 4 ,
205 .Xr da 4 ,
206 .Xr sa 4 ,
207 .Xr scsi 4
208 .Sh HISTORY
209 The
210 .Nm
211 driver appeared in
212 .Fx 3.0 .
213 .Sh AUTHORS
214 .An -nosplit
215 The
216 .Nm
217 driver was ported by
218 .An Justin T. Gibbs
219 from the Linux driver
220 written by
221 .An Bob Frey
222 of Advanced System Products, Inc.
223 Many thanks to AdvanSys for providing the original driver under a suitable
224 license for use in
225 .Fx .