1.\" Copyright (c) 2000 2.\" 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.\" $FreeBSD: src/share/man/man4/ispfw.4,v 1.7 2006/05/20 09:39:28 brueffer Exp $ 24.\" 25.Dd June 28, 2017 26.Dt ISPFW 4 27.Os 28.Sh NAME 29.Nm ispfw 30.Nd "Firmware Module for Qlogic based SCSI and FibreChannel SCSI Host Adapters" 31.Sh SYNOPSIS 32To compile this driver into the kernel, 33place the following line in your 34kernel configuration file: 35.Bd -ragged -offset indent 36.Cd "device ispfw" 37.Ed 38.Pp 39This will compile firmware images for all 40.Xr isp 4 41devices into the kernel. 42.Pp 43Alternatively, to load the driver as a 44module at boot time, place the following lines in 45.Xr loader.conf 5 : 46.Bd -literal -offset indent 47isp_1040_load="YES" 48isp_1040_it_load="YES" 49isp_1080_load="YES" 50isp_1080_it_load="YES" 51isp_12160_load="YES" 52isp_12160_it_load="YES" 53isp_2100_load="YES" 54isp_2200_load="YES" 55isp_2300_load="YES" 56isp_2322_load="YES" 57isp_2400_load="YES" 58isp_2400_multi_load="YES" 59isp_2500_load="YES" 60isp_2500_multi_load="YES" 61.Ed 62.Sh DESCRIPTION 63This trivial driver provides access to firmware sets for the Qlogic 64based SCSI and FibreChannel SCSI Host Adapters. 65It may either be 66statically linked into the kernel, or loaded as a module. 67In either 68case, the 69.Xr isp 4 70driver will notice that firmware is available to be downloaded onto 71Qlogic cards (to replace the usually out of date firmware on the cards). 72This will kick the f/w into getting unstuck. 73.Sh SEE ALSO 74.Xr isp 4 75.Sh AUTHORS 76This driver was written by Matthew Jacob. 77