Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / man / man4 / ispfw.4
1 .\"     $FreeBSD: src/share/man/man4/ispfw.4,v 1.1.2.4 2001/08/17 13:08:38 ru Exp $
2 .\"
3 .\" Copyright (c) 2000
4 .\"     Matthew Jacob
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. The name of the author may not be used to endorse or promote products
12 .\"    derived from this software without specific prior written permission.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\"
26 .Dd July 20, 2000
27 .Dt ISPFW 4
28 .Os
29 .Sh NAME
30 .Nm ispfw
31 .Nd "Firmware Module for Qlogic based SCSI and FibreChannel SCSI Host Adapters"
32 .Sh SYNOPSIS
33 .Cd "device ispfw"
34 .Sh DESCRIPTION
35 This trivial driver provides access to firmware sets for the Qlogic
36 based SCSI and FibreChannel SCSI Host Adapters. It may either be
37 statically linked into the kernel, or loaded as a module. In either
38 case, the
39 .Xr isp 4
40 driver will notice that firmware is available to be downloaded onto
41 Qlogic cards (to replace the usually out of date firmware on the cards).
42 This will kick the f/w into getting unstuck.
43 .Sh SEE ALSO
44 .Xr isp 4
45 .Sh AUTHORS
46 This driver was written by Matthew Jacob.