summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfi_cam.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0smh2013-02-271-1/+7
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-14/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Add support for SCSI pass through devices to be attached andambrisko2012-11-081-0/+71
* - Extend the prior commit to use the generic SCSI command buildingambrisko2012-11-061-2/+11
* Fix inappropriate data type for two bus_dmamap_t variables that were causingsbruno2012-05-121-2/+2
* MFhead_mfi r227068ambrisko2012-03-301-0/+6
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-041-0/+6
* | Add single-message MSI support to mfi(4). It is disabled by default butjhb2011-11-161-0/+1
|/
* Merge from r225950:marius2011-10-131-1/+7
* Remove duplicate header includeskevlo2011-06-281-3/+0
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-4/+4
* Correct mfip module dependency on mfi. This allows mfip to be loaded askib2010-03-021-0/+1
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesscottl2007-05-161-0/+389
OpenPOWER on IntegriCloud