No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / isp.4
blob51ef3585232fa4295b3e6138c70a45771ddba0a1
1 .\"     $NetBSD: isp.4,v 1.11 2004/05/11 22:42:47 wiz Exp $
2 .\"
3 .\" Copyright (c) 1998, 1999
4 .\"     Matthew Jacob, for NASA/Ames Research Center
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. 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.
16 .\"
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.
27 .\"
28 .\"
29 .Dd June 24, 2009
30 .Dt ISP 4
31 .Os
32 .Sh NAME
33 .Nm isp
34 .Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
35 .Sh SYNOPSIS
36 .Cd "isp* at pci? dev? function?" Pq PCI
37 .Cd "isp* at sbus? slot ? offset ?" Pq SBus
38 .Cd scsibus* at isp?
39 .Sh DESCRIPTION
40 This driver provides access to
41 .Tn SCSI
43 .Tn FibreChannel
44 devices.
45 .Pp
46 SCSI features include support for Ultra SCSI and wide mode transactions for
47 .Tn SCSI ,
48 and LVD (for the ISP1080 and ISP1280),
49 .Pp
50 Fibre Channel support uses FCP SCSI profile for
51 .Tn FibreChannel .
52 and uses Class 3 connections only.
53 Support is available for Public and Private loops.
54 Command tagging is supported for all (in fact,
55 .Tn FibreChannel
56 requires tagging).
57 .Sh CONFIGURATION
58 An optional
59 .Tn flags 0x80
60 appended to the above
61 .Tn isp*
62 declarations will disable the download of driver firmware, which means you
63 use whatever firmware is running on the card.
64 If no firmware is running on the card,
65 the driver cannot operate the card.
66 .Pp
67 An optional
68 .Tn flags 0x40
69 appended to the above
70 .Tn isp*
71 declarations (can be OR'd in with the other config flags option)
72 will keep the driver from looking at device or bus NVRAM settings (this
73 is in case NVRAM is just wrong and you have the card in a platform where
74 it is inconvenient to change NVRAM settings on the card).
75 .Sh HARDWARE
76 Supported cards include:
77 .Pp
78 .Bl -tag -width xxxxxx -offset indent
79 .It ISP1000
80 SBus Fast Wide, Ultra Fast Wide cards, Single Ended or Differential cards.
81 .It PTI SBS440
82 Performance Technology ISP1000 variants.
83 .It ISP1020
84 Qlogic 1020 Fast Wide and Differential Fast Wide PCI cards.
85 .It ISP1040
86 Qlogic 1040 Ultra Wide and Differential Ultra Wide PCI cards.
87 .It PTI SBS450
88 Performance Technology ISP1040 variants.
89 .It Qlogic 1240
90 Qlogic 1240 Dual Bus Ultra Wide and Differential Ultra Wide PCI cards.
91 .It Qlogic 1080
92 Qlogic 1280 LVD Ultra2 Wide PCI cards.
93 .It Qlogic 1280
94 Qlogic 1280 Dual Bus LVD Ultra2 Wide PCI cards.
95 .It Qlogic 2100
96 Qlogic 2100 and 2100A Copper and Optical Fibre Channel Arbitrated Loop
97 .It Qlogic 2102
98 Qlogic Dual Loop 2100A Optical Fibre Channel Arbitrated Loop PCI cards.
99 .It Qlogic 2200
100 Qlogic 2200 Copper and Optical Fibre Channel Arbitrated Loop PCI cards.
101 .It Qlogic 2202
102 Qlogic 2200 Dual Bus Optical Fibre Channel Arbitrated Loop PCI cards.
103 .It Qlogic 2204
104 Qlogic 2200 Quad Bus Optical Fibre Channel Arbitrated Loop PCI cards.
105 .It Qlogic 2300
106 Qlogic 2300 2-Gigabit Optical Fibre Channel PCI cards.
107 .It Qlogic 2312
108 Qlogic 2300 2-Gigabit Dual Channel Optical Fibre Channel PCI cards.
109 .It PTI SBS470
110 Performance Technology ISP2100 variants.
111 .It Antares P-0033
112 Antares Microsystems ISP2100 variants.
113 .It Qlogic 2400
114 Qlogic 2400 4-Gigabit Optical Fibre Channel PCI cards.
115 .It Qlogic 2500
116 Qlogic 2500 8-Gigabit Optical Fibre Channel PCI cards.
118 .Sh SEE ALSO
119 .Xr cd 4 ,
120 .Xr intro 4 ,
121 .Xr scsi 4 ,
122 .Xr sd 4 ,
123 .Xr st 4
124 .Sh AUTHORS
127 driver was written by Matthew Jacob for NASA/Ames Research Center.
128 .Sh BUGS
129 The driver currently ignores some NVRAM settings.
131 The driver currently doesn't do error recovery for timed out commands
132 very gracefully.
134 Sometimes, when booting, the driver gets stuck waiting for the Fibre Channel
135 firmware to tell it that the loop port database is ready.
136 In this case you'll see an announcement that the loop state has a
137 value of 0x1.
138 To unwedge the system, unplug and replug the fibre channel connection,
139 or otherwise cause a LIP (Loop Initialization Primitive sequence) -
140 this will kick the firmware into getting unstuck.