1.\" Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org> 2.\" Copyright (c) 2000 Matthew Jacob 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. The name of the author may not be used to endorse or promote products 10.\" derived from this software without specific prior written permission. 11.\" 12.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 13.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 14.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 15.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22.\" 23.Dd April 25, 2023 24.Dt ISPFW 4 25.Os 26.Sh NAME 27.Nm ispfw 28.Nd "Firmware for Qlogic FibreChannel SCSI Host Adapters" 29.Sh SYNOPSIS 30To compile this driver into the kernel, 31place the following line in your 32kernel configuration file: 33.Bd -ragged -offset indent 34.Cd "device ispfw" 35.Ed 36.Pp 37Alternatively, to load the driver as a 38module at boot time, place the following line in 39.Xr loader.conf 5 : 40.Bd -literal -offset indent 41ispfw_load="YES" 42.Ed 43.Sh DESCRIPTION 44This trivial driver provides access to firmware sets for the Qlogic 45FibreChannel SCSI Host Adapters. 46It may either be 47statically linked into the kernel, or loaded as a module. 48In either 49case, the 50.Xr isp 4 51driver will notice that firmware is available to be downloaded onto 52Qlogic cards (to replace the usually out of date firmware on the cards). 53This will kick the f/w into getting unstuck. 54.Sh SEE ALSO 55.Xr isp 4 56.Sh AUTHORS 57This driver was written by 58.An Matthew Jacob . 59Later improvement was done by 60.An Alexander Motin Aq Mt mav@FreeBSD.org . 61.Sh BUGS 62Only firmware for the 24xx and 25xx based cards is included in 63.Nm . 64