aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ocs_fc/ocs_cam.c
Commit message (Expand)AuthorAgeFilesLines
* ocs_fc: print instance_index value rather than pointer itself in ocs_cam.cFuqian Huang2024-12-281-2/+2
* ocs_fc: Use xpt_path_sbuf() to copy the path to sbuf.Ram Kishore Vegesna2023-12-181-3/+1
* ocs_fc: IO timeout handling and error reporting fix.Ram Kishore Vegesna2023-12-121-3/+84
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Fix unused variable warning in ocs_cam.cDimitry Andric2022-07-211-5/+0
* ocs_fc: Fix device lost timer where device is not getting deleted.Ram Kishore Vegesna2021-09-301-4/+1
* ocs_fc: When commands complete with an error, freeze the device queue.Ram Kishore Vegesna2021-09-301-4/+7
* ocs_fc: Fix CAM status reporting in ocs_fc(4) when no data is returned.Ram Kishore Vegesna2021-09-301-9/+9
* ocs_fc: Increase maximum supported SG elements to support larger transfer sizes.Ram Kishore Vegesna2021-09-301-5/+9
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-5/+28
* Fix incorrect constants of target tag action.Alexander Motin2020-10-251-2/+2
* ocs_fc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-23/+16
* Fixed issues reported by coverity scan.Ram Kishore Vegesna2019-01-231-9/+17
* Remove accessing remote node and domain objects while processing cam actions.Ram Kishore Vegesna2019-01-111-11/+24
* Implemented Device Lost Timer, which is used to give target device the time t...Ram Kishore Vegesna2018-07-181-48/+234
* Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).Kenneth D. Merry2018-03-301-0/+2640