<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/aac/aac_debug.c, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-06-18T15:02:53Z</updated>
<entry>
<title>MFC: r242823</title>
<updated>2013-06-18T15:02:53Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-06-18T15:02:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c1234dd1507dbef24bf1c4be5de8a167329b257'/>
<id>urn:sha1:4c1234dd1507dbef24bf1c4be5de8a167329b257</id>
<content type='text'>
Give panic format string to pacify clang warning.
</content>
</entry>
<entry>
<title>Whitespace cleanup, in advance of next sync with Adaptec's driver.  No</title>
<updated>2010-04-13T00:33:07Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2010-04-13T00:33:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94c0fd90f293dc65b7a117decd40425b7b3878c6'/>
<id>urn:sha1:94c0fd90f293dc65b7a117decd40425b7b3878c6</id>
<content type='text'>
functional change.
</content>
</entry>
<entry>
<title>Sync with the official Adaptec vendor driver:</title>
<updated>2009-02-21T15:40:03Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-02-21T15:40:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff0991c4e911eefe42ce715657c8fc2ea708c6f1'/>
<id>urn:sha1:ff0991c4e911eefe42ce715657c8fc2ea708c6f1</id>
<content type='text'>
[1]	Add the support for the NARK controller which seems a variant of
	the i960Rx.
[2]	Split up memory regions and other resources in 2 different parts
	as long as NARK uses them separately (it is not clear to me
	why though as long as there are no more informations available
	on this controller). Please note that in all the other cases,
	the regions overlaps leaving the default behaviour for all the
	other controllers.
[3]	Implement a clock daemon responsible for maintain updated the
	wall clock time of the controller (run any 30 minutes)*.

Submitted by:	Adaptec (driver build 15317 [1, 2] and 15727 [3])
Reviewed by:	emaste
Tested by:	emaste
Sponsored by:	Sandvine Incorporated

* Please note that originally, in the Adaptec driver, the clock daemon
  is not implemented with callouts as in our in-tree driver.
</content>
</entry>
<entry>
<title>Diff reduction to Adaptec's driver (around build 15317): catch up with a</title>
<updated>2008-03-24T19:23:33Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2008-03-24T19:23:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=31a0399e57f126106cf8a854afcdbcc397f57f0b'/>
<id>urn:sha1:31a0399e57f126106cf8a854afcdbcc397f57f0b</id>
<content type='text'>
change in debugging routines.

The fwprintf macro in the AAC_DEBUG case (mapping to printf) isn't from the
Adaptec driver.
</content>
</entry>
<entry>
<title>Respell 'Conatainer' as 'Container'.</title>
<updated>2007-11-24T18:39:01Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-11-24T18:39:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b6efc61a3f161a38b16d95092fa9346776746a5'/>
<id>urn:sha1:3b6efc61a3f161a38b16d95092fa9346776746a5</id>
<content type='text'>
MFC after:	3 days
Reported by:	Toomas Aas &lt;toomas dot aas at raad dot tartu dot ee&gt;
</content>
</entry>
<entry>
<title>aac_intr0 rotted long ago, remove it.</title>
<updated>2005-10-08T22:36:54Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-08T22:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a48c6d4eaa5dd48a7c8601dbbd02c2405fea1c1'/>
<id>urn:sha1:7a48c6d4eaa5dd48a7c8601dbbd02c2405fea1c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aac</title>
<updated>2005-08-08T12:19:19Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-08-08T12:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64682a68e2bad96d8cc8574f0f8bcda62b7b14f0'/>
<id>urn:sha1:64682a68e2bad96d8cc8574f0f8bcda62b7b14f0</id>
<content type='text'>
driver.
</content>
</entry>
<entry>
<title>Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.</title>
<updated>2004-12-09T22:20:25Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-12-09T22:20:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b0594cd4f9ff0f73d344996ec539436bd8164b2'/>
<id>urn:sha1:0b0594cd4f9ff0f73d344996ec539436bd8164b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast printf'ed values to intmax_t.</title>
<updated>2004-06-13T17:57:15Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-06-13T17:57:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13709702ba63af2415ce16a8d97d2f2fe32391ab'/>
<id>urn:sha1:13709702ba63af2415ce16a8d97d2f2fe32391ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the use of AACQ_COMPLETE here since there is no longer a completion</title>
<updated>2004-02-07T20:54:29Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-02-07T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b60cc16ab0ce5de40278bba3e76fb2a05d31107'/>
<id>urn:sha1:8b60cc16ab0ce5de40278bba3e76fb2a05d31107</id>
<content type='text'>
queue.
</content>
</entry>
</feed>
