diff --git a/qla2x00t-32gbit/Kconfig b/qla2x00t-32gbit/Kconfig index 133a47a3b..f82ae0ba0 100644 --- a/qla2x00t-32gbit/Kconfig +++ b/qla2x00t-32gbit/Kconfig @@ -7,44 +7,44 @@ config SCSI_QLA_FC select FW_LOADER select BTREE help - This qla2xxx driver supports all QLogic Fibre Channel - PCI and PCIe host adapters. + This qla2xxx driver supports all QLogic Fibre Channel + PCI and PCIe host adapters. - By default, firmware for the ISP parts will be loaded - via the Firmware Loader interface. + By default, firmware for the ISP parts will be loaded + via the Firmware Loader interface. - ISP Firmware Filename - ---------- ----------------- - 21xx ql2100_fw.bin - 22xx ql2200_fw.bin - 2300, 2312, 6312 ql2300_fw.bin - 2322, 6322 ql2322_fw.bin - 24xx, 54xx ql2400_fw.bin - 25xx ql2500_fw.bin + ISP Firmware Filename + ---------- ----------------- + 21xx ql2100_fw.bin + 22xx ql2200_fw.bin + 2300, 2312, 6312 ql2300_fw.bin + 2322, 6322 ql2322_fw.bin + 24xx, 54xx ql2400_fw.bin + 25xx ql2500_fw.bin - Upon request, the driver caches the firmware image until - the driver is unloaded. + Upon request, the driver caches the firmware image until + the driver is unloaded. - Firmware images can be retrieved from: + Firmware images can be retrieved from: - http://ldriver.qlogic.com/firmware/ + http://ldriver.qlogic.com/firmware/ - They are also included in the linux-firmware tree as well. + They are also included in the linux-firmware tree as well. config SCSI_QLA2XXX_TARGET bool "QLogic 2xxx target mode support" depends on SCSI_QLA_FC default y help - This option enables target mode hooks used by the SCST qla2x00t - driver. Once qla2x00tgt module is loaded, target mode for each - port can be enable via sysfs interface. + This option enables target mode hooks used by the SCST qla2x00t + driver. Once qla2x00tgt module is loaded, target mode for each + port can be enable via sysfs interface. - You will also need the SCST middle level for qla2x00t. + You will also need the SCST middle level for qla2x00t. config SCST_QLA_TGT_ADDON tristate "QLogic SCST Target Driver" depends on SCSI_QLA2XXX_TARGET default y help - SCST QLogic 32 gbit/s target driver. + SCST QLogic 32 gbit/s target driver. diff --git a/qla2x00t/Kconfig b/qla2x00t/Kconfig index 12edf3ccd..2c22878ae 100644 --- a/qla2x00t/Kconfig +++ b/qla2x00t/Kconfig @@ -4,38 +4,38 @@ config SCSI_QLA_FC select SCSI_FC_ATTRS select FW_LOADER help - This qla2xxx driver supports all QLogic Fibre Channel - PCI and PCIe host adapters. + This qla2xxx driver supports all QLogic Fibre Channel + PCI and PCIe host adapters. - By default, firmware for the ISP parts will be loaded - via the Firmware Loader interface. + By default, firmware for the ISP parts will be loaded + via the Firmware Loader interface. - ISP Firmware Filename - ---------- ----------------- - 21xx ql2100_fw.bin - 22xx ql2200_fw.bin - 2300, 2312, 6312 ql2300_fw.bin - 2322, 6322 ql2322_fw.bin - 24xx, 54xx ql2400_fw.bin - 25xx ql2500_fw.bin + ISP Firmware Filename + ---------- ----------------- + 21xx ql2100_fw.bin + 22xx ql2200_fw.bin + 2300, 2312, 6312 ql2300_fw.bin + 2322, 6322 ql2322_fw.bin + 24xx, 54xx ql2400_fw.bin + 25xx ql2500_fw.bin - Upon request, the driver caches the firmware image until - the driver is unloaded. + Upon request, the driver caches the firmware image until + the driver is unloaded. - Firmware images can be retrieved from: + Firmware images can be retrieved from: - http://ldriver.qlogic.com/firmware/ + http://ldriver.qlogic.com/firmware/ config SCSI_QLA2XXX_TARGET bool "QLogic 2xxx target mode support" depends on SCSI_QLA_FC default y help - This option enables target mode hooks used by the SCST qla2x00t - driver. Once qla2x00tgt module is loaded, target mode for each - port can be enable via sysfs interface. + This option enables target mode hooks used by the SCST qla2x00t + driver. Once qla2x00tgt module is loaded, target mode for each + port can be enable via sysfs interface. - You will also need the SCST middle level for qla2x00t. + You will also need the SCST middle level for qla2x00t. config SCST_QLA_TGT_ADDON tristate "QLogic 2XXX Target Mode Add-On" diff --git a/srpt/src/Kconfig b/srpt/src/Kconfig index d580ec052..77467599c 100644 --- a/srpt/src/Kconfig +++ b/srpt/src/Kconfig @@ -2,10 +2,10 @@ config SCST_SRPT tristate "InfiniBand SCSI RDMA Protocol target support" depends on INFINIBAND && SCST help - Support for the SCSI RDMA Protocol (SRP) Target driver. The - SRP protocol is a protocol that allows an initiator to access - a block storage device on another host (target) over a network - that supports the RDMA protocol. Currently the RDMA protocol is - supported by InfiniBand and by iWarp network hardware. More - information about the SRP protocol can be found on the website - of the INCITS T10 technical committee (http://www.t10.org/). + Support for the SCSI RDMA Protocol (SRP) Target driver. The + SRP protocol is a protocol that allows an initiator to access + a block storage device on another host (target) over a network + that supports the RDMA protocol. Currently the RDMA protocol is + supported by InfiniBand and by iWarp network hardware. More + information about the SRP protocol can be found on the website + of the INCITS T10 technical committee (http://www.t10.org/).