man.bsd.lv manual page server

Manual Page Search Parameters

ISPFW(4) Device Drivers Manual ISPFW(4)

ispfwFirmware Module for Qlogic based SCSI and FibreChannel SCSI Host Adapters

To compile this driver into the kernel, place the following line in your kernel configuration file:

device ispfw

This will compile firmware images for all isp(4) devices into the kernel.

Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5):

isp_1040_load="YES"
isp_1040_it_load="YES"
isp_1080_load="YES"
isp_1080_it_load="YES"
isp_12160_load="YES"
isp_12160_it_load="YES"
isp_2100_load="YES"
isp_2200_load="YES"
isp_2300_load="YES"
isp_2322_load="YES"
isp_2400_load="YES"
isp_2400_multi_load="YES"
isp_2500_load="YES"
isp_2500_multi_load="YES"

This trivial driver provides access to firmware sets for the Qlogic based SCSI and FibreChannel SCSI Host Adapters. It may either be statically linked into the kernel, or loaded as a module. In either case, the 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). This will kick the f/w into getting unstuck.

isp(4)

This driver was written by Matthew Jacob.

June 28, 2017 DragonFly-5.6.1