aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfivar.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-291-8/+10
* Add support for MegaRAID Fury cards. The main change needed to boot from aMark Johnston2014-02-061-0/+2
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andDoug Ambrisko2014-02-041-0/+1
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-20/+28
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-0/+1
* Add support for SCSI pass through devices to be attached andDoug Ambrisko2012-11-081-0/+2
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-061-1/+16
* sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned o...Sean Bruno2012-07-111-0/+1
* Pointy hat to sleep deprived committer.Sean Bruno2012-05-121-2/+2
* Fix inappropriate data type for two bus_dmamap_t variables that were causingSean Bruno2012-05-121-3/+2
* First fix pr 167226:Doug Ambrisko2012-05-041-4/+8
* - Do not include machine/atomic.h. It is no longer necessary since r233768.Jung-uk Kim2012-04-041-8/+0
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canDoug Ambrisko2012-04-021-3/+9
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceDoug Ambrisko2012-04-021-8/+8
* MFhead_mfi r227068Doug Ambrisko2012-03-301-7/+192
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-4/+205
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-161-0/+1
|/
* Fix an implicit dependency between the MFI driver and CAM that had grown dueScott Long2011-10-291-1/+18
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedAlexander Motin2011-09-291-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+1
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.Doug Ambrisko2008-11-121-0/+1
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-251-0/+34
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-131-0/+10
* Add in a couple of things:Doug Ambrisko2007-06-041-0/+1
* Catch up to driver changes required for the mfip sub-driver.Scott Long2007-05-161-0/+5
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-101-5/+11
* - Add a command validator for use in debugging.Scott Long2006-10-161-1/+5
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-251-0/+15
* Change some variable names and update some comments to help clarify someScott Long2006-09-201-7/+3
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-201-3/+1
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-181-0/+12
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-251-0/+316