mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
Fixes from Daniel Fernandes <dfernandes1978@hotmail.com>:
* Some minor fixes about validator * Some cleanups * Some code rellocated ( about pwiki ) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1281 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+8
-13
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Keywords" content="Generic SCSI Target Subsystem for Linux, SCST, SCSI target">
|
||||
@@ -79,7 +79,7 @@
|
||||
a SCSI target acts as a SCSI host with its own devices. This is especially important in pass-through mode with
|
||||
one to many relationship, i.e. when multiple initiators can connect to the exported pass-through
|
||||
devices. You can find more deep elaboration why it is needed in <a href="http://www.mail-archive.com/linux-scsi@vger.kernel.org/msg06911.html">this</a>
|
||||
message in thread "Question for pass-through target design" in linux-scsi mailing list. Some of the emulated functions are the following:
|
||||
message in thread "Question for pass-through target design" in linux-scsi mailing list. Some of the emulated functions are the following:</span>
|
||||
<ul>
|
||||
<li><span>Generation of necessary UNIT ATTENTIONs, their storage and delivery to all connected
|
||||
remote initiators.</span></li>
|
||||
@@ -97,7 +97,7 @@
|
||||
<li><span>Other necessary functionality (task attributes, etc.) as specified in SAM-2, SPC-2, SAM-3,
|
||||
SPC-3 and other SCSI standards.</span></li>
|
||||
</ul>
|
||||
</span></li>
|
||||
</li>
|
||||
|
||||
<li><span>SCST core has multithreaded design and complete SMP support, so, if necessary, all your CPU cores will participate in the commands
|
||||
processing.</span></li>
|
||||
@@ -158,16 +158,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- footer starts here -->
|
||||
<div id="footer">
|
||||
<p>
|
||||
© Copyright 2004-2009 <b><font color="#EC981F">Vladislav Bolkhovitin & others.</font>
|
||||
Design by: <b><font color="#EC981F">Daniel Fernandes</font></b>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>© Copyright 2004-2009<b><font class="names"> Vladislav Bolkhovitin & others.</font></b>
|
||||
Design by: <b><font class="names">Daniel Fernandes</font></b> </p>
|
||||
</div>
|
||||
<!-- footer ends here -->
|
||||
</body>
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
|
||||
@@ -180,5 +175,5 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user