mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
10
Makefile
10
Makefile
@@ -56,7 +56,8 @@ REVISION ?= $(shell if [ -e .svn ]; then \
|
||||
echo -n .; \
|
||||
git log | grep -c ^commit; \
|
||||
fi)
|
||||
VERSION := $(shell echo -n "$$(sed -n 's/^\#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^-]*\).*\"/\1/p' scst/include/scst_const.h)$(REVISION)")
|
||||
VERSION_WITHOUT_REVISION := $(shell echo -n "$$(sed -n 's/^\#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^-]*\).*\"/\1/p' scst/include/scst_const.h)")
|
||||
VERSION := $(VERSION_WITHOUT_REVISION)$(REVISION)
|
||||
DEBIAN_REVISION=1
|
||||
RPMTOPDIR ?= $(shell if [ $$(id -u) = 0 ]; then echo /usr/src/packages;\
|
||||
else echo $$PWD/rpmbuilddir; fi)
|
||||
@@ -400,6 +401,13 @@ dpkg: ../scst_$(VERSION).orig.tar.gz
|
||||
ls -l dpkg
|
||||
|
||||
release-archive:
|
||||
$(MAKE) 2release
|
||||
scripts/generate-release-archive scst "$(VERSION_WITHOUT_REVISION)"
|
||||
md5sum ../scst-$(VERSION_WITHOUT_REVISION).tar.bz2 \
|
||||
> ../scst-$(VERSION_WITHOUT_REVISION).tar.bz2.md5sum
|
||||
$(MAKE) 2debug
|
||||
|
||||
multiple-release-archives:
|
||||
$(MAKE) 2release
|
||||
for m in $$(find -name Makefile | \
|
||||
xargs grep -l '^release-archive:' | \
|
||||
|
||||
2
SVN_TAGS
2
SVN_TAGS
@@ -27,3 +27,5 @@ SRPT 1.0.0 450
|
||||
3.3.0 7830 on the 3.3.x branch
|
||||
3.4.x branch start 8675, which is a copy of trunk r8674
|
||||
3.4.0 8681 on the trunk
|
||||
3.5.x branch start 9293 on the trunk
|
||||
3.5.0 9293 on the trunk
|
||||
|
||||
@@ -269,9 +269,6 @@ apply changes in the config file on fly without any restarts</b></td> <td> scsta
|
||||
(not completed) </td> <td> - </td> <td> - </td> <td> - </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><b>IBM pSeries Virtual SCSI</b></td> <td> + </td> <td> + </td> <td> - </td> <td> Preliminary </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><b>Local access to emulated backstorage devices
|
||||
<sup><A HREF="#6">6</A></sup></b></td> <td> scst_local </td> <td> - </td> <td> - </td> <td> tcm_loop </td>
|
||||
</tr>
|
||||
|
||||
@@ -35,10 +35,9 @@
|
||||
<div id="main">
|
||||
<h1>SCST Downloads</h1>
|
||||
|
||||
<p>The latest stable version of SCST is 3.3.
|
||||
The latest updates for that version are
|
||||
available on the 3.3.x branch in the SVN
|
||||
repository.</p>
|
||||
<p>The latest stable version of SCST is 3.5.
|
||||
Updates for that version are available on
|
||||
the 3.5.x branch in the SVN repository.</p>
|
||||
|
||||
<p>Debian packages can be built by running
|
||||
"make dpkg". RPMs can be built by running
|
||||
@@ -48,15 +47,18 @@
|
||||
|
||||
<p>There is also a well done user space port, which you can find <a href="https://github.com/DavidButterfield/SCST-Usermode-Adaptation">here</a>.</p>
|
||||
|
||||
<p>The latest development version of SCST is 3.4. You can download it as well as target drivers and user space
|
||||
utilities directly from the SCST SVN. You can access it using either
|
||||
<p>The latest development version of SCST is
|
||||
3.6. That version including target drivers and
|
||||
user space utilities can be downloaded
|
||||
directly from the SCST SVN repository. You can
|
||||
access it using either
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/trunk">web-based SVN repository viewer</a> or using anonymous access:</p>
|
||||
|
||||
<p><code>svn checkout svn://svn.code.sf.net/p/scst/svn/trunk scst-trunk</code></p>
|
||||
|
||||
<p>Also you can find in the SCST SVN the latest updates for the stable branches. More information about accessing SVN repository may be found
|
||||
<a href="https://sourceforge.net/p/forge/documentation/svn/">here</a>. Or, alternatively, you can download it as a GNU tarball from
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tarball?path=/branches/3.3.x">here</a>.</p>
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tarball?path=/branches/3.5.x">here</a>.</p>
|
||||
|
||||
<p>History of the pre-SVN SCST development is available in SCST CVS repository, which is accessible using
|
||||
<a href="http://scst.cvs.sourceforge.net">web-based CVS repository viewer</a>, or anonymous CVS access.</p>
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -1,96 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Keywords" content="SRP target, RDMA target">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="author" content="Daniel Fernandes">
|
||||
<meta name="Robots" content="index,follow">
|
||||
<link rel="stylesheet" href="images/Orange.css" type="text/css">
|
||||
<title>SRP Target Driver</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- wrap starts here -->
|
||||
<div id="wrap">
|
||||
<div id="header">
|
||||
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
|
||||
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
|
||||
</div>
|
||||
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="http://www.sourceforge.net/projects/scst">Main</a></li>
|
||||
<li><a href="http://sourceforge.net/news/?group_id=110471">News</a></li>
|
||||
<li id="current"><a href="targets.html">Drivers</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="contributing.html">Contributing</a></li>
|
||||
<li><a href="comparison.html">Comparison</a></li>
|
||||
<li><a href="users.html">Users</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- content-wrap starts here -->
|
||||
<div id="content-wrap">
|
||||
<div id="sidebar">
|
||||
<h1>Target Drivers</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="scst_admin.html">SCST Admin Utility</a></li>
|
||||
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
<h1>IBM Virtual SCSI Target</h1>
|
||||
<p>The virtual SCSI (VSCSI) protocol as defined in <a href="http://www.power.org" class="readmore">Power Architecture Standard</a>
|
||||
is a protocol that allows one logical partition (LPAR) to access SCSI targets provided by another LPAR.
|
||||
The LPAR that provides one or more SCSI targets is called the VIO server or
|
||||
VIOS. The ibmvstgt driver is a VIOS driver that makes it possible to access
|
||||
exported target devices via the VSCSI protocol.</p>
|
||||
<p>This driver is based on ibmvstgt driver, but comparing to the original ibmvstgt has a number of important fixes and improvements.
|
||||
The port was made by Bart Van Assche.</p>
|
||||
<p>You can download it from the SCST SVN repository. See the download page how to setup access to it.</p>
|
||||
<br><br><br>
|
||||
<p class="post-footer align-right">
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/" class="readmore">SCST SVN Repository</a>
|
||||
</p>
|
||||
<table border=0><tr><td height="300px"> </td></tr></table>
|
||||
</div>
|
||||
<!-- content-wrap ends here -->
|
||||
</div>
|
||||
|
||||
<!-- wrap ends here -->
|
||||
</div>
|
||||
<!-- footer starts here -->
|
||||
<div id="footer">
|
||||
<p>© Copyright 2004 - 2020<b><font class="names"> Vladislav Bolkhovitin & others</font></b>
|
||||
Design by: <b><font class="names">Daniel Fernandes</font></b> </p>
|
||||
</div>
|
||||
<!-- footer ends here -->
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
piwik_action_name = '';
|
||||
piwik_idsite = 1;
|
||||
piwik_url = pkBaseURL + "piwik.php";
|
||||
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
||||
</script>
|
||||
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/scst/piwik.php?idsite=1" alt="piwik"></p></noscript></object>
|
||||
<!-- End Piwik Tag -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
@@ -52,26 +48,6 @@
|
||||
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
<h1>Target driver for LSI/MPT adapters</h1>
|
||||
<p><img src="images/t_lsi.gif" width="100" height="120" class="float-left" alt="SCST LSI">
|
||||
Target driver for LSI/MPT adapters was originally developed by Hu Gang, then Erik Habbinga has continued the development. </p>
|
||||
|
||||
<p>It supports parallel SCSI (SPI), including Wide SCSI, and Fibre Channel, but also should work with SAS. This driver is on the
|
||||
alpha stage and available for download from the SCST SVN repository. See the download page how to setup access to it.
|
||||
</p>
|
||||
|
||||
<p>Recently Theodore Vaida updated it for the latest hardware generation, including 12G support. You can download current version
|
||||
from <a href="https://github.com/exactassembly/meta-xa-stm">Github</a>.</p>
|
||||
|
||||
<br><br><br>
|
||||
<p class="post-footer align-right">
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/" class="readmore">SCST SVN Repository</a>
|
||||
<a href="https://github.com/exactassembly/meta-xa-stm" class="readmore">Github</a>
|
||||
</p>
|
||||
<table border=0><tr><td height="300px"> </td></tr></table>
|
||||
</div>
|
||||
<!-- content-wrap ends here -->
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,93 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Keywords" content="SCSI target, SAS target, Marvell target">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="author" content="Daniel Fernandes">
|
||||
<meta name="Robots" content="index,follow">
|
||||
<link rel="stylesheet" href="images/Orange.css" type="text/css">
|
||||
<title>Marvell SAS Target Driver</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- wrap starts here -->
|
||||
<div id="wrap">
|
||||
<div id="header">
|
||||
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
|
||||
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
|
||||
</div>
|
||||
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="http://www.sourceforge.net/projects/scst">Main</a></li>
|
||||
<li><a href="http://sourceforge.net/news/?group_id=110471">News</a></li>
|
||||
<li id="current"><a href="targets.html">Drivers</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="contributing.html">Contributing</a></li>
|
||||
<li><a href="comparison.html">Comparison</a></li>
|
||||
<li><a href="users.html">Users</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- content-wrap starts here -->
|
||||
<div id="content-wrap">
|
||||
<div id="sidebar">
|
||||
<h1>Target Drivers</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="scst_admin.html">SCST Admin Utility</a></li>
|
||||
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
<h1>Target driver for Marvell SAS adapters</h1>
|
||||
<p><img src="images/t_sas.gif" width="100" height="120" class="float-left" alt="SCST Marvell SAS">
|
||||
<p>Target driver for Marvell SAS adapters is developed by Marvell and Andy Yan. It is fully functional
|
||||
SAS target driver.</p>
|
||||
|
||||
<p>It is on the beta stage. You can download it from the SCST SVN repository. See the download page how
|
||||
to setup access to it. </p><br><br><br>
|
||||
<p class="post-footer align-right">
|
||||
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/" class="readmore">SCST SVN Repository</a>
|
||||
</p>
|
||||
<table border=0><tr><td height="300px"> </td></tr></table>
|
||||
</div>
|
||||
<!-- content-wrap ends here -->
|
||||
</div>
|
||||
|
||||
<!-- wrap ends here -->
|
||||
</div>
|
||||
<!-- footer starts here -->
|
||||
<div id="footer">
|
||||
<p>© Copyright 2004 - 2020<b><font class="names">Vladislav Bolkhovitin & others</font></b>
|
||||
Design by: <b><font class="names">Daniel Fernandes</font></b> </p>
|
||||
</div>
|
||||
<!-- footer ends here -->
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
piwik_action_name = '';
|
||||
piwik_idsite = 1;
|
||||
piwik_url = pkBaseURL + "piwik.php";
|
||||
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
||||
</script>
|
||||
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/scst/piwik.php?idsite=1" alt="piwik"></p></noscript></object>
|
||||
<!-- End Piwik Tag -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,129 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Keywords" content="SCST Old Unsupported Target Drivers">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="author" content="Daniel Fernandes">
|
||||
<meta name="Robots" content="index,follow">
|
||||
<link rel="stylesheet" href="images/Orange.css" type="text/css">
|
||||
<title>Old Unsupported SCST Target Drivers</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- wrap starts here -->
|
||||
<div id="wrap">
|
||||
<div id="header">
|
||||
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
|
||||
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
|
||||
</div>
|
||||
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="http://www.sourceforge.net/projects/scst">Main</a></li>
|
||||
<li><a href="http://sourceforge.net/news/?group_id=110471">News</a></li>
|
||||
<li id="current"><a href="targets.html">Drivers</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="contributing.html">Contributing</a></li>
|
||||
<li><a href="comparison.html">Comparison</a></li>
|
||||
<li><a href="users.html">Users</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- content-wrap starts here -->
|
||||
<div id="content-wrap">
|
||||
<div id="sidebar">
|
||||
<h1>Target Drivers</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
<li><a href="scst_admin.html">SCST Admin Utility</a></li>
|
||||
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
<h1>Target driver for QLogic ISP chipsets</h1>
|
||||
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" alt="SCST Unsupported">
|
||||
This is an SCST driver for ISP QLogic chipsets commonly used in many SCSI and FC host bus adapters.
|
||||
It is based on Matthew Jacob's (<a href="http://www.feral.com">http://www.feral.com</a>)
|
||||
multiplatform driver for ISP chipsets. Update for SCST was made by Stanislaw Gruszka for Open-E Inc.</p>
|
||||
|
||||
<p>The latest release is 1.0.2. It supports kernel versions between 2.6.16 and 2.6.32.</p>
|
||||
<p>This driver is obsoleted in favor of qla2x00t.</p>
|
||||
<br>
|
||||
|
||||
|
||||
<h1>Old target driver for QLogic qla2x00t adapters for 2.4 kernels</h1>
|
||||
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" alt="SCST Unsupported">
|
||||
Old target driver for QLogic qla2x00t adapters is capable to work on 2.4 kernels.
|
||||
It has all required features and looks to be quite stable. It is designed to work in conjunction with the
|
||||
initiator driver, which is intended to perform all the initialization and shutdown tasks. In the current release as
|
||||
a base for the initiator driver was taken Red Hat's driver from the stock 2.4.20 kernel. Then it was patched to
|
||||
enable the target mode and provide all necessary callbacks, and it's still able to work as initiator only. Mode,
|
||||
when a host acts as the initiator and the target simultaneously, is also supported. This driver is obsoleted in
|
||||
favor of 2.6-based driver.</p>
|
||||
<p>The latest version is 0.9.3.4. Requires Linux kernel versions 2.4.20 or higher and SCST version 0.9.3-pre4 or
|
||||
higher. If you are lucky, it works also on 2.6 kernels, see README file for details. Tested on i386 only, but
|
||||
should work on any other supported by Linux platform.</p>
|
||||
<p>Currently it is <strong>not supported</strong> and listed here for historical reasons only.</p>
|
||||
<br>
|
||||
|
||||
<h1>Target drivers for Adaptec 7xxx and QLogic QLA12xx adapters</h1>
|
||||
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" alt="SCST Unsupported">
|
||||
Target drivers for Adaptec 7xxx and QLogic QLA12xx adapters have been developed by Hu Gang and they available for
|
||||
download from <a href="http://bj.soulinfo.com/~hugang/scst/tgt/">http://bj.soulinfo.com/~hugang/scst/tgt/</a>.
|
||||
These drivers are not completed, but looks to be a good starting point if you are going to use one of these adapters.
|
||||
SCST team don't have the appropriate hardware, therefore have not tested and don't support these drivers.
|
||||
Send all questions to <strong>Hu Gang < hugang at soulinfo com ></strong>. If some of these drivers don't compile for
|
||||
you, try again with SCST version 0.9.3-pre2.</p><br><br>
|
||||
<br>
|
||||
|
||||
<h1>Patches for UNH-iSCSI Target 1.5.03 and 1.6.00 to SCST</h1>
|
||||
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" alt="SCST Unsupported">
|
||||
SCST is much more advanced, than the internal mid-level of <a href="http://sourceforge.net/projects/unh-iscsi">
|
||||
UNH-iSCSI target driver</a>. With SCST the iSCSI target benefits from all its features and gets ability to use all
|
||||
its advantages, like high performance and scalability, SMP support, required SCSI functionality emulation, etc.</p>
|
||||
|
||||
<p>Since the interface between SCST and the target drivers is based on work, done by UNH IOL, it was relatively
|
||||
simple to update UNH-iSCSI target to work over SCST. Mostly it was "search and replace" job. The built-in
|
||||
scsi_target remains available as a compile-time option.</p>
|
||||
|
||||
<p>Requires Linux kernel versions 2.4.20 or higher or 2.6.7 or higher and SCST version 0.9.2 or higher.</p>
|
||||
<p>Currently it is <strong>not supported</strong> and listed here for historical reasons only.</p>
|
||||
<!-- content-wrap ends here -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- wrap ends here -->
|
||||
</div>
|
||||
<!-- footer starts here -->
|
||||
<div id="footer">
|
||||
<p>© Copyright 2004 - 2020<b><font class="names"> Vladislav Bolkhovitin & others</font></b>
|
||||
Design by: <b><font class="names">Daniel Fernandes</font></b> </p>
|
||||
</div>
|
||||
<!-- footer ends here -->
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
piwik_action_name = '';
|
||||
piwik_idsite = 1;
|
||||
piwik_url = pkBaseURL + "piwik.php";
|
||||
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
||||
</script>
|
||||
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/scst/piwik.php?idsite=1" alt="piwik"></p></noscript></object>
|
||||
<!-- End Piwik Tag -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
@@ -55,12 +51,23 @@
|
||||
|
||||
<div id="main">
|
||||
<h1>Infiniband SCSI RDMA protocol (SRP) target driver</h1>
|
||||
<p><img src="images/t_rdma.gif" width="100" height="120" class="float-left" alt="SCST SRP">
|
||||
SCSI RDMA Protocol (SRP) target driver has been developed by Vu Pham. Since March
|
||||
2008 the main development place of the SRP target driver is SCST SVN repository.
|
||||
It is maintained by Bart Van Assche.</p>
|
||||
<p>This driver is mainline Linux kernel ready and going to be pushed to it
|
||||
together with other SCST patches.</p>
|
||||
<p><img src="images/t_rdma.gif" width="100"
|
||||
height="120" class="float-left" alt="SCST
|
||||
SRP">The first version of the SCSI RDMA
|
||||
Protocol (SRP) target driver has been written
|
||||
by Vu Pham. Since March 2008 the main
|
||||
development place of the SRP target driver is
|
||||
SCST SVN repository. The current maintainer is
|
||||
Bart Van Assche.</p>
|
||||
<p>The original version of this driver only
|
||||
supported <a href="https://en.wikipedia.org/wiki/InfiniBand">InfiniBand</a>
|
||||
networks, hence the "ib" in ib_srpt. The
|
||||
current version supports InfiniBand,
|
||||
<a href="https://en.wikipedia.org/wiki/RDMA_over_Converged_Ethernet">RoCE</a>
|
||||
and <a href="https://en.wikipedia.org/wiki/IWARP">iWARP</a>.</p>
|
||||
<p>A version of this driver is available in
|
||||
the upstream Linux kernel. See
|
||||
also <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/ulp/srpt">drivers/infiniband/ulp/srpt</a>.</p>
|
||||
<br><br><br>
|
||||
<p class="post-footer align-right">
|
||||
<a href="downloads.html" class="readmore">Download</a>
|
||||
|
||||
@@ -38,13 +38,9 @@
|
||||
<li><a href="target_iscsi.html">ISCSI-SCST with iSER</a></li>
|
||||
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
|
||||
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
||||
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
|
||||
<li><a href="target_emulex.html">Emulex FC/FCoE</a></li>
|
||||
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
|
||||
<li><a href="target_fcoe.html">FCoE Target</a></li>
|
||||
<li><a href="target_local.html">Local Target Driver</a></li>
|
||||
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
|
||||
<li><a href="target_old.html">Old Unsupported</a></li>
|
||||
</ul>
|
||||
<h1>User utilities</h1>
|
||||
<ul class="sidemenu">
|
||||
@@ -61,12 +57,9 @@
|
||||
<li><span>iSCSI with iSER</span></li>
|
||||
<li><span>Fibre Channel QLogic qla2xxx series</span></li>
|
||||
<li><span>Infiniband SCSI RDMA Protocol (SRP)</span></li>
|
||||
<li><span>Marvell SAS adapters</span></li>
|
||||
<li><span>Emulex FC/FCoE</span></li>
|
||||
<li><span>LSI/MPT adapters (parallel SCSI, including Wide Ultra320, SAS, Fibre Channel)</span></li>
|
||||
<li><span>FCoE</span></li>
|
||||
<li><span>Local access</span></li>
|
||||
<li><span>IBM pSeries Virtual SCSI</span></li>
|
||||
<li><span>...</span></li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user