aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/arcmsr/arcmsr.c
Commit message (Expand)AuthorAgeFilesLines
* arcmsr: Use device_set_descf()Mark Johnston2024-06-161-4/+2
* sys/dev/arcmsr: Update Areca RAID driver to version 1.50.00.06.黃清隆2023-09-061-233/+460
* arcmsr(4): Fix typo: rebulid -> rebuildMustafa Ateş Uzun2023-09-041-10/+10
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arcmsr(4): Fix reading buffer empty length error.黃清隆2023-04-011-3/+6
* arcmsr: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* arcmsr: Remove never-true NULL check from cdev callbacks.John Baldwin2022-04-211-13/+0
* arcmsr: Store softc pointer in si_drv1 of cdev.John Baldwin2022-04-211-7/+11
* sys/dev/arcmsr: Update Areca RAID driver to fix some issues on ARC-1886.黃清隆2021-12-131-3/+38
* Fix "set but not used" in arcmsrScott Long2021-12-031-7/+1
* arcmsr: clear CCB allocated on the stackEdward Tomasz Napierala2021-05-211-0/+1
* arcmsr(4): Fix SCSI command timeout on ARC-1886.Xin LI2021-04-211-3/+9
* arcmsr(4): Fixed no action of hot plugging device on type_F adapter.Xin LI2021-03-031-2/+6
* arcmsr(4): don't bzero newly allocated ccb; xpt_alloc_ccb() already does that.Edward Tomasz Napierala2020-11-231-1/+0
* Update arcmsr(4) to 1.50.00.00:Xin LI2020-10-161-70/+308
* arcmsr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-16/+12
* Remove support for varios versions from FreeBSD 4 to 8.Warner Losh2020-02-291-174/+19
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update arcmsr(4) to 1.40.00.01:Xin LI2017-11-081-39/+32
* Update arcmsr(4) to 1.40.00.00 in order to add support ofXin LI2017-07-141-165/+695
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-4/+4
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-7/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-8/+15
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-7/+7
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-1/+1
* Update arcmsr(4) to 1.30.00.00 in order to add support ofXin LI2015-12-021-356/+401
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-1/+3
* Commit 2/2: vendor whitespace changes to the driver.Xin LI2013-12-181-15/+15
* Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to addXin LI2013-12-181-35/+50
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-12/+12
* Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion inXin LI2013-09-191-15/+12
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-2/+1
* Refresh vendor driver version which fixes command queueXin LI2013-07-061-45/+61
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+2
* Refresh vendor driver version which adds ARC-1224 support.Xin LI2013-02-281-16/+119
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-47/+9
* Update arcmsr(4) to vendor version 1.20.00.26, this addsXin LI2012-12-181-678/+1156
* Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistentJim Harris2012-12-181-2/+4
* Fix typo: s/unknow/unknownKevin Lo2012-10-091-3/+3
* Update arcmsr(4) to vendor version 1.20.00.25.Xin LI2012-09-041-122/+116
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.Xin LI2012-02-201-1/+1
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl2011-11-231-6/+11
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+6
* Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of bufferXin LI2011-08-161-5/+14
* Update arcmsr(4) to vendor version 1.20.00.21. This release primarilyXin LI2011-04-061-92/+179
* Workaround build for PAE case for now - revert the PHYSXin LI2010-11-141-0/+4
* Update to vendor release 1.20.00.19.Xin LI2010-11-131-190/+168
* Apply vendor version 1.20.00.17.Xin LI2010-07-211-267/+865