aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-291-0/+1
* Don't attempt to reference sc before testing whether it's NULL.Xin LI2013-03-221-1/+1
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-061-10/+18
* When an MFI command fails, the driver needs to set bio->bio_resid so thatSean Bruno2012-07-111-0/+1
* Cosmetic nit. If a configured volume has no label, don't emit an emptySean Bruno2012-05-301-4/+11
* Some style improvements.Doug Ambrisko2012-05-041-3/+3
* MFhead_mfi r227068Doug Ambrisko2012-03-301-2/+19
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-2/+19
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-161-0/+1
|/
* Fix the maximum transfer size for mfi(4) disk devices to not exceed theJohn Baldwin2008-11-171-1/+2
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-131-5/+45
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-101-18/+24
* - Add a command validator for use in debugging.Scott Long2006-10-161-2/+22
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-201-9/+3
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-181-0/+2
* Handle invalid capacity parameters from the firmware.Scott Long2006-03-281-0/+1
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-251-0/+242