2020-11-20 01:15:48 +00:00
|
|
|
.\" Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
|
|
|
|
.\" Copyright (c) 2000 Matthew Jacob
|
2000-07-20 16:11:23 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. The name of the author may not be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
2005-02-09 18:07:17 +00:00
|
|
|
.\" $FreeBSD$
|
2000-07-20 16:11:23 +00:00
|
|
|
.\"
|
2020-11-20 01:15:48 +00:00
|
|
|
.Dd November 19, 2020
|
2000-07-20 16:11:23 +00:00
|
|
|
.Dt ISPFW 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ispfw
|
2020-11-20 01:15:48 +00:00
|
|
|
.Nd "Firmware for Qlogic FibreChannel SCSI Host Adapters"
|
2000-07-20 16:11:23 +00:00
|
|
|
.Sh SYNOPSIS
|
2006-05-20 09:39:28 +00:00
|
|
|
To compile this driver into the kernel,
|
|
|
|
place the following line in your
|
|
|
|
kernel configuration file:
|
|
|
|
.Bd -ragged -offset indent
|
2000-07-20 16:11:23 +00:00
|
|
|
.Cd "device ispfw"
|
2006-05-20 09:39:28 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
Alternatively, to load the driver as a
|
|
|
|
module at boot time, place the following line in
|
|
|
|
.Xr loader.conf 5 :
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
ispfw_load="YES"
|
|
|
|
.Ed
|
2000-07-20 16:11:23 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
This trivial driver provides access to firmware sets for the Qlogic
|
2020-11-20 01:15:48 +00:00
|
|
|
FibreChannel SCSI Host Adapters.
|
2004-07-03 18:29:24 +00:00
|
|
|
It may either be
|
|
|
|
statically linked into the kernel, or loaded as a module.
|
|
|
|
In either
|
2000-07-20 16:11:23 +00:00
|
|
|
case, the
|
|
|
|
.Xr isp 4
|
|
|
|
driver will notice that firmware is available to be downloaded onto
|
|
|
|
Qlogic cards (to replace the usually out of date firmware on the cards).
|
2001-08-10 15:03:10 +00:00
|
|
|
This will kick the f/w into getting unstuck.
|
2000-07-20 16:11:23 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr isp 4
|
2000-11-17 11:44:16 +00:00
|
|
|
.Sh AUTHORS
|
2014-12-21 09:53:29 +00:00
|
|
|
This driver was written by
|
|
|
|
.An Matthew Jacob .
|
2020-11-20 01:15:48 +00:00
|
|
|
Later improvement was done by
|
|
|
|
.An Alexander Motin Aq Mt mav@FreeBSD.org .
|