1 .\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
3 .\" Copyright (c) 1998, 1999, 2001
4 .\" Matthew Jacob, for NASA/Ames Research Center
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. The name of the author may not be used to endorse or promote products
15 .\" derived from this software without specific prior written permission.
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 .\" Additional Copyright (c) 2006 by Marcus Alves Grando
30 .\" $FreeBSD: src/share/man/man4/isp.4,v 1.29 2010/10/08 12:40:16 uqs Exp $
37 .Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
39 To compile this driver into the kernel,
40 place the following lines in your
41 kernel configuration file:
42 .Bd -ragged -offset indent
47 Alternatively, to load the driver as a
48 module at boot time, place the following line in
50 .Bd -literal -offset indent
54 This driver provides access to
60 SCSI features include support for Ultra SCSI and wide mode transactions
63 Ultra2 LVD (for the ISP1080 and ISP1280), and Ultra3 LVD (for the
66 Fibre Channel support uses FCP SCSI profile for
68 and utilizes Class 3 and Class 2 connections (Qlogic 2100 is Class
69 3 only, minor patches to the Qlogic 2200 to force Class 2 mode).
70 Support is available for Public and Private loops, and for
71 point-to-point connections (Qlogic 2200 only).
72 The newer 2-Gigabit cards (2300, 2312, 2322) and 4-Gigabit (2422, 2432)
75 supported for all (in fact,
78 Fabric support is enabled by default for other than 2100 cards.
80 support for 2100 cards has been so problematic and these cards are so
81 old now that it is just not worth your time to try it.
83 Firmware is available if the
85 module is loaded during bootstrap (q.v.).
89 recommended that you use the firmware available
92 as it is the most likely to have been tested with this driver.
94 Cards supported by the
97 .Bl -tag -width xxxxxx -offset indent
99 SBus Fast Wide, Ultra Fast Wide cards, Single Ended or Differential
102 Qlogic 1020 Fast Wide and Differential Fast Wide PCI cards.
104 Qlogic 1040 Ultra Wide and Differential Ultra Wide PCI cards.
105 Also known as the DEC KZPBA-CA (single ended) and KZPBA-CB (HVD differential).
107 Qlogic 1240 Dual Bus Ultra Wide and Differential Ultra Wide PCI
110 Qlogic 1020 SCSI cards.
112 Qlogic 1040 Ultra SCSI cards.
114 Qlogic 1280 LVD Ultra2 Wide PCI cards.
116 Qlogic 1280 Dual Bus LVD Ultra2 Wide PCI cards.
118 Qlogic 12160 Dual Bus LVD Ultra3 Wide PCI cards.
120 Qlogic 2100 and 2100A Copper and Optical Fibre Channel Arbitrated
123 Qlogic 2200 Copper and Optical Fibre Channel Arbitrated Loop PCI
124 cards (single, dual, quad).
126 Qlogic 2300 Optical Fibre Channel PCI cards.
128 Qlogic 2312 Optical Fibre Channel PCI cards.
130 Qlogic 234X Optical Fibre Channel PCI cards (2312 chipset, single and dual attach).
132 Qlogic 2322 Optical Fibre Channel PCIe cards.
134 Dell Branded version of the QLogic 2312 Fibre Channel PCI cards.
136 Qlogic 2422 Optical Fibre Channel PCI cards (4 Gigabit)
138 Qlogic 2432 Optical Fibre Channel PCIe cards (4 Gigabit)
140 .Sh CONFIGURATION OPTIONS
141 Target mode support may be enabled with the
143 .Cd options ISP_TARGET_MODE
147 The following options are switchable by setting values in
148 .Pa /boot/device.hints .
151 .Bl -tag -width indent
152 .It Va hint.isp.0.disable
153 A hint value to disable driver in kernel.
154 .It Va hint.isp.0.fwload_disable
155 A hint value to disable loading of firmware
157 .It Va hint.isp.0.prefer_memmap
158 A hint value to use PCI memory space instead of I/O space
160 .It Va hint.isp.0.prefer_iomap
161 A hint value to use PCI I/O space instead of Memory space
163 .It Va hint.isp.0.ignore_nvram
164 A hint value to ignore board NVRAM settings for.
165 Otherwise use NVRAM settings.
166 .It Va hint.isp.0.fullduplex
167 A hint value to set full duplex mode.
168 .It Va hint.isp.0.topology
169 A hint value to select topology of connection.
170 Supported values are:
172 .Bl -tag -width ".Li lport-only" -compact
174 Prefer loopback and fallback to point to point.
176 Prefer point to point and fallback to loopback.
182 .It Va hint.isp.0.portwwn
183 This should be the full 64 bit World Wide Port Name you would like
184 to use, overriding the value in NVRAM for the card.
185 .It Va hint.isp.0.nodewwn
186 This should be the full 64 bit World Wide Node Name you would like
187 to use, overriding the value in NVRAM for the card.
188 .It Va hint.isp.0.iid
189 A hint to override or set the Initiator ID or Loop ID.
191 cards in Local Loop topologies it is
193 recommended that you set this value to non-zero.
194 .It Va hint.isp.0.role
195 A hint to define default role for isp instance (target, initiator, both).
196 .It Va hint.isp.0.debug
197 A hint value for a driver debug level (see the file
198 .Pa /usr/src/sys/dev/isp/ispvar.h
202 By default, the driver will use MSI if it is supported.
203 This behavior can be turned off by setting the following tunable:
204 .Bd -literal -offset indent
208 .Bl -tag -width indent
209 .It Va dev.isp.N.loop_down_limit
210 This value says how long to wait in seconds after loop has gone down before
211 giving up and expiring all of the devices that were visible.
212 The default is 300 seconds (5 minutes).
213 A separate (nonadjustable) timeout is used when
214 booting to not stop booting on lack of FC connectivity.
215 .It Va dev.isp.N.gone_device_time
216 This value says how long to wait for devices to reappear if they (temporarily)
217 disappear due to loop or fabric events.
218 While this timeout is running, I/O
219 to those devices will simply be held.
220 .It Va dev.isp.N.wwnn
221 This is the readonly World Wide Node Name value for this port.
222 .It Va dev.isp.N.wwpn
223 This is the readonly World Wide Port Name value for this port.
234 driver was written by Matthew Jacob originally for
236 at NASA/Ames Research Center.
238 The driver currently ignores some NVRAM settings.
240 Target mode support is not completely reliable yet.
242 well for Fibre Channel, somewhat well for Qlogic 1040 cards, but
243 does not yet work for the other cards (due to last minute unannounced
244 changes in firmware interfaces).