summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfivar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r261491 (by ambrisko):markj2014-08-271-0/+1
* MFC r266848:kib2014-06-051-8/+10
* MFC r261535:markj2014-03-101-0/+2
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0smh2013-02-271-20/+28
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-0/+1
* Add support for SCSI pass through devices to be attached andambrisko2012-11-081-0/+2
* - Extend the prior commit to use the generic SCSI command buildingambrisko2012-11-061-1/+16
* sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned o...sbruno2012-07-111-0/+1
* Pointy hat to sleep deprived committer.sbruno2012-05-121-2/+2
* Fix inappropriate data type for two bus_dmamap_t variables that were causingsbruno2012-05-121-3/+2
* First fix pr 167226:ambrisko2012-05-041-4/+8
* - Do not include machine/atomic.h. It is no longer necessary since r233768.jkim2012-04-041-8/+0
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canambrisko2012-04-021-3/+9
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceambrisko2012-04-021-8/+8
* MFhead_mfi r227068ambrisko2012-03-301-7/+192
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-041-4/+205
* | Add single-message MSI support to mfi(4). It is disabled by default butjhb2011-11-161-0/+1
|/
* Fix an implicit dependency between the MFI driver and CAM that had grown duescottl2011-10-291-1/+18
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedmav2011-09-291-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+1
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.ambrisko2008-11-121-0/+1
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-251-0/+34
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-131-0/+10
* Add in a couple of things:ambrisko2007-06-041-0/+1
* Catch up to driver changes required for the mfip sub-driver.scottl2007-05-161-0/+5
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-101-5/+11
* - Add a command validator for use in debugging.scottl2006-10-161-1/+5
* Add a command debugging module and a periodic watchdog timer.scottl2006-09-251-0/+15
* Change some variable names and update some comments to help clarify somescottl2006-09-201-7/+3
* Instead of using scsi probes to do device discovery, use the firmwareps2006-06-201-3/+1
* Add in a bunch of things to the mfi driver:ambrisko2006-05-181-0/+12
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' namescottl2006-03-251-0/+316
OpenPOWER on IntegriCloud