aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci_io_request.c
Commit message (Expand)AuthorAgeFilesLines
* 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