OCS_FC(4) | Device Drivers Manual | OCS_FC(4) |
ocs_fc
— Device
driver for Emulex Fibre Channel Host Adapters
To compile this driver into the kernel, add this line to the kernel configuration file:
device ocs_fc
To load the driver as a module at boot, add this line to loader.conf(5):
ocs_fc_load="YES"
The ocs_fc
driver provides access to Fibre
Channel SCSI devices.
The ocs_fc
driver supports initiator and
target modes. Support is available for Arbitrated loops, Point-to-Point, and
Fabric connections. FC-Tape is highly recommended for connections to tape
drives that support it. FC-Tape includes four elements from the T-10 FCP-4
specification:
Together these features allow for link level error recovery with tape devices. Without link level error recovery, an initiator cannot, for instance, tell whether a tape write command that has timed out resulted in all, part, or none of the data going to the tape drive. FC-Tape is automatically enabled when both the controller and target support it.
The ocs_fc
driver supports these Fibre
Channel adapters:
LPe15004 FC Host Bus Adapters LPe160XX FC Host Bus Adapters
LPe3100X FC Host Bus Adapters LPe3200X FC Host Bus Adapters
Adapter firmware updates are persistent.
Firmware can be updated by following these steps:
KMOD=ocsflash FIRMWS=imagename.grp:ocsflash .include <bsd.kmod.mk>
make
and copy the generated
ocsflash.ko file to
/lib/modulessysctl
dev.ocs_fc.<N>.fw_upgrade=ocsflash
Options are controlled by setting values in /boot/device.hints.
They are:
online
and offline
.For general information and support, go to the Broadcom website at: http://www.broadcom.com/ or E-Mail at ocs-driver-team.pdl@broadcom.com.
The ocs_fc
driver was written by
Broadcom.
March 30, 2018 | Debian |