mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@509 d57e44dd-8a1f-0410-8b47-8ef2f437770f
87 lines
3.8 KiB
HTML
87 lines
3.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta name="Keywords" content="Generic SCSI Target Middle Level for Linux" />
|
|
<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>SCST: Generic SCSI Target Middle Level for Linux</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">SCSI Target Middle Level for Linux</h2>
|
|
</div>
|
|
|
|
<div id="menu">
|
|
<ul>
|
|
<li id="sponsorship"><a href="sponsorship.html">Sponsorship</a></li>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="http://www.sourceforge.net/projects/scst">Main</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="scstvsstgt.html">SCST vs STGT</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</a></li>
|
|
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
|
|
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
|
|
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
|
|
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
|
|
<li><a href="target_fcoe.html">Open-FCoE Target SW</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_qlogic.gif" width="100" height="120" class="float-left" />
|
|
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 multiplatform driver for ISP chipsets, which has its own page at
|
|
<a href="http://www.feral.com/isp.html">http://www.feral.com/isp.html</a>. The update for SCST was made by
|
|
Stanislaw Gruszka for Open-E Inc.</p>
|
|
<p>Driver operates on the same hardware as the qla2x00 target driver, but has one notable
|
|
advantage over it: <strong>support of 24xx series of QLogic adapters</strong>.</p>
|
|
<p>This driver is in beta stages. You may want to use it in production, but you need to test it for your hardware
|
|
configuration. The latest version is 1.0.0.</p>
|
|
<p>You can find the latest development version of this driver in the SCST SVN. See the download page how to setup
|
|
access to it.</p>
|
|
<p class="post-footer align-right">
|
|
<a href="https://sourceforge.net/project/showfiles.php?group_id=110471&package_id=283231" class="readmore">Download</a>
|
|
<a href="http://scst.svn.sourceforge.net/" class="readmore">SCST SVN Repository</a>
|
|
</p>
|
|
<p><span><table height="250px" border=0><tr><td> </td></tr></table></span></p>
|
|
</div>
|
|
<!-- content-wrap ends here -->
|
|
</div>
|
|
|
|
<!-- wrap ends here -->
|
|
</div>
|
|
<!-- footer starts here -->
|
|
<div id="footer">
|
|
<p>
|
|
© Copyright 2008 <b><font color="#EC981F">Vladislav Bolkhovitin & others.</font>
|
|
Design by: <b><font color="#EC981F">Daniel Fernandes</font></b>
|
|
|
|
</p>
|
|
</div>
|
|
<!-- footer ends here -->
|
|
</body>
|
|
</html>
|