- add two more entries
Submitted by: ken@
This commit is contained in:
parent
c29466dfea
commit
5548a21d0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38322
1 changed files with 117 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||
Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||
<!-- $FreeBSD: www/en/news/status/report-2011-10-2011-12.xml,v 1.11 2012/01/25 18:23:43 maxim Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-2011-10-2011-12.xml,v 1.12 2012/01/26 02:27:54 gjb Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>October-December</month>
|
||||
|
@ -19,7 +19,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
the beginning of January 2012.</p>
|
||||
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 30 entries and we hope you enjoy reading it.</p>
|
||||
contains 32 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<p>Please note that the deadline for submissions covering the period
|
||||
between January and March 2012 is April 15th, 2012.</p>
|
||||
|
@ -1807,4 +1807,119 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
instruction set for aesni(4).</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>CAM Target Layer (CTL)</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Ken</given>
|
||||
<common>Merry</common>
|
||||
</name>
|
||||
<email>ken@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://lists.FreeBSD.org/pipermail/freebsd-current/2012-January/031007.html" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>The CAM Target Layer (CTL) is now in &os;/head.</p>
|
||||
|
||||
<p>CTL is a disk and processor device emulation subsystem originally
|
||||
written for Copan Systems under Linux starting in 2003. It
|
||||
has been shipping in Copan (now SGI) products since 2005.</p>
|
||||
|
||||
<p>It was ported to &os; in 2008, and thanks to an agreement
|
||||
between SGI (who acquired Copan's assets in 2010) and Spectra
|
||||
Logic in 2010, CTL is available under a BSD-style license. The
|
||||
intent behind the agreement was that Spectra would work to get
|
||||
CTL into the &os; tree.</p>
|
||||
|
||||
<p>It will likely be merged into the stable/9 tree in
|
||||
mid-February.</p>
|
||||
|
||||
<p>Some CTL features:</p>
|
||||
|
||||
<ul>
|
||||
<li>Disk and processor device emulation</li>
|
||||
<li>Tagged queueing</li>
|
||||
<li>SCSI task attribute support (ordered, head of queue,
|
||||
simple tags)</li>
|
||||
<li>SCSI implicit command ordering support. (e.g. if a read
|
||||
follows a mode select, the read will be blocked until the
|
||||
mode select completes.)</li>
|
||||
<li>Full task management support (abort, LUN reset, target
|
||||
reset, etc.)</li>
|
||||
<li>Support for multiple ports</li>
|
||||
<li>Support for multiple simultaneous initiators</li>
|
||||
<li>Support for multiple simultaneous backing stores</li>
|
||||
<li>Persistent reservation support</li>
|
||||
<li>Mode sense/select support</li>
|
||||
<li>Error injection support</li>
|
||||
<li>High Availability support (1)</li>
|
||||
<li>All I/O handled in-kernel, no userland context switch
|
||||
overhead.</li>
|
||||
</ul>
|
||||
|
||||
<p>(1) HA Support is just an API stub, and needs much more to be fully
|
||||
functional.</p>
|
||||
|
||||
<p>For the basics on configuring and running CTL, see
|
||||
src/sys/cam/ctl/README.ctl.txt in the &os;/head source
|
||||
tree.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>LSI Supported mps(4) SAS driver</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Ken</given>
|
||||
<common>Merry</common>
|
||||
</name>
|
||||
<email>ken@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Kashyap</given>
|
||||
<common>Desai</common>
|
||||
</name>
|
||||
<email>Kashyap.Desai@lsi.com</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://lists.FreeBSD.org/pipermail/freebsd-current/2012-January/031358.html" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>The LSI-supported version of the mps(4) driver, that supports
|
||||
their 6Gb SAS controllers and WarpDrive solid state drives, is
|
||||
available in &os;/head.</p>
|
||||
|
||||
<p>In addition to WarpDrive support, the driver also has several
|
||||
other new features:</p>
|
||||
|
||||
<ul>
|
||||
<li>Integrated RAID (IR) support</li>
|
||||
<li>Improved error recovery code</li>
|
||||
<li>Support for SCSI protection information (EEDP)</li>
|
||||
<li>Support for TLR (Transport Level Retries), needed for tape
|
||||
drives</li>
|
||||
<li>ioctl interface compatible with LSI utilities</li>
|
||||
</ul>
|
||||
|
||||
<p>Thanks to LSI for doing the work on this driver, and the
|
||||
testing.</p>
|
||||
|
||||
<p>I plan to merge it into stable/9 and stable/8 in early
|
||||
February.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue