Deleted Added
full compact
isp.4 (310483) isp.4 (321870)
1.\" Copyright (c) 2009-2015 Alexander Motin <mav@FreeBSD.org>
1.\" Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org>
2.\" Copyright (c) 2006 Marcus Alves Grando
3.\" Copyright (c) 1998-2001 Matthew Jacob, for NASA/Ames Research Center
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.

--- 9 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
2.\" Copyright (c) 2006 Marcus Alves Grando
3.\" Copyright (c) 1998-2001 Matthew Jacob, for NASA/Ames Research Center
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.

--- 9 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: stable/11/share/man/man4/isp.4 310483 2016-12-23 18:25:43Z ken $
27.\" $FreeBSD: stable/11/share/man/man4/isp.4 321870 2017-08-01 13:03:06Z mav $
28.\"
28.\"
29.Dd December 20, 2016
29.Dd July 3, 2017
30.Dt ISP 4
31.Os
32.Sh NAME
33.Nm isp
34.Nd Qlogic based SPI and FibreChannel SCSI Host Adapters
35.Sh SYNOPSIS
36To compile this driver into the kernel,
37place the following lines in your

--- 178 unchanged lines hidden (view full) ---

216The default is 300 seconds (5 minutes).
217A separate (nonadjustable) timeout is used when
218booting to not stop booting on lack of FC connectivity.
219.It Va dev.isp.N.gone_device_time
220This value says how long to wait for devices to reappear if they (temporarily)
221disappear due to loop or fabric events.
222While this timeout is running, I/O
223to those devices will simply be held.
30.Dt ISP 4
31.Os
32.Sh NAME
33.Nm isp
34.Nd Qlogic based SPI and FibreChannel SCSI Host Adapters
35.Sh SYNOPSIS
36To compile this driver into the kernel,
37place the following lines in your

--- 178 unchanged lines hidden (view full) ---

216The default is 300 seconds (5 minutes).
217A separate (nonadjustable) timeout is used when
218booting to not stop booting on lack of FC connectivity.
219.It Va dev.isp.N.gone_device_time
220This value says how long to wait for devices to reappear if they (temporarily)
221disappear due to loop or fabric events.
222While this timeout is running, I/O
223to those devices will simply be held.
224.It Va dev.isp.N.use_gff_id
225.It Va dev.isp.N.use_gft_id
226Setting those options to 0 allows to disable use of GFF_ID and GFT_ID SNS
227requests during FC fabric scan.
228It may be useful if switch does not implement them correctly,
229preventing some devices from being found.
230Disabling them may cause unneeded logins to ports not supporting target role
231or even FCP at all.
232The default is 1 (enabled).
224.It Va dev.isp.N.wwnn
225This is the readonly World Wide Node Name value for this port.
226.It Va dev.isp.N.wwpn
227This is the readonly World Wide Port Name value for this port.
228.El
229.Sh SEE ALSO
230.Xr da 4 ,
231.Xr intro 4 ,
232.Xr ispfw 4 ,
233.Xr sa 4 ,
234.Xr scsi 4 ,
235.Xr gmultipath 8
236.Sh AUTHORS
237The
238.Nm
239driver was written by
240.An Matthew Jacob
241originally for NetBSD at NASA/Ames Research Center.
233.It Va dev.isp.N.wwnn
234This is the readonly World Wide Node Name value for this port.
235.It Va dev.isp.N.wwpn
236This is the readonly World Wide Port Name value for this port.
237.El
238.Sh SEE ALSO
239.Xr da 4 ,
240.Xr intro 4 ,
241.Xr ispfw 4 ,
242.Xr sa 4 ,
243.Xr scsi 4 ,
244.Xr gmultipath 8
245.Sh AUTHORS
246The
247.Nm
248driver was written by
249.An Matthew Jacob
250originally for NetBSD at NASA/Ames Research Center.
242Some later improvement was done by
251Later improvement was done by
243.An Alexander Motin Aq Mt mav@FreeBSD.org .
244.Sh BUGS
245The driver currently ignores some NVRAM settings.
246.Pp
247Fabric support for 2100 cards has been so problematic, and these cards are so
248old now that it is just not worth your time to try it.
252.An Alexander Motin Aq Mt mav@FreeBSD.org .
253.Sh BUGS
254The driver currently ignores some NVRAM settings.
255.Pp
256Fabric support for 2100 cards has been so problematic, and these cards are so
257old now that it is just not worth your time to try it.