diff --git a/www/scst_page.html b/www/scst_page.html index 3d47d2ef1..4aa975eab 100644 --- a/www/scst_page.html +++ b/www/scst_page.html @@ -37,7 +37,7 @@ SCST performs all required pre- and post- processing of incoming requests and all necessary error recovery.
  • Undertakes most problems, related to execution contexts, thus practically eliminating one of the most complicated problem in the -kernel drivers development. For example, a target driver for Qlogic +kernel drivers development. For example, a target driver for QLogic 2200/2300 cards, which has all necessary features, is only ~2000 lines of code long.
  • Very low overhead, fine-grained locks and simplest commands @@ -205,12 +205,11 @@ enabling/disabling target mode on your target SCSI controller.


    -

    Target driver for Qlogic 2200/2300 cards for 2.6 kernels
    +

    Target driver for QLogic 2200/2300 cards

    This is ported and improved version of the "old" target driver for -2.4 kernels (see below) to the in-tree 2.6 -Qlogic 2x00 initiator +2.4 kernels (see below) to the in-tree 2.6 QLogic 2x00 initiator driver. The port was done by Nathaniel Clark. This is stable and functional driver with the larger feature set, than the parent driver has.

    @@ -240,16 +239,34 @@ above how to setup access to it.


    SCSI RDMA Protocol (SRP) Target driver

    -

    SCSI RDMA Protocol (SRP) Target driver is developed +SCSI RDMA Protocol (SRP) Target driver is developed independently from SCST team. You can find instructions how to download and install it on this page: http://lists.openfabrics.org/pipermail/iwg/2007-March/000378.html

    -


    -

    Old target driver for Qlogic 2200/2300 cards
    +

    Target driver for QLogic ISP chipsets

    -
    Old target driver for Qlogic +This is target driver for ISP QLogic chipsets commonly used in many +SCSI and FC host bus adapters. Supported chipsets are listed in README +file, incomplete list of supported HBA's is in doc/Hardware.txt. It is +based on Matthew Jacob's multiplatform driver for ISP chipsets, which +can be downloaded from ftp://ftp.feral.com/pub/isp/isp_dist.tgz. +The update for SCST was made and supported by Stanislaw Gruszka.
    +
    +One major difference of this driver from the above target driver for +QLogic 2200/2300 cards is that it supports 24xx series of chipsets.
    +
    +This driver is unstable and on the +alpha stage. It is available from the SCST SVN repository. See +above how to setup access to it.
    +
    +
    +

    Old target driver for QLogic 2200/2300 cards for 2.4 kernels
    +

    +
    Old target driver for QLogic 2200/2300 cards is capable to work on 2.4 kernels. It has all required features and @@ -277,9 +294,9 @@ only.
    Download
    Change Log
    -

    Target drivers for Adaptec 7xxx and Qlogic QLA12xx +

    Target drivers for Adaptec 7xxx and QLogic QLA12xx cards

    -Target drivers for Adaptec 7xxx and Qlogic QLA12xx cards have +Target drivers for Adaptec 7xxx and QLogic QLA12xx cards have been developed by Hu Gang and they available for download from http://bj.soulinfo.com/~hugang/scst/tgt/. These drivers are not completed, but looks to be a good starting point