<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/aac, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<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/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>MFC rev 1.113</title>
<updated>2005-10-29T15:13:07Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-29T15:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66308c62701a0e539d906ba322c7a5472f13a5a4'/>
<id>urn:sha1:66308c62701a0e539d906ba322c7a5472f13a5a4</id>
<content type='text'>
Submitted by delphij
Approved by: re
</content>
</entry>
<entry>
<title>MFC: Fix regression in Dell PERC/ROMB systems.</title>
<updated>2005-10-28T16:31:34Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-28T16:31:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e4677ca87bf022a6d743f7cdd047e2de9018be6'/>
<id>urn:sha1:5e4677ca87bf022a6d743f7cdd047e2de9018be6</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>MFC: Support new adapters and new communication protocol.</title>
<updated>2005-10-09T06:39:21Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-09T06:39:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=727e45252f1694f68283b29f572eec8222c2b539'/>
<id>urn:sha1:727e45252f1694f68283b29f572eec8222c2b539</id>
<content type='text'>
Submitted by: Adaptec, Inc.
Approved by: re
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-09-16T18:00:59Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2005-09-16T18:00:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d469161bde80e3dde56bee6855130b9bb06d34d8'/>
<id>urn:sha1:d469161bde80e3dde56bee6855130b9bb06d34d8</id>
<content type='text'>
Add support for HP branded 2610SA

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC rev 1.55:  Check the correct IDs for the Dell PERC3/S/Di filter driver.</title>
<updated>2005-07-22T16:29:51Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-07-22T16:29:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19997e47e088eb2591f5e1f70d8a56be66096705'/>
<id>urn:sha1:19997e47e088eb2591f5e1f70d8a56be66096705</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>Add a text description for the Intel IOP302/303 processors.  Be slightly</title>
<updated>2005-06-01T07:11:17Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-06-01T07:11:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1c56c68b0984833339c0e8d637e75fc0c57cc54'/>
<id>urn:sha1:b1c56c68b0984833339c0e8d637e75fc0c57cc54</id>
<content type='text'>
more verbose about the allocation of RAM on the controller.

Sbumitted by: Jeremy Chadwick
PR: kern/81259
MFC-After: 3 days
</content>
</entry>
<entry>
<title>Remove bus_{mem,p}io.h and related code for a micro-optimization on i386</title>
<updated>2005-05-29T04:42:30Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-29T04:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4fcf3cba56369bf27a1943ee07b2ddd124b8436'/>
<id>urn:sha1:d4fcf3cba56369bf27a1943ee07b2ddd124b8436</id>
<content type='text'>
and amd64.  The optimization is a trivial on recent machines.

Reviewed by:	-arch (imp, marcel, dfr)
</content>
</entry>
<entry>
<title>Fix some busdma API violations in the dumpsys handler.</title>
<updated>2005-05-02T22:56:52Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-05-02T22:56:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbe4fd54ef5430aef54482eb8a0285f4869aab57'/>
<id>urn:sha1:cbe4fd54ef5430aef54482eb8a0285f4869aab57</id>
<content type='text'>
MFC After: 3 days
</content>
</entry>
<entry>
<title>purge dead code</title>
<updated>2005-03-26T23:37:54Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-03-26T23:37:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83888a7f30f101c89806d775f10d943d002169a1'/>
<id>urn:sha1:83888a7f30f101c89806d775f10d943d002169a1</id>
<content type='text'>
Noticed by:	Coverity Prevent analysis tool
</content>
</entry>
</feed>
