]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/isp.4
Removed whitespace at end-of-line; no content changes. I simply did
[FreeBSD/FreeBSD.git] / share / man / man4 / isp.4
1 .\"     $FreeBSD$
2 .\"     $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
3 .\"
4 .\" Copyright (c) 1998, 1999
5 .\"     Matthew Jacob, for NASA/Ames Research Center
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. The name of the author may not be used to endorse or promote products
16 .\"    derived from this software without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 .\"
29 .\"
30 .Dd February 14, 2000
31 .Dt ISP 4
32 .Os
33 .Sh NAME
34 .Nm isp
35 .Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
36 .Sh SYNOPSIS
37 .Cd "device isp"
38 .Pp
39 For one or more SCSI busses:
40 .Cd device scbus0
41 .Sh DESCRIPTION
42 This driver provides access to
43 .Tn SCSI
44 or
45 .Tn FibreChannel
46 devices.
47 .Pp
48 SCSI features include support for Ultra SCSI and wide mode transactions
49 for
50 .Tn SCSI ,
51 Ultra2 LVD (for the ISP1080 and ISP1280), and Ultra3 LVD (for the
52 ISP12160).
53 .Pp
54 Fibre Channel support uses FCP SCSI profile for
55 .Tn FibreChannel .
56 and utilizes Class 3 and Class 2 connections (Qlogic 2100 is Class
57 3 only, minor patches to the Qlogic 2200 to force Class 2 mode).
58 Support is available for Public and Private loops, and for
59 point-to-point connections (Qlogic 2200 only).  Command tagging is
60 supported for all (in fact,
61 .Tn FibreChannel
62 requires tagging). Fabric support is enabled by default (but may
63 be contingent upon the correct firmware being loaded).
64 .Sh FIRMWARE
65 Firmware is now available if the
66 .Xr ispfw 4
67 module is loaded during bootstrap (q.v.).
68 .Sh HARDWARE
69 Supported cards include:
70 .Pp
71 .Bl -tag -width xxxxxx -offset indent
72 .It ISP1000
73 SBus Fast Wide, Ultra Fast Wide cards, Single Ended or Differential
74 cards.
75 .It PTI SBS440
76 Performance Technology ISP1000 variants.
77 .It ISP1020
78 Qlogic 1020 Fast Wide and Differential Fast Wide PCI cards.
79 .It ISP1040
80 Qlogic 1040 Ultra Wide and Differential Ultra Wide PCI cards.
81 .It PTI SBS450
82 Performance Technology ISP1040 variants.
83 .It Qlogic 1240
84 Qlogic 1240 Dual Bus Ultra Wide and Differential Ultra Wide PCI
85 cards.
86 .It Qlogic 1080
87 Qlogic 1280 LVD Ultra2 Wide PCI cards.
88 .It Qlogic 1280
89 Qlogic 1280 Dual Bus LVD Ultra2 Wide PCI cards.
90 .It Qlogic 12160
91 Qlogic 12160 Dual Bus LVD Ultra3 Wide PCI cards.
92 .It Qlogic 2100
93 Qlogic 2100 and 2100A Copper and Optical Fibre Channel Arbitrated
94 Loop
95 .It Qlogic 2102
96 Qlogic Dual Loop 2100A Optical Fibre Channel Arbitrated Loop PCI
97 cards.
98 .It Qlogic 2200
99 Qlogic 2200 Copper and Optical Fibre Channel Arbitrated Loop PCI
100 cards.
101 .It Qlogic 2202
102 Qlogic 2200 Dual Bus Optical Fibre Channel Arbitrated Loop PCI
103 cards.
104 .It PTI SBS470
105 Performance Technology ISP2100 variants.
106 .It Antares P-0033
107 Antares Microsystems ISP2100 variants.
108 .El
109 .Sh CONFIGURATION OPTIONS
110 .Pp
111 Target mode support may be enabled with the
112 .Pp
113 .Cd options ISP_TARGET_MODE
114 .Pp
115 option.
116 .Sh BOOT OPTIONS
117 The following options are switchable by setting values in the loader
118 configuration file (see the
119 .Xr loader 8
120 manual page). They are:
121 .Pp
122 .Bl -tag -width "isp_no_fwload" -compact
123 .It isp_disable
124 A bit mask of units to skip configuration for.
125 .It isp_mem_map
126 A bit mask of units to use PCI Memory space instead of I/O space
127 access for.
128 .It isp_io_map
129 A bit mask of units to use PCI I/O space instead of Memory space
130 access for.
131 .It isp_no_nvram
132 A bit mask of units that you wish to ignore board NVRAM settings
133 for.
134 .It isp_nvram
135 A bit mask of units that you wish to specifically use board NVRAM
136 settings for.
137 .It isp_fcduplex
138 A bit mask of units that you wish to specifically to set into full
139 duplex mode.
140 .It isp_no_fcduplex
141 A bit mask of units that you wish to specifically to not set into
142 full duplex mode.
143 .It isp_wwn
144 This should be the full 64 bit World Wide Node Name you would like
145 to use, overriding the value in NVRAM for the card.
146 .It isp_debug
147 This is a driver debug level- meaningful from 0 through 7.
148 .It isp_tdebug
149 This is a driver target mode debug level- meaningful from 0 through
150 5.
151 .El
152 .Sh BUGS
153 The driver currently ignores some NVRAM settings.
154 .Pp
155 The driver currently doesn't do error recovery for timed out commands
156 very gracefully.
157 .Pp
158 Target mode support isn't completely debugged yet. It works reasonably
159 well for Fibre Channel, somewhat well for Qlogic 1040 cards, but
160 doesn't yet work for the other cards (due to last minute unnanounced
161 changes in firmware interfaces).
162 .Pp
163 Sometimes, when booting, the driver gets stuck waiting for the
164 Fibre Channel f/w to tell it that the loop port database is ready,
165 or waiting for a good loop to be seen (this does not yet support
166 booting without being connected to a fibre channel device).  To
167 unwedge the system, unplug and replug the fibre channel connection,
168 or otherwise cause a LIP (Loop Initialization Primitive sequence)-
169 this will kick the f/w into getting unstuck.
170 .Sh SEE ALSO
171 .Xr da 4 ,
172 .Xr intro 4 ,
173 .Xr sa 4 ,
174 .Xr scsi 4
175 .Sh AUTHORS
176 The
177 .Nm
178 driver was written by Matthew Jacob for NASA/Ames Research Center.