summaryrefslogtreecommitdiff
path: root/sys/dev/arcmsr
AgeCommit message (Expand)Author
2024-06-16arcmsr: Use device_set_descf()Mark Johnston
2023-09-06sys/dev/arcmsr: Update Areca RAID driver to version 1.50.00.06.黃清隆
2023-09-04arcmsr(4): Fix typo: rebulid -> rebuildMustafa Ateş Uzun
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-03-31arcmsr(4): Fix reading buffer empty length error.黃清隆
2022-10-25arcmsr(4): Fix a typo in a source code commentGordon Bergling
2022-05-06arcmsr: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-21arcmsr: Remove never-true NULL check from cdev callbacks.John Baldwin
2022-04-21arcmsr: Store softc pointer in si_drv1 of cdev.John Baldwin
2021-12-13sys/dev/arcmsr: Update Areca RAID driver to fix some issues on ARC-1886.黃清隆
2021-12-03Fix "set but not used" in arcmsrScott Long
2021-05-21arcmsr: clear CCB allocated on the stackEdward Tomasz Napierala
2021-04-21arcmsr(4): Fix SCSI command timeout on ARC-1886.Xin LI
2021-03-02arcmsr(4): Fixed no action of hot plugging device on type_F adapter.Xin LI
2020-11-23arcmsr(4): don't bzero newly allocated ccb; xpt_alloc_ccb() already does that.Edward Tomasz Napierala
2020-10-16Update arcmsr(4) to 1.50.00.00:Xin LI
2020-09-01arcmsr: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-29Remove support for varios versions from FreeBSD 4 to 8.Warner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-08Update arcmsr(4) to 1.40.00.01:Xin LI
2017-07-14Update arcmsr(4) to 1.40.00.00 in order to add support ofXin LI
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-03-15Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh
2016-02-27Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-12-02Update arcmsr(4) to 1.30.00.00 in order to add support ofXin LI
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2013-12-18Commit 2/2: vendor whitespace changes to the driver.Xin LI
2013-12-18Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to addXin LI
2013-10-30Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn
2013-09-19Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion inXin LI
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-07-06Refresh vendor driver version which fixes command queueXin LI
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-02-28Refresh vendor driver version which adds ARC-1224 support.Xin LI
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-12-18Update arcmsr(4) to vendor version 1.20.00.26, this addsXin LI
2012-12-18Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistentJim Harris
2012-10-09Fix typo: s/unknow/unknownKevin Lo
2012-09-04Update arcmsr(4) to vendor version 1.20.00.25.Xin LI
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2012-02-20Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.Xin LI
2011-11-23- Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanMarius Strobl
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-08-16Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of bufferXin LI
2011-04-06Update arcmsr(4) to vendor version 1.20.00.21. This release primarilyXin LI
2010-11-14Workaround build for PAE case for now - revert the PHYSXin LI