<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/isp/isp.c, branch release/6.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-11-26T01:09:48Z</updated>
<entry>
<title>Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.</title>
<updated>2008-11-26T01:09:48Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-11-26T01:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a93332491e10c1a23a9fd2f11ccbdba33d72d850'/>
<id>urn:sha1:a93332491e10c1a23a9fd2f11ccbdba33d72d850</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 6.4-RELEASE image.
</content>
</entry>
<entry>
<title>MFC to synchronize with -current. The bugs fixed are relatively few and</title>
<updated>2007-05-08T17:47:08Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-05-08T17:47:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=967140dad51896e3f599893300647551c558c266'/>
<id>urn:sha1:967140dad51896e3f599893300647551c558c266</id>
<content type='text'>
hopefully the bugs introduved are even fewer.
</content>
</entry>
<entry>
<title>MFC of some constification, error message spelling errors, splitting</title>
<updated>2007-04-01T17:14:25Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-04-01T17:14:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab404703c963cd2a4fe91b2e6e7ff5c55fbab87f'/>
<id>urn:sha1:ab404703c963cd2a4fe91b2e6e7ff5c55fbab87f</id>
<content type='text'>
FC and SPI default set/get into separate functions. Also, stop looking
for interrupts at the end of isp_starts- this seems to send some 23XX
cards into the weeds.
</content>
</entry>
<entry>
<title>MFC header/license cleanup. No effect on code.</title>
<updated>2007-03-11T01:51:20Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-03-11T01:51:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=132db591552d056948d0048c00e9ec63b742f2c7'/>
<id>urn:sha1:132db591552d056948d0048c00e9ec63b742f2c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 4 Gb support + rewrite of loop/fabric state machine code.</title>
<updated>2007-03-08T05:31:40Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-03-08T05:31:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce15fc6671f96d50c7b31b8272310203ff487581'/>
<id>urn:sha1:ce15fc6671f96d50c7b31b8272310203ff487581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC the current stable state of isp.</title>
<updated>2006-09-01T05:55:14Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-09-01T05:55:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=17ddab1d991a21a7656035bcf2e889cac99f55b6'/>
<id>urn:sha1:17ddab1d991a21a7656035bcf2e889cac99f55b6</id>
<content type='text'>
The high points for next RELENG_6 release are:

+ Fix 2322/6322 firmware loading- this card works a lot better with
loaded f/w.

+ Fix a considerable number of 2KLogin issues.

+ Clean all mailbox structures prior to use.

+ Remove some obsolete code within defines that haven't been
enabled in years.

+ Make Loop ID 125 a legal hard address (which it is).

+ Force HARD ADDRESS acquisition for all f/w revisions &gt; 2.2.5

+ Use RIO_16BIT for 2200 cards &gt;= 1.17.0 f/w, and enable
fast posting.

+ Honor ZIO nvram settings for 23XX cards.

+ Add an ISP_CRASHED state so that if we get a DMA error and the f/w
crashes we can unstall any mailbox commands that might have been
waiting.

+ Catch RISC PAUSED errors on interrupts.

+ Plus many, many more!
</content>
</entry>
<entry>
<title>MFC current state of isp. Lots of cosmetic changes, but also various bugfixes.</title>
<updated>2006-05-22T21:31:54Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-05-22T21:31:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0886c74d27e6f74bf23ccb815093fc9c2c4a8589'/>
<id>urn:sha1:0886c74d27e6f74bf23ccb815093fc9c2c4a8589</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for now</title>
<updated>2006-02-04T23:53:08Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-02-04T23:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e77c61293e7f89ca3be5b5ee44cb616d0e0384e0'/>
<id>urn:sha1:e77c61293e7f89ca3be5b5ee44cb616d0e0384e0</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>MFC current 2322 (and maybe 2422) support plus current target mode state.</title>
<updated>2006-01-26T06:22:40Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-01-26T06:22:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4269a276d850c1602a58c1081582c44445630897'/>
<id>urn:sha1:4269a276d850c1602a58c1081582c44445630897</id>
<content type='text'>
</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>
</feed>
