<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ahci, branch releng/14.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-09-25T13:17:26Z</updated>
<entry>
<title>Add some AMD device IDs.</title>
<updated>2024-09-25T13:17:26Z</updated>
<author>
<name>Dmitry Luhtionov</name>
<email>dmitryluhtionov@gmail.com</email>
</author>
<published>2024-06-07T15:00:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d01a9cceefbc072aef212c640d8558768853545e'/>
<id>urn:sha1:d01a9cceefbc072aef212c640d8558768853545e</id>
<content type='text'>
(cherry picked from commit 4cc4b5e2b5f85f136169069559108ed7fff351f9)
</content>
</entry>
<entry>
<title>ahci: Use device_set_desc(f)()</title>
<updated>2024-06-09T13:37:47Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2024-02-04T23:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6324f02689182418abf19df36b077a9a7d9d13ee'/>
<id>urn:sha1:6324f02689182418abf19df36b077a9a7d9d13ee</id>
<content type='text'>
No functional change intended.

MFC after:	1 week

(cherry picked from commit a74b496507329665c6aa8d0ef2ea42c2fbd88c48)
</content>
</entry>
<entry>
<title>ahci: add AMD device id in RAID mode</title>
<updated>2023-09-13T17:43:33Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2023-09-04T12:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0307168d927b5ec7a7889a29d09fe1500d0b514c'/>
<id>urn:sha1:0307168d927b5ec7a7889a29d09fe1500d0b514c</id>
<content type='text'>
Found on Asus ROX Strix X570-F Gaming.

MFC after:	1 week

(cherry picked from commit 3afe6b525386af1dda7791ea2a9d718fa634d4fd)
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=685dc743dc3b5645e34836464128e1c0558b404b'/>
<id>urn:sha1:685dc743dc3b5645e34836464128e1c0558b404b</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95ee2897e98f5d444f26ed2334cc7c439f9c16c6'/>
<id>urn:sha1:95ee2897e98f5d444f26ed2334cc7c439f9c16c6</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
<updated>2023-05-12T16:44:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d846d260e2b9a3d4d0a701462568268cbfe7a5b'/>
<id>urn:sha1:4d846d260e2b9a3d4d0a701462568268cbfe7a5b</id>
<content type='text'>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>ahci: increase timout</title>
<updated>2023-02-10T16:10:04Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2023-02-10T15:56:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=346483b1f10454c5617a25d5e136829f60fb1184'/>
<id>urn:sha1:346483b1f10454c5617a25d5e136829f60fb1184</id>
<content type='text'>
For some devices, like Marvell 88SE9230, it takes more time
to connect to the device. This patch introduces a special flag
that extends the timeout from around 100ms to around 500ms.

This change is based on the work of: Peter Eriksson &lt;pen@lysator.liu.se&gt;

PR:		243401
Reviewed by:	imp
Tested by:	dch
MFC after:	3 days
Sponsored by:	Equinix
Sponsored by:	SkunkWerks, GmbH
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D38413
</content>
</entry>
<entry>
<title>ahci(4): Fix a typo in a source code comment</title>
<updated>2023-01-11T09:46:58Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2023-01-11T09:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc9228749c2ab31192a17ef01cfb363480144cdc'/>
<id>urn:sha1:bc9228749c2ab31192a17ef01cfb363480144cdc</id>
<content type='text'>
- s/reqests/requests/

MFC after:	3 days
</content>
</entry>
<entry>
<title>Add random VMware device IDs.</title>
<updated>2022-10-20T14:19:24Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2022-10-20T14:19:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a31a06bf1bb2d328d6672ed91c3e54734684cc0'/>
<id>urn:sha1:2a31a06bf1bb2d328d6672ed91c3e54734684cc0</id>
<content type='text'>
Just to make dmesg look nicer there.

MFC after:	1 week
</content>
</entry>
<entry>
<title>ahci: Remove unused devclass arguments to DRIVER_MODULE.</title>
<updated>2022-05-06T22:39:28Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-04-19T20:39:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07c15a9d35565d3862a7b3f02596b2e18e721f76'/>
<id>urn:sha1:07c15a9d35565d3862a7b3f02596b2e18e721f76</id>
<content type='text'>
</content>
</entry>
</feed>
