<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ata/ata-queue.c, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-03-01T18:05:57Z</updated>
<entry>
<title>MFC r187105 by obrien:</title>
<updated>2011-03-01T18:05:57Z</updated>
<author>
<name>Jaakko Heinonen</name>
<email>jh@FreeBSD.org</email>
</author>
<published>2011-03-01T18:05:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=449533031be1c2edacfd821554532b8cb3448765'/>
<id>urn:sha1:449533031be1c2edacfd821554532b8cb3448765</id>
<content type='text'>
Fix issue where ata_atapicmd() can never really return EBUSY which is
expected in acd_fixate().

This should fix various problems folks are having with 'burncd' reporting
"burncd: ioctl(CDRIOCFIXATE): Input/output error" during the fixate phase
when "fixate" is issued together with the "data" command.

PR:		95979
</content>
</entry>
<entry>
<title>MFC r188740, r198486, r199050:</title>
<updated>2009-11-10T22:56:05Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2009-11-10T22:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d77ff790d1cff2d810443051834bdd5ffd36bc1c'/>
<id>urn:sha1:d77ff790d1cff2d810443051834bdd5ffd36bc1c</id>
<content type='text'>
Increase ATA command timeouts. Introduce define and kernel option
ATA_REQUEST_TIMEOUT to control it.

PR:		kern/111023
</content>
</entry>
<entry>
<title>MFC rev. 188700, 188731, 188733.</title>
<updated>2009-03-03T08:14:43Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2009-03-03T08:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e44359d2e725597e40fac0c7a13ae9bd10e7250'/>
<id>urn:sha1:9e44359d2e725597e40fac0c7a13ae9bd10e7250</id>
<content type='text'>
Make core dumping to ad not to freeze even if interrupts, not disabled
for some reason (noticed on SMP), stealing our events.

ata_interrupt() does not need to return anything. It is not it's business
to report request completion, expecially when it is not reliable.

PR:		kern/114370, kern/115801
</content>
</entry>
<entry>
<title>(ata_completed): When REQUEST SENSE is automatically issued after a failed</title>
<updated>2007-03-13T20:31:56Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2007-03-13T20:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a5f6750dffdc159cca886ff5e8725a8b4a3c7b5'/>
<id>urn:sha1:3a5f6750dffdc159cca886ff5e8725a8b4a3c7b5</id>
<content type='text'>
 ATAPI request, do not clear the ATA_R_DEBUG flag. This allows a request
 marked as requiring debug traces to produce these traces also during
 the completion of the autosense processing.

Reviewed by:	sos
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2007-02-21T19:07:19Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2007-02-21T19:07:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=129230b81602d3e4fcc2ae4e0eef002dad24978e'/>
<id>urn:sha1:129230b81602d3e4fcc2ae4e0eef002dad24978e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the SMART command to the ATA instruction set.</title>
<updated>2007-01-27T21:15:59Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2007-01-27T21:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7fd6875fc53b4f3ea6d0600018b39f34c8e297b0'/>
<id>urn:sha1:7fd6875fc53b4f3ea6d0600018b39f34c8e297b0</id>
<content type='text'>
When the disk has an error, it will now print SMART
instead of 'Unknown CMD'.

PR:		kern/93368
Submitted by:	Garry Belka &lt;garry at NetworkPhysics dot COM&gt;
Approved by:	sos
</content>
</entry>
<entry>
<title>Fix a typo in ata-queue.c</title>
<updated>2006-12-23T12:40:54Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2006-12-23T12:40:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9409f9ed870e72e6a88db2409fd6663e5b3478ad'/>
<id>urn:sha1:9409f9ed870e72e6a88db2409fd6663e5b3478ad</id>
<content type='text'>
PR:		kern/107100
Submitted by:	Stephen J. Roznowski &lt;sjr at comcast dot net&gt;
Approved by:	sos
</content>
</entry>
<entry>
<title>If we get an error w/o atapi sense information, just print a newline</title>
<updated>2006-07-21T19:13:05Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-07-21T19:13:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8fcb4ef1cf678a8025b61b54bb800755d9f45199'/>
<id>urn:sha1:8fcb4ef1cf678a8025b61b54bb800755d9f45199</id>
<content type='text'>
to terminate the message we started.  I get non-terminated messages
when reading audio tracks w/o this patch.
</content>
</entry>
<entry>
<title>Add missing ";"</title>
<updated>2006-04-17T10:47:01Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2006-04-17T10:47:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=305a0b7123c254992eb35cacfe3c7b06efa1e896'/>
<id>urn:sha1:305a0b7123c254992eb35cacfe3c7b06efa1e896</id>
<content type='text'>
found by:	jmg
</content>
</entry>
<entry>
<title>Make the ATAPI sense data accessible when using the ioctl interface</title>
<updated>2006-03-31T08:09:05Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2006-03-31T08:09:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd8a592bb327c93f8536eb8b63c8be1b8a3ddc74'/>
<id>urn:sha1:cd8a592bb327c93f8536eb8b63c8be1b8a3ddc74</id>
<content type='text'>
MFC candidate.
</content>
</entry>
</feed>
