<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ahci, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-06-05T00:35:17Z</updated>
<entry>
<title>MFC r283936: Restore AHCI quirks printing as base16.</title>
<updated>2015-06-05T00:35:17Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2015-06-05T00:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa9bd74b0a5ca1c030de64218322a530e5d0e7b6'/>
<id>urn:sha1:aa9bd74b0a5ca1c030de64218322a530e5d0e7b6</id>
<content type='text'>
smh@ at r278034 made it base17, that is somewhat odd. :)
</content>
</entry>
<entry>
<title>MFC r280393: Reduce priority of ATA/SATA drivers.</title>
<updated>2015-04-06T08:23:06Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2015-04-06T08:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b03dcaca0de9c52b7ad40db799e6f5f2500adb2'/>
<id>urn:sha1:9b03dcaca0de9c52b7ad40db799e6f5f2500adb2</id>
<content type='text'>
Legacy ata(4) -&gt; BUS_PROBE_LOW_PRIORITY;  more functional ahci(4), siis(4),
mvs(4) -&gt; BUS_PROBE_DEFAULT;  BUS_PROBE_VENDOR leave for vendor drivers.
</content>
</entry>
<entry>
<title>MFC r279963: Fix SATA Gen3 speed constants.</title>
<updated>2015-03-20T08:28:11Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2015-03-20T08:28:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89ed2fc2d9e8adcb84add353c1ed1a18723c6068'/>
<id>urn:sha1:89ed2fc2d9e8adcb84add353c1ed1a18723c6068</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r271146,271201,271207,271261,271457,272606,277100,277126,278034,279320,</title>
<updated>2015-03-12T13:40:02Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2015-03-12T13:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95f79fdac75f5ff3fc3544257cf44b0351d011a5'/>
<id>urn:sha1:95f79fdac75f5ff3fc3544257cf44b0351d011a5</id>
<content type='text'>
279573:  Sync AHCI driver with HEAD.

Due to code reorganization in r271146 and many previous reordered merges it
is problematic to merge those revisions separately.
</content>
</entry>
<entry>
<title>MFC r270833 (by imp):</title>
<updated>2015-03-12T13:16:05Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2015-03-12T13:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ebb78d7b0a2eec30016d314cc2dcd9f09ecea852'/>
<id>urn:sha1:ebb78d7b0a2eec30016d314cc2dcd9f09ecea852</id>
<content type='text'>
We were returning 20 bytes as the FIS size to send, but only
initializing 16. Initialize all 20 so we don't send garbage in the
Auxiliary register. The SATA standard mandates a 5 dword length for
the Host to Device FIS.
</content>
</entry>
<entry>
<title>MFC: r276344</title>
<updated>2015-02-08T21:31:40Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2015-02-08T21:31:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c12aeb2282fb5a66f75b4fdf7585431787ee9ea'/>
<id>urn:sha1:7c12aeb2282fb5a66f75b4fdf7585431787ee9ea</id>
<content type='text'>
- Const'ify the ahci_ids table.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
</content>
</entry>
<entry>
<title>MFC r276012:</title>
<updated>2015-01-12T10:25:07Z</updated>
<author>
<name>Steven Hartland</name>
<email>smh@FreeBSD.org</email>
</author>
<published>2015-01-12T10:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73a6082b08cd96e5765d5d300b4867a2c4e906ec'/>
<id>urn:sha1:73a6082b08cd96e5765d5d300b4867a2c4e906ec</id>
<content type='text'>
Add a constant AHCI_MAX_IRQS removing magic number

MFC r276013:
Clamp ahci max irq's to AHCI_MAX_IRQS

MFC r276016:
Return the error from ahci_setup_interrupt in ahci_attach

MFC r276019:
style (9) nits

Sponsored by:	Multiplay
</content>
</entry>
<entry>
<title>MFC r274188, r274189:</title>
<updated>2014-12-26T22:56:02Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2014-12-26T22:56:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f251da41351d05535ca70d233e1518f62a688cb4'/>
<id>urn:sha1:f251da41351d05535ca70d233e1518f62a688cb4</id>
<content type='text'>
 DMA tag alignment should be 1 (not 0) when a device can dma at any address.
</content>
</entry>
<entry>
<title>MFC r272223:</title>
<updated>2014-12-21T16:43:56Z</updated>
<author>
<name>Steven Hartland</name>
<email>smh@FreeBSD.org</email>
</author>
<published>2014-12-21T16:43:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=558a583779e63875148536f2281fcf9ede21c78d'/>
<id>urn:sha1:558a583779e63875148536f2281fcf9ede21c78d</id>
<content type='text'>
Prevent possible use after free in ahci direct mode

Sponsored by:	Multiplay
</content>
</entry>
<entry>
<title>MFC r274819:</title>
<updated>2014-12-21T03:06:11Z</updated>
<author>
<name>Steven Hartland</name>
<email>smh@FreeBSD.org</email>
</author>
<published>2014-12-21T03:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=117c93e53f1784aedab7d9942d1fb8e00c8b1618'/>
<id>urn:sha1:117c93e53f1784aedab7d9942d1fb8e00c8b1618</id>
<content type='text'>
Prevent overflow issues in timeout processing

MFC r274852:
Fix build with asr driver

Sponsored by:	Multiplay
</content>
</entry>
</feed>
