<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ata, 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:</title>
<updated>2005-10-27T16:41:39Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-10-27T16:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b75aec04ff556eb1c3158309dd9c8f6d33e41129'/>
<id>urn:sha1:b75aec04ff556eb1c3158309dd9c8f6d33e41129</id>
<content type='text'>
	Enclose the delayed attach in Giant so we dont loose the race with other
	drivers trying to attach ATA devices like pccard.
	Dont clear the delayed flag before we are acutally finished.

Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>MFC: Sync the driver with RELENG_6 to pick up critical atapi-cd and ata-raid</title>
<updated>2005-10-14T09:34:50Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-10-14T09:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75c7560dfb3537cf7b6350ee9f5493fcbe173820'/>
<id>urn:sha1:75c7560dfb3537cf7b6350ee9f5493fcbe173820</id>
<content type='text'>
fixes, as well as ATI support.

Submitted by:	sos
Approved by:	re
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-10-07T19:25:05Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-10-07T19:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=447e94312c1042474d370fe69c55eb8835967eb9'/>
<id>urn:sha1:447e94312c1042474d370fe69c55eb8835967eb9</id>
<content type='text'>
Add support for setting the SG list segment size.
Use this for the SiI3112 workaround to get rid of the "oversized DMA" errors.

Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-09-23T18:06:11Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-09-23T18:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86a3db20bd6a672fca1fd54f8b2e41edec666a4b'/>
<id>urn:sha1:86a3db20bd6a672fca1fd54f8b2e41edec666a4b</id>
<content type='text'>
	Harden the hotplug support for SATA devices.
	This also fixes a few races that was present in the timeout/detach code.
	Fix support for the VIA 6421 controller.
	Fixes the losage of some ATAPI device that reported failed probing.
	Fix problem finding the still working disk in a broken mirror on VIA.

Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-08-25T16:21:05Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-08-25T16:21:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf3c32f6e7d66e0c994b36a53d28742ef7f613fb'/>
<id>urn:sha1:cf3c32f6e7d66e0c994b36a53d28742ef7f613fb</id>
<content type='text'>
	Add support for working around controllers that cannot do DMA in 48bit.
	The workaround use PIO mode above ~137GB to allow using the disk.
	Add the Acer chips with rev &lt; 0xc4 as first candidate.

	Add support for the Promise PDC4071[89] chips on the Fasttrak TX4300.
	Docs kindly provided by Promise.

	Apply fix for "pr82261 DMA-support on Sparc64 broken"

	Use the bio field instead of the driver field as intended.

	Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.

Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-08-07T11:20:28Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-08-07T11:20:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a620ace01c1c70c872b7ab1c657cd858881c824b'/>
<id>urn:sha1:a620ace01c1c70c872b7ab1c657cd858881c824b</id>
<content type='text'>
        Remove stale struct ata_channel declaration
        Add support for the ITE IT8211F controller
        Dont limit all transfers to DEV_BSIZE (stale dbug code)
        Hide the loaded/unloaded message behind bootverbose

Approved by: re@
</content>
</entry>
<entry>
<title>Zero donecount on auto request sense.</title>
<updated>2005-06-28T09:06:52Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-06-28T09:06:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c782b027b489fd7be1fc5aa8b32d0d4bdc88e3ee'/>
<id>urn:sha1:c782b027b489fd7be1fc5aa8b32d0d4bdc88e3ee</id>
<content type='text'>
PR:		81450
Approved by:	re@ (scottl)
</content>
</entry>
<entry>
<title>Dont call ata_finish in ad_dump as that is no longer needed and causes panic.</title>
<updated>2005-06-27T09:12:11Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>2005-06-27T09:12:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c2d9f25f3cd9a4cca8c74151e62102af96b1b42'/>
<id>urn:sha1:4c2d9f25f3cd9a4cca8c74151e62102af96b1b42</id>
<content type='text'>
Dont try to enable read/write caching on devices that doesn't support it,
this reduces the noise from ATA on flash devices and the like.

Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>Eliminate unused argument in PCMCIA_CARD macro.</title>
<updated>2005-06-24T14:36:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-06-24T14:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab581af7793365b219b8d57024e809a5b0e9c0ad'/>
<id>urn:sha1:ab581af7793365b219b8d57024e809a5b0e9c0ad</id>
<content type='text'>
Provide a backwards compatible way to have the extra macro by defining
PCCARD_API_LEVEL 5 before including pccarddevs for driver writers that
want/need to have the same driver on 5 and 6 with pccard attachments.

Approved by: re (dwhite)
</content>
</entry>
</feed>
