From dffb910c00e039f480c9cc932c82432fc1738ad5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 6 Apr 2019 17:16:46 +0000 Subject: [PATCH] Update git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8160 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla2x00-target/README | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/qla2x00-target/README b/qla2x00t-32gbit/qla2x00-target/README index a3a3d755b..c850ce79f 100644 --- a/qla2x00t-32gbit/qla2x00-target/README +++ b/qla2x00t-32gbit/qla2x00-target/README @@ -1 +1,16 @@ -(to do) +The driver in this directory is a QLogic target driver that is based on the +Linux kernel v5.1 QLogic Fibre Channel driver (qla2xxx). The differences with +the previous version of the SCST QLogic target driver are: +- The initiator driver is based on the Linux kernel v5.1 qla2xxx driver. The + predecessor of this driver was based on the initiator driver from the v3.4 + Linux kernel. +- Supports more QLogic adapters. Support for the following adapters has been + addedd (from qla2xxx_pci_tbl[]): + { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISPF001) }, + { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8044) }, + { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2071) }, + { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2271) }, + { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2261) }, +- Works in combination with Linux kernel v4.4 and later but not yet against + kernel v4.3 or any older kernel version. The older driver supports kernel + versions 2.6.32 and later.