<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/aac, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Reduce AAC_MAX_FIBS a little so that we don't exhaust the queue.  This is a</title>
<updated>2004-02-18T06:20:50Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-02-18T06:20:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f3668b5ee4ae784e351dd0fc8c3147945dd44ba'/>
<id>urn:sha1:1f3668b5ee4ae784e351dd0fc8c3147945dd44ba</id>
<content type='text'>
workaround for the lost command problem in RELENG_5_2.

Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>MFC: If deferring a command due to lack of card resources, unmap it so that</title>
<updated>2004-02-11T10:34:24Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-02-11T10:34:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=621e820c2dfd9ba13c3f5075d270e8a4476a566c'/>
<id>urn:sha1:621e820c2dfd9ba13c3f5075d270e8a4476a566c</id>
<content type='text'>
it will be marked appropriately the next time the queue is run.

Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>Temporary workaround for aac_cam to deal with CAM requiring Giant.  This</title>
<updated>2003-12-03T15:42:12Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-12-03T15:42:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5a8036c3d9ae664e6c964a81735c04d2c142dfd'/>
<id>urn:sha1:c5a8036c3d9ae664e6c964a81735c04d2c142dfd</id>
<content type='text'>
should fix the panics on boot with newer Adaptec RAID cards.

Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>- Implement selwakeuppri() which allows raising the priority of a</title>
<updated>2003-11-09T09:17:26Z</updated>
<author>
<name>Seigo Tanimura</name>
<email>tanimura@FreeBSD.org</email>
</author>
<published>2003-11-09T09:17:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=512824f8f7748f7bb54ef900bc8e68a95a3d0f4d'/>
<id>urn:sha1:512824f8f7748f7bb54ef900bc8e68a95a3d0f4d</id>
<content type='text'>
  thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
</content>
</entry>
<entry>
<title>Remove a bogus PCI ID entry.</title>
<updated>2003-11-01T00:13:43Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-11-01T00:13:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f29f42fce7f6b431c4b7db14c7a98234fed11c39'/>
<id>urn:sha1:f29f42fce7f6b431c4b7db14c7a98234fed11c39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all SYSCTLS which are readonly and have a related TUNABLE</title>
<updated>2003-10-21T18:28:36Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-10-21T18:28:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=184dcdc7c8180a316f2aaac1d2efdb8e0dd01b49'/>
<id>urn:sha1:184dcdc7c8180a316f2aaac1d2efdb8e0dd01b49</id>
<content type='text'>
from CTLFLAG_RD to CTLFLAG_RDTUN so that sysctl(8) can provide
more useful error messages.
</content>
</entry>
<entry>
<title>Fix a couple of bugs with AIF handling:</title>
<updated>2003-10-17T21:44:06Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-10-17T21:44:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3df780cf7672ad92d407bb3d1c421d41c17da7d0'/>
<id>urn:sha1:3df780cf7672ad92d407bb3d1c421d41c17da7d0</id>
<content type='text'>
 - Correct the logic for the AIF array index pointers so that correct slot is
   always looked at.
 - Copy the full FIB payload size when copying AIF's, not just the first 64
   bytes.

Thanks to Mirapoint, Inc, for pointing these problems out and offering a
solution.
</content>
</entry>
<entry>
<title>Eliminate the use of a statically assign major number for the aac device.</title>
<updated>2003-09-29T14:10:04Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-09-29T14:10:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c567467af2c4ab3c80dbecf206511c7678db3b28'/>
<id>urn:sha1:c567467af2c4ab3c80dbecf206511c7678db3b28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly wrap the producer queue index when dequeuing commands.  This wasn't</title>
<updated>2003-09-16T16:07:15Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-09-16T16:07:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7753acd255b255c46ab7dedc3a8a4a8775627c50'/>
<id>urn:sha1:7753acd255b255c46ab7dedc3a8a4a8775627c50</id>
<content type='text'>
a problem for command responses since we rarely ever filled the queue.
However, adapter-initiated commands have a much smaller queue and could
tickle this bug.  It's possible that this might fix the recently reported
problems with the aac-2120s, though I haven't been able to reproduce the
problem locally.

MFC-After: 1 day
</content>
</entry>
</feed>
