aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci_io_request.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* isci: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-211-0/+1
* Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh2020-03-011-4/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-9/+9
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-4/+6
* Improve logging around some of the isci(4) reset and recovery paths.Jim Harris2013-10-091-2/+7
* Panic should the SCI framework ever request a pointer into the ccb'sJim Harris2013-03-271-3/+24
* Report support for unmapped I/O by adding PIM_UNMAPPED flag.Jim Harris2013-03-261-4/+0
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-22/+13
* Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingJim Harris2012-12-051-13/+15
* Wait until completion context unwinds before retrying CCBs that have beenJim Harris2012-05-211-6/+45
* Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesJim Harris2012-04-101-25/+37
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingJim Harris2012-02-091-6/+6
* Add isci(4) driver for amd64 and i386 targets.Jim Harris2012-01-311-0/+923