<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/mpt, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-09-20T12:12:36Z</updated>
<entry>
<title>- Remove unused variables. [1]</title>
<updated>2009-09-20T12:12:36Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2009-09-20T12:12:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=acb21b18a910ea2ef6dd6fde2817baa4802f93c0'/>
<id>urn:sha1:acb21b18a910ea2ef6dd6fde2817baa4802f93c0</id>
<content type='text'>
- Remove redundant zeroing of tmf_req which Coverity Prevent(tm) complains
  about. [2]

Submitted by:	Christoph Mallon [1]
Found with:	Coverity Prevent(tm) [2]
CID:		2496 [2]
</content>
</entry>
<entry>
<title>MFC r195275:</title>
<updated>2009-08-02T10:48:25Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-08-02T10:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e10d16834ddb1f4a1536e83ff9b6b3b0199adad'/>
<id>urn:sha1:1e10d16834ddb1f4a1536e83ff9b6b3b0199adad</id>
<content type='text'>
Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.
This matches Linux driver behavior (except SPI case).
</content>
</entry>
<entry>
<title>MFC: Largely revert the earlier change to use a single CCB for the RAID</title>
<updated>2009-05-28T14:48:10Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-05-28T14:48:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b948153b6197f9fa0f1c5c0f02dfe476e9ef6388'/>
<id>urn:sha1:b948153b6197f9fa0f1c5c0f02dfe476e9ef6388</id>
<content type='text'>
recovery thread.
</content>
</entry>
<entry>
<title>MFC: r186878</title>
<updated>2009-03-18T23:13:35Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2009-03-18T23:13:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2122328764720bb0c9469bccb268796c8324095d'/>
<id>urn:sha1:2122328764720bb0c9469bccb268796c8324095d</id>
<content type='text'>
Make the whole initiator mode part of mpt(4) endian-clean,
specifically SPI controllers now also work in big-endian
machines and some conversions relevant for FC and SAS
controllers as well as support for ILP32 machines which all
were omitted in previous attempts are now also implemented.
The IOCTL-interface is intentionally left (and where needed
actually changed) to be completely little-endian as otherwise
we would have to add conversion code for every possible
configuration page to mpt(4), which didn't seem the right
thing to do, neither did converting only half of the user-
interface to the native byte order.
This change was tested on amd64 (SAS+SPI), i386 (SAS) and
sparc64 (SAS+SPI). Due to lack of the necessary hardware
the target mode code is still left to be made endian-clean.

Reviewed by:	scottl
</content>
</entry>
<entry>
<title>MFC: r172842 (partial), r178725</title>
<updated>2009-03-18T22:57:55Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2009-03-18T22:57:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84a441eba349200b35d91b62a35a5a2f9d1d91da'/>
<id>urn:sha1:84a441eba349200b35d91b62a35a5a2f9d1d91da</id>
<content type='text'>
Restore multi-release tradition of the driver.
</content>
</entry>
<entry>
<title>Merge rev 1.48: Don't force a reset at driver attach time.</title>
<updated>2008-08-04T05:52:58Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2008-08-04T05:52:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b59466360251ce57cb62abdd18a655f9b43e6992'/>
<id>urn:sha1:b59466360251ce57cb62abdd18a655f9b43e6992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge rev 1.47: Fix probe and attach so that the raid personality gets</title>
<updated>2008-08-04T05:38:02Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2008-08-04T05:38:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e55390ee7a1a6082a0a048365007029cb56739fa'/>
<id>urn:sha1:e55390ee7a1a6082a0a048365007029cb56739fa</id>
<content type='text'>
properly initialized.
</content>
</entry>
<entry>
<title>MFC: Allocate a single CCB at the start of the main loop of the RAID</title>
<updated>2008-07-28T17:05:09Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-07-28T17:05:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e6d9b04ad1e3fe28e8dae9b05c46b65f19c1930'/>
<id>urn:sha1:6e6d9b04ad1e3fe28e8dae9b05c46b65f19c1930</id>
<content type='text'>
monitoring kthread of the mpt(4) driver.
</content>
</entry>
<entry>
<title>MFC: Use dedicated buffers for user requests rather than reusing the space</title>
<updated>2008-07-21T19:11:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-07-21T19:11:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74038651ff1d150dc8a5487967f73eafc5badfdd'/>
<id>urn:sha1:74038651ff1d150dc8a5487967f73eafc5badfdd</id>
<content type='text'>
in the request buffer.
</content>
</entry>
<entry>
<title>MFC: During shutdown, deregister the shutdown hook from the correct event</title>
<updated>2008-07-21T18:13:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-07-21T18:13:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c8392920c852084032b27a7ce9e404c4d9207b7'/>
<id>urn:sha1:4c8392920c852084032b27a7ce9e404c4d9207b7</id>
<content type='text'>
handler.
</content>
</entry>
</feed>
