<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/isp/isp.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Don't set ZIO for 23XX for target mode (use fast posting instead).</title>
<updated>2005-01-23T06:26:45Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2005-01-23T06:26:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2e4186204101bcc7a59011fd5c3a9325b26be4c'/>
<id>urn:sha1:f2e4186204101bcc7a59011fd5c3a9325b26be4c</id>
<content type='text'>
Use the correct number of handles for multihandle returns.

Very, very, rarely on some SMP systems we've seen an 'unstable' type
in the response queue. I dunno whether or not it's a bug in our
handling, or whether there's a cache incoherency issue, but
try to guard against it.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store the target handles in a separate list from normal commands.  Add a</title>
<updated>2004-05-24T07:02:25Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-05-24T07:02:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51e23558827dd60a32ce321dd69032a2f4ac2ef1'/>
<id>urn:sha1:51e23558827dd60a32ce321dd69032a2f4ac2ef1</id>
<content type='text'>
CTIO fast post routine to handle CTIO completions.

Submitted by:	mjacob
</content>
</entry>
<entry>
<title>Add case to handle ISPCTL_GET_PDB.</title>
<updated>2004-02-07T03:42:17Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2004-02-07T03:42:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc330eadff2a39f891fd85fe3282fedd4aa03113'/>
<id>urn:sha1:cc330eadff2a39f891fd85fe3282fedd4aa03113</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLE</title>
<updated>2004-01-23T23:23:31Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2004-01-23T23:23:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e23df011da68c15813e3c0f05b2357f7de23fde7'/>
<id>urn:sha1:e23df011da68c15813e3c0f05b2357f7de23fde7</id>
<content type='text'>
from the fwoptions. Likewise, we *set* ICBOPT_INI_DISABLE if we don't have
initiator role.
</content>
</entry>
<entry>
<title>On reset, make sure that we have some parameters set correctly. This</title>
<updated>2003-09-13T01:55:44Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2003-09-13T01:55:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28f0575cf17d24c04f000178f634966a87c44903'/>
<id>urn:sha1:28f0575cf17d24c04f000178f634966a87c44903</id>
<content type='text'>
fixes a longstanding issue WRT resetting the chip after startup- it
would fail if we were connected as an F-port to a switch. If we
were connected as an F-port, we got assigned a hard loop ID of 255,
which is really a bogus loop id. Then when we turned around to
reset ourselves, the firmware would reject the ICB_INIT request
because the loop id was bogus. *sputter*

Minor fixlet from somebody in NetBSD with too much time on their
hands (dma -&gt; DMA).
</content>
</entry>
<entry>
<title>Revert previous commit. Violates Maintainer (O'Brien knows how to</title>
<updated>2003-08-25T17:58:23Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2003-08-25T17:58:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65ff1249a039bd1078114aec2e08333ad32da29c'/>
<id>urn:sha1:65ff1249a039bd1078114aec2e08333ad32da29c</id>
<content type='text'>
reach me directly), but more importantly, breaks compiles on
non-FreeBSD platforms.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Restore parentheses removed inappropriately in last commit.</title>
<updated>2003-06-01T19:01:01Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2003-06-01T19:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d8f9e010d2b854e69c4cf128e850f55c7704731e'/>
<id>urn:sha1:d8f9e010d2b854e69c4cf128e850f55c7704731e</id>
<content type='text'>
</content>
</entry>
</feed>
