<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/arcmsr, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>arcmsr(4): Fix typo: rebulid -&gt; rebuild</title>
<updated>2023-09-08T20:41:48+00:00</updated>
<author>
<name>Mustafa Ateş Uzun</name>
<email>mustafauzun0@gmail.com</email>
</author>
<published>2023-08-17T13:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef310d3a711180e5805a3491f40d3631d68eb3ec'/>
<id>ef310d3a711180e5805a3491f40d3631d68eb3ec</id>
<content type='text'>
Pull Request:	https://github.com/freebsd/freebsd-src/pull/819

(cherry picked from commit 2f7e72bd1c024e1e8274acbe1ce57514fd444583)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull Request:	https://github.com/freebsd/freebsd-src/pull/819

(cherry picked from commit 2f7e72bd1c024e1e8274acbe1ce57514fd444583)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:25+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3bc80996974a61a4223eae4c1ccd47b6ee32a48a'/>
<id>3bc80996974a61a4223eae4c1ccd47b6ee32a48a</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .h pattern</title>
<updated>2023-08-23T17:43:22+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b40a16f0d188422227478889b38cc341d50f88f'/>
<id>4b40a16f0d188422227478889b38cc341d50f88f</id>
<content type='text'>
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/

Similar commit in current:
(cherry picked from commit 2ff63af9b88c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/

Similar commit in current:
(cherry picked from commit 2ff63af9b88c)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr(4): Fix reading buffer empty length error.</title>
<updated>2023-04-15T06:47:33+00:00</updated>
<author>
<name>黃清隆</name>
<email>ching2048@areca.com.tw</email>
</author>
<published>2023-04-01T05:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=134e7beec0e29a6f571d81edfe9a315a93e70c0f'/>
<id>134e7beec0e29a6f571d81edfe9a315a93e70c0f</id>
<content type='text'>
(cherry picked from commit 285d85f4f96bf3b5aecccad865a8855724241c32)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 285d85f4f96bf3b5aecccad865a8855724241c32)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr(4): Fix a typo in a source code comment</title>
<updated>2022-10-28T08:56:03+00:00</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-10-25T10:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=29ed1247ea0abb2fbeeb5335cec3e2c4e6c5b57e'/>
<id>29ed1247ea0abb2fbeeb5335cec3e2c4e6c5b57e</id>
<content type='text'>
- s/faild/failed/

(cherry picked from commit 24a630de81007a2fcb6a78739b08b5e000501894)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- s/faild/failed/

(cherry picked from commit 24a630de81007a2fcb6a78739b08b5e000501894)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr: Remove never-true NULL check from cdev callbacks.</title>
<updated>2022-05-19T21:33:02+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-04-21T17:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2ebb215b8cf5f9f931c611332de352e26a11bf3'/>
<id>d2ebb215b8cf5f9f931c611332de352e26a11bf3</id>
<content type='text'>
si_drv1 will always hold a non-NULL pointer.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35005

(cherry picked from commit 108adb2ff52c73a92837452ef3ed641053bd1b6f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
si_drv1 will always hold a non-NULL pointer.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35005

(cherry picked from commit 108adb2ff52c73a92837452ef3ed641053bd1b6f)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr: Store softc pointer in si_drv1 of cdev.</title>
<updated>2022-05-19T21:32:50+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-04-21T17:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da567228b6c0f4f03844705a6be616c2bd04b26e'/>
<id>da567228b6c0f4f03844705a6be616c2bd04b26e</id>
<content type='text'>
Rather than fetching the softc using the controller's unit number as
an index into the devclass.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35004

(cherry picked from commit a9e5e04e6468e7ad9d17a8fe73b2bc7091894934)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than fetching the softc using the controller's unit number as
an index into the devclass.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35004

(cherry picked from commit a9e5e04e6468e7ad9d17a8fe73b2bc7091894934)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys/dev/arcmsr: Update Areca RAID driver to fix some issues on ARC-1886.</title>
<updated>2021-12-27T06:54:48+00:00</updated>
<author>
<name>黃清隆</name>
<email>ching2048@areca.com.tw</email>
</author>
<published>2021-12-13T16:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a6f70ce9fca731beabd3b0987bcb62ebeef70eaa'/>
<id>a6f70ce9fca731beabd3b0987bcb62ebeef70eaa</id>
<content type='text'>
1. Doorbell interrupt status may arrive lately when doorbell interrupt on
   ARC-1886.
2. System boot up hung when ARC-1886 with no volume created or no device
   attached.

Many thanks to Areca for continuing to support FreeBSD.

(cherry picked from commit 6964b77e598597789764ab6949a8031c14075a25)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Doorbell interrupt status may arrive lately when doorbell interrupt on
   ARC-1886.
2. System boot up hung when ARC-1886 with no volume created or no device
   attached.

Many thanks to Areca for continuing to support FreeBSD.

(cherry picked from commit 6964b77e598597789764ab6949a8031c14075a25)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr(4): Fix SCSI command timeout on ARC-1886.</title>
<updated>2021-05-05T05:03:22+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2021-04-21T08:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2941198570cde6357de80064d70bcafdbef17353'/>
<id>2941198570cde6357de80064d70bcafdbef17353</id>
<content type='text'>
Many thanks to Areca for continuing to support FreeBSD.

Submitted by:	黃清隆 &lt;ching2048 areca com tw&gt;

(cherry picked from commit 438b5532070f7c52e88f514380ee8662de1f600b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many thanks to Areca for continuing to support FreeBSD.

Submitted by:	黃清隆 &lt;ching2048 areca com tw&gt;

(cherry picked from commit 438b5532070f7c52e88f514380ee8662de1f600b)
</pre>
</div>
</content>
</entry>
<entry>
<title>arcmsr(4): Fixed no action of hot plugging device on type_F adapter.</title>
<updated>2021-03-06T01:46:04+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2021-03-03T06:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e298c1c3c257446eba06945a0b4755ca30387012'/>
<id>e298c1c3c257446eba06945a0b4755ca30387012</id>
<content type='text'>
Many thanks to Areca for continuing to support FreeBSD.

Submitted by:	黃清隆 &lt;ching2048 areca com tw&gt;
MFC after:	3 days

(cherry picked from commit 5842073a9b7471831e0da48d29dd984d575f4e9e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many thanks to Areca for continuing to support FreeBSD.

Submitted by:	黃清隆 &lt;ching2048 areca com tw&gt;
MFC after:	3 days

(cherry picked from commit 5842073a9b7471831e0da48d29dd984d575f4e9e)
</pre>
</div>
</content>
</entry>
</feed>
