<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/twa, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC to 6.2 release all the cam module depend foo.</title>
<updated>2006-12-21T21:00:52Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-12-21T21:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7416e31e70c09f7b2779eb739699f27b599d86bf'/>
<id>urn:sha1:7416e31e70c09f7b2779eb739699f27b599d86bf</id>
<content type='text'>
Approved by:	re (Ken)
</content>
</entry>
<entry>
<title>MFC: twa corresponding to the 9.3.0.1 release on the 3ware website.  This driver</title>
<updated>2005-12-07T18:18:06Z</updated>
<author>
<name>Vinod Kashyap</name>
<email>vkashyap@FreeBSD.org</email>
</author>
<published>2005-12-07T18:18:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a8f2789d0341b60231ad25f097c037393620b80'/>
<id>urn:sha1:9a8f2789d0341b60231ad25f097c037393620b80</id>
<content type='text'>
has support for the 9xxxSX controllers, along with the earlier 9xxxS series
controllers.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2005-11-14T18:38:00Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-14T18:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59d87157f221ce2b77423b5d16b6bbf1bc4c4471'/>
<id>urn:sha1:59d87157f221ce2b77423b5d16b6bbf1bc4c4471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Acquire Giant before making some CAM calls that need Giant to be held.</title>
<updated>2005-06-11T00:14:23Z</updated>
<author>
<name>Vinod Kashyap</name>
<email>vkashyap@FreeBSD.org</email>
</author>
<published>2005-06-11T00:14:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=faefda0be0d31df09ced636bb637cf42b2dfbb5e'/>
<id>urn:sha1:faefda0be0d31df09ced636bb637cf42b2dfbb5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on the</title>
<updated>2005-04-29T20:03:20Z</updated>
<author>
<name>Vinod Kashyap</name>
<email>vkashyap@FreeBSD.org</email>
</author>
<published>2005-04-29T20:03:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b598979dc9d2a73cbbd9ed3c0bb579133a099f7e'/>
<id>urn:sha1:b598979dc9d2a73cbbd9ed3c0bb579133a099f7e</id>
<content type='text'>
return value from tw_cl_interrupt.
</content>
</entry>
<entry>
<title>The latest release of the FreeBSD driver (twa) for</title>
<updated>2005-04-12T22:07:11Z</updated>
<author>
<name>Vinod Kashyap</name>
<email>vkashyap@FreeBSD.org</email>
</author>
<published>2005-04-12T22:07:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0c1dee27f2ce772f09378972bef69ede3ddadb8'/>
<id>urn:sha1:f0c1dee27f2ce772f09378972bef69ede3ddadb8</id>
<content type='text'>
3ware's 9xxx series controllers.  This corresponds to
the 9.2 release (for FreeBSD 5.2.1) on the 3ware website.

Highlights of this release are:

1. The driver has been re-architected to use a "Common Layer"
    (all tw_cl* files), which is a consolidation of all OS-independent
    parts of the driver.  The FreeBSD OS specific portions of the
    driver go into an "OS Layer" (all tw_osl* files).
    This re-architecture is to achieve better maintainability, consistency
    of behavior across OS's, and better portability to new OS's (drivers
    for new OS's can be written by just adding an OS Layer that's specific
    to the OS, by complying to a "Common Layer Programming Interface" API.

2. The driver takes advantage of multiple processors.

3. The driver has a new firmware image bundled, the new features of which
   include Online Capacity Expansion and multi-lun support, among others.
   More details about 3ware's 9.2 release can be found here:
   http://www.3ware.com/download/Escalade9000Series/9.2/9.2_Release_Notes_Web.pdf

Since the Common Layer is used across OS's, the FreeBSD specific include
path for header files (/sys/dev/twa) is not part of the #include pre-processor
directive in any of the source files.  For being able to integrate twa into
the kernel despite this, Makefile.&lt;arch&gt; has been changed to add the include
path to CFLAGS.

Reviewed by: scottl
</content>
</entry>
<entry>
<title>check copyin+copyout return values when processing TWA_IOCTL_GET_LOCK</title>
<updated>2005-03-27T00:29:37Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-03-27T00:29:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a8bef25fe7527311b8169657b81c0773119cb04'/>
<id>urn:sha1:4a8bef25fe7527311b8169657b81c0773119cb04</id>
<content type='text'>
Noticed by:	Coverity Prevent analysis tool
</content>
</entry>
<entry>
<title>Kill MAJOR_AUTO</title>
<updated>2005-03-17T13:37:28Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-03-17T13:37:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bde1a9c98b4f5c67ac8bab503e6642dd408d7967'/>
<id>urn:sha1:bde1a9c98b4f5c67ac8bab503e6642dd408d7967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the correct flags for bus_dma_tag_create().</title>
<updated>2005-03-06T20:56:16Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-03-06T20:56:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70e83c0d6ef0a8bc84e8f39b3b364958bb23fa37'/>
<id>urn:sha1:70e83c0d6ef0a8bc84e8f39b3b364958bb23fa37</id>
<content type='text'>
</content>
</entry>
</feed>
