<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/isci, branch releng/14.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-12-31T09:32:43Z</updated>
<entry>
<title>isci(4): Fix a typo in a source code comment</title>
<updated>2024-12-31T09:32:43Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2024-12-28T06:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9be823d76bd2225495bfd73d2c6e9f764f519d91'/>
<id>urn:sha1:9be823d76bd2225495bfd73d2c6e9f764f519d91</id>
<content type='text'>
- s/kength/length/

(cherry picked from commit 3db51fb1720efdddd6e8c2045397f59a398692d3)
</content>
</entry>
<entry>
<title>Fix enum warning in isci</title>
<updated>2024-08-04T10:21:16Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2024-07-31T11:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ffa2d91fbdf2cc9984c1cfdcb475c783308b7ad'/>
<id>urn:sha1:7ffa2d91fbdf2cc9984c1cfdcb475c783308b7ad</id>
<content type='text'>
This fixes a clang 19 warning:

    sys/dev/isci/scil/scif_sas_smp_remote_device.c:197:26: error: comparison of different enumeration types ('SCI_IO_STATUS' (aka 'enum _SCI_IO_STATUS') and 'enum _SCI_STATUS') [-Werror,-Wenum-compare]
      197 |    if (completion_status == SCI_FAILURE_RETRY_REQUIRED)
          |        ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~

The `completion_status` variable is of type `SCI_IO_STATUS`, not
`SCI_STATUS`. In this case, we can seamlessly replace the value with
`SCI_IO_FAILURE_RETRY_REQUIRED`, which is numerically equal to
`SCI_FAILURE_RETRY_REQUIRED`.

MFC after:	3 days

(cherry picked from commit 1bd66fac35ec27fa64d6158f82fdcbdc26098679)
</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>isci(4): Fix common typos in source code comments</title>
<updated>2023-01-11T09:45:08Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2023-01-11T09:45:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be51810f8d68937ec4e2ce05e89938bda34d8364'/>
<id>urn:sha1:be51810f8d68937ec4e2ce05e89938bda34d8364</id>
<content type='text'>
- s/reuqest/request/
- s/requst/request/

MFC after:	3 days
</content>
</entry>
<entry>
<title>isci(4): Fix common typos in source code comments</title>
<updated>2022-11-01T07:34:11Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-11-01T07:34:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=816d5c1e98ffb71b20edce010050e0803b150e02'/>
<id>urn:sha1:816d5c1e98ffb71b20edce010050e0803b150e02</id>
<content type='text'>
- s/assinged/assigned/

MFC after:	3 days
</content>
</entry>
<entry>
<title>isci(4): Fix a typo in a source code comment</title>
<updated>2022-11-01T06:58:26Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-11-01T06:58:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5014dc958f0f3b7ba0c0a6ff84faa45151af51ac'/>
<id>urn:sha1:5014dc958f0f3b7ba0c0a6ff84faa45151af51ac</id>
<content type='text'>
- s/interrutp/interrupt/

MFC after:3 days
</content>
</entry>
<entry>
<title>iscsi(4): Remove a double word in a source code comment</title>
<updated>2022-09-10T11:04:42Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-09-10T11:04:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13604a80f7a4b0dbb2594482e233baa3f3926523'/>
<id>urn:sha1:13604a80f7a4b0dbb2594482e233baa3f3926523</id>
<content type='text'>
 - s/to to/to/

MFC after:	3 days
</content>
</entry>
<entry>
<title>isci(4): Fix a typo in a source code comment</title>
<updated>2022-08-07T14:05:08Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-08-07T14:05:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0702f4f0409e39d6b85b0b008a4e4cdf9690beb9'/>
<id>urn:sha1:0702f4f0409e39d6b85b0b008a4e4cdf9690beb9</id>
<content type='text'>
- s/paramater/parameter/

MFC after:	3 days
</content>
</entry>
</feed>
