<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ata, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-12-01T15:01:10Z</updated>
<entry>
<title>MFC r367989:</title>
<updated>2020-12-01T15:01:10Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-12-01T15:01:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d30fe228d08c5a26569da41e203bfb83e172fc0'/>
<id>urn:sha1:7d30fe228d08c5a26569da41e203bfb83e172fc0</id>
<content type='text'>
ata(4): Release the ioport resource if device initialization fails

PR:	251346
</content>
</entry>
<entry>
<title>MFC: 364430:</title>
<updated>2020-09-09T22:54:09Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-09T22:54:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=470538bad3cd053a4b9d499f298033f996d0c839'/>
<id>urn:sha1:470538bad3cd053a4b9d499f298033f996d0c839</id>
<content type='text'>
r364430 | imp | 2020-08-20 11:19:40 -0600 (Thu, 20 Aug 2020) | 6 lines

Tag pccard drivers with gone in 13.

MFC After: 3 days
Reviewed by: emaste, brooks, adrian (on twitter)
Differential Revision: https://reviews.freebsd.org/D26095
</content>
</entry>
<entry>
<title>MFC r355830:</title>
<updated>2019-12-20T22:07:05Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2019-12-20T22:07:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b496ecf32fedfc0b88c3b8b230dc21a4e91e1ff'/>
<id>urn:sha1:6b496ecf32fedfc0b88c3b8b230dc21a4e91e1ff</id>
<content type='text'>
Avoid a tautological bitwise compare.

This looks like a bit of debugging code that sliped into the initial
import of the sos@ ATA framework.  This changes the behavior to omit a
line of output that appears to have been intended for omission.

Reviewed by:	mav
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D22845
</content>
</entry>
<entry>
<title>MFC r344198:</title>
<updated>2019-02-21T09:54:10Z</updated>
<author>
<name>Andriy Voskoboinyk</name>
<email>avos@FreeBSD.org</email>
</author>
<published>2019-02-21T09:54:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=015c5ac3299f60e218f10ad21e090f2220b4e1ed'/>
<id>urn:sha1:015c5ac3299f60e218f10ad21e090f2220b4e1ed</id>
<content type='text'>
GC ATA_REQUEST_TIMEOUT option remnants

It was removed from code in r249083 and from sys/conf/options in r249213.

PR:		193935, 222170
</content>
</entry>
<entry>
<title>Reset indentiation of ata_suspend() such that its clear we fall through</title>
<updated>2018-07-03T16:17:59Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2018-07-03T16:17:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a263a0427feaa595b512b174330b915a6c9aaaa3'/>
<id>urn:sha1:a263a0427feaa595b512b174330b915a6c9aaaa3</id>
<content type='text'>
this function and that we aren't supposed to be controlled by the first
if() conditional.  Found with gcc.

No functional change is intended with this commit.
</content>
</entry>
<entry>
<title>Reset indentation of this flag. No functional change intended.</title>
<updated>2018-07-03T15:56:22Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2018-07-03T15:56:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f26382727b4524b93d0293d11c0aa35d9516db4'/>
<id>urn:sha1:5f26382727b4524b93d0293d11c0aa35d9516db4</id>
<content type='text'>
Found with gcc.

sys/dev/ata/chipsets/ata-siliconimage.c: In function 'ata_cmd_ch_attach':
sys/dev/ata/chipsets/ata-siliconimage.c:187:5:
 warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (ctlr-&gt;chip-&gt;cfg2 &amp; SII_INTR)
     ^~
sys/dev/ata/chipsets/ata-siliconimage.c:190:2:
note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  ch-&gt;flags |= ATA_NO_ATAPI_DMA;
</content>
</entry>
<entry>
<title>Add ready polling after PHY reset on VIA SATA controllers.</title>
<updated>2018-05-23T15:22:58Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2018-05-23T15:22:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af66b67ab29620bd29024340c13484aa6b3d63b9'/>
<id>urn:sha1:af66b67ab29620bd29024340c13484aa6b3d63b9</id>
<content type='text'>
According to PR there are cases of controller hang if soft reset is
sent before device report ready status after the hard reset.

I don't think this patch is perfect, but it was reported as working
by the submitter, and I have neither the old hardware nor interest to
test some improved version, so just done some style cleaning.

PR:		183294
Submitted by:	alexandre.martins@netasq.com
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add ISA PNP tables to ISA drivers. Fix a few incidental comments.</title>
<updated>2018-01-29T00:22:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-01-29T00:22:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d6b6639713e65ebb7982ddbc864e468328acdc8f'/>
<id>urn:sha1:d6b6639713e65ebb7982ddbc864e468328acdc8f</id>
<content type='text'>
ACPI ISA PBP tables not tagged, there's bigger issues with them.
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2017-11-30T07:24:33Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2017-11-30T07:24:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c025136ca8dfa1a0243585046033d06c5223c42'/>
<id>urn:sha1:6c025136ca8dfa1a0243585046033d06c5223c42</id>
<content type='text'>
Reported by: mjg, zrj@dragonflybsd.org
</content>
</entry>
<entry>
<title>sys/dev: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T14:52:40Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T14:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=718cf2ccb9956613756ab15d7a0e28f2c8e91cab'/>
<id>urn:sha1:718cf2ccb9956613756ab15d7a0e28f2c8e91cab</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
</feed>
