aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/arcmsr/arcmsr.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/dev/arcmsr: Update Areca RAID driver to version 1.50.00.06.黃清隆2023-09-061-4/+47
| | | | | | | | | | | | | | | - Suppressed a harmless warning message, "arcmsr_dr_handle: target=f, lun=0, GONE!!!," which could appear a few seconds after UEFI system boot due to the boot volume UEFI initialization. - Corrected various typing errors. - Refactored arcmsr_initialize() to improve code readability. - Added support for device IDs 1883 and 1886 controllers. - Introduced support for controllers requiring host memory for the RAID 5 and 6 XOR engines. Many thanks to Areca for continuing to support FreeBSD. MFC after: 3 days
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* arcmsr(4): Fix a typo in a source code commentGordon Bergling2022-10-251-1/+1
| | | | | | - s/faild/failed/ MFC after: 3 days
* Update arcmsr(4) to 1.50.00.00:Xin LI2020-10-161-6/+102
| | | | | | | | | | | | Add support for ARC-1886, NVMe/SAS/SATA controller. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 2 weeks Notes: svn path=/head/; revision=366767
* arcmsr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-26/+15
| | | | Notes: svn path=/head/; revision=365113
* Remove support for varios versions from FreeBSD 4 to 8.Warner Losh2020-02-291-21/+7
| | | | | | | | There's no way arcmsr will still work on those versions. Cleanup really old code that's no longer needed. Notes: svn path=/head/; revision=358477
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=326255
* Update arcmsr(4) to 1.40.00.01:Xin LI2017-11-081-1/+3
| | | | | | | | | | | | | | | | - Fix clear doorbell queue buffer for ADAPTER_TYPE_B - Fix release memory resource when detach device - Add support for ARC-1216, 1226 SAS 12Gb controllers - Declare some functions as static - Change checking dword read/write for IOP rqbuffer. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 2 weeks Notes: svn path=/head/; revision=325532
* Update arcmsr(4) to 1.40.00.00 in order to add support ofXin LI2017-07-141-6/+128
| | | | | | | | | | | | ARC-1884 SATA RAID controllers. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 3 days Notes: svn path=/head/; revision=320986
* Update arcmsr(4) to 1.30.00.00 in order to add support ofXin LI2015-12-021-0/+21
| | | | | | | | | | | | ARC-1203 SATA RAID controllers. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 2 weeks Notes: svn path=/head/; revision=291641
* Commit 2/2: vendor whitespace changes to the driver.Xin LI2013-12-181-427/+427
| | | | | | | | | Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> Notes: svn path=/head/; revision=259565
* Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to addXin LI2013-12-181-3/+5
| | | | | | | | | | | support of ARC-1883 SAS 12Gb/s RAID controllers. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> Notes: svn path=/head/; revision=259564
* Refresh vendor driver version which fixes command queueXin LI2013-07-061-0/+1
| | | | | | | | | | | | full issue with ARC-1214 and ARC-1224. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 1 day Notes: svn path=/head/; revision=252857
* Refresh vendor driver version which adds ARC-1224 support.Xin LI2013-02-281-10/+7
| | | | | | | | | | Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 <ching2048 areca com tw> MFC after: 3 days Notes: svn path=/head/; revision=247443
* Update arcmsr(4) to vendor version 1.20.00.26, this addsXin LI2012-12-181-216/+397
| | | | | | | | | | | | support for their new RAID adapter ARC-1214. Many thanks to Areca for continuing to support FreeBSD. Submitted by: 黃清隆 Ching-Lung Huang <ching2048 areca com tw> MFC after: 2 weeks Notes: svn path=/head/; revision=244406
* Update arcmsr(4) to vendor version 1.20.00.25.Xin LI2012-09-041-0/+17
| | | | | | | | | | Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang <ching2048 areca com tw> MFC after: 2 weeks Notes: svn path=/head/; revision=240079
* Update arcmsr(4) to vendor version 1.20.00.21. This release primarilyXin LI2011-04-061-22/+17
| | | | | | | | | | | | improves command timeout handling. Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang <ching2048 areca com tw> MFC after: 2 months Notes: svn path=/head/; revision=220403
* Update to vendor release 1.20.00.19.Xin LI2010-11-131-187/+192
| | | | | | | | | | | | | | | | Bug fixes: * Fixed "inquiry data fails comparion at DV1 step" * Fixed bad range input in bus_alloc_resource for ADAPTER_TYPE_B * Fixed arcmsr driver prevent arcsas support for Areca SAS HBA ARC13x0 Many thanks to Areca for continuing to support FreeBSD. This commit is intended for MFC before 8.2-RELEASE. Submitted by: Ching-Lung Huang <ching2048 areca com tw> Notes: svn path=/head/; revision=215234
* Apply vendor version 1.20.00.17.Xin LI2010-07-211-140/+474
| | | | | | | | | | | | | | | | | This version adds support for ARC1880; additionally this version fixed an issue where all devices on a SAS port gets offlined when any device failed on the port [1]. Many thanks to Areca for continuing to support FreeBSD. PR: kern/148502 [1] Submitted by: Ching-Lung Huang <ching2048 areca com tw> Obtained from: Areca Tested by: Rich Ercolani <rercola acm jhu edu> [1] MFC after: 2 weeks Notes: svn path=/head/; revision=210358
* Initialize the whole message unit's DMA buffer to zero, this fixes a panicXin LI2009-11-091-1/+1
| | | | | | | | | | | | | | | during boot when ARC1200 is being used with certain motherboard models. This commit brings the driver to the same state of vendor's 1.20.00.16 release. Many thanks to Areca for their continued support to FreeBSD. Reported by: Jirka Mikulas <jiri mikulas com> Submitted by: Erich Chen (Areca) Obtained from: ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/FreeBSD/DRIVER/SourceCode/arcmsr-freebsd-1.20.00.16-91010.zip MFC after: 3 days Notes: svn path=/head/; revision=199069
* Support new ARC120x family of controllers. Many thanks for Areca's continuedScott Long2007-12-081-66/+173
| | | | | | | | | support of FreeBSD. Submitted by: Erich Chen @ Areca Notes: svn path=/head/; revision=174451
* Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almostScott Long2007-03-061-0/+2
| | | | | | | | | | | | | | | | | | never correct as CAM has no real understanding of it, and will just immediately retry the command. This leads to undesirable cycling of the camisr as well as a high possibility for the command to exhaust its retries before the driver can get around to servicing it. The better fix, as demonstrated here, is to freeze the simq and mark the command as needing to be tried. Then when driver can service the command, the simq gets unfrozen. This is correct, and documented here to help reduce the mystery. However, it also points out a shortcoming in CAM error handling that makes writing drivers harder. Submitted by: Erich Chen Notes: svn path=/head/; revision=167254
* Fix spurious I/O errors when under high load.Scott Long2007-02-151-1/+1
| | | | | | | Submitted by: Erich Chen Notes: svn path=/head/; revision=166753
* Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsScott Long2006-12-131-1154/+1349
| | | | | | | | | | | as well as adds support for newer controllers. Many thanks to Areca for their continued support. Submitted by: Erich Chen Notes: svn path=/head/; revision=165155
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxScott Long2005-03-311-0/+4900
series of controllers. Areca provides a CLI and HTTP management tool for FreeBSD/i386 and FreeBSD/amd64 on their website. Many thanks to Areca for their support of FreeBSD. Thanks also to Mike Tansca and Sentex Communications for donating hardware. Obtained from: Erich Chen <erich at areca com tw> Notes: svn path=/head/; revision=144411