summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* MFC r284180:ambrisko2015-06-151-1/+3
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r261491 (by ambrisko):markj2014-08-272-14/+26
* MFC r266848:kib2014-06-055-15/+25
* MFC r261535:markj2014-03-103-6/+29
* MFC r260521:mav2014-01-241-1/+6
* Add PCI device ID for MegaRAID Invader cards. This was the onlyambrisko2013-09-251-0/+1
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiessbruno2013-09-221-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().markj2013-08-231-5/+1
* If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)sbruno2013-08-141-1/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-14/+2
* Remove forced timeout of in-flight commands from mfi_timeout.smh2013-07-011-5/+8
* Implement foreign volume handling. Allows admins to view foreign metadatasbruno2013-06-081-0/+4
* xpt_create_path() requires mfi_io_lock to be held, so do it.sbruno2013-05-311-0/+3
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Add support for getting and setting BBU properties related to batterymarkj2013-04-082-0/+21
* Don't attempt to reference sc before testing whether it's NULL.delphij2013-03-221-1/+1
* Fix a typo in mfi_stp_cmd() that would give wrong assignment.delphij2013-03-011-1/+1
* Adds hw.mfi.cmd_timeout loader / sysctl tuneable which controls the defaultsmh2013-02-271-5/+11
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0smh2013-02-276-326/+481
* Fixes mfi panic on recused on non-recusive mutex MFI I/O locksmh2013-02-272-4/+4
* Reform the busdma API so that new types may be added without modifyingkib2013-02-123-16/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Add deviceid to the disk output on boot to help debugging.eadler2012-11-151-2/+2
* Add support for SCSI pass through devices to be attached andambrisko2012-11-083-0/+78
* - Extend the prior commit to use the generic SCSI command buildingambrisko2012-11-066-198/+231
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIdelphij2012-11-021-26/+82
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTjhb2012-09-261-0/+1
* sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned o...sbruno2012-07-111-0/+1
* When an MFI command fails, the driver needs to set bio->bio_resid so thatsbruno2012-07-111-0/+1
* Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.jhb2012-07-031-4/+8
* Correct sizeof usagekevlo2012-06-251-1/+1
* Cosmetic nit. If a configured volume has no label, don't emit an emptysbruno2012-05-301-4/+11
* Fix and update battery status bits according to linux driversbruno2012-05-181-2/+7
* 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-122-5/+4
* Fix the returns in mfi_tbolt_sync_map_info. I forgot to changeambrisko2012-05-041-7/+14
* Some style improvements.ambrisko2012-05-043-48/+46
* First fix pr 167226:ambrisko2012-05-045-85/+225
* - Do not include machine/atomic.h. It is no longer necessary since r233768.jkim2012-04-042-14/+0
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canambrisko2012-04-023-11/+10
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceambrisko2012-04-021-8/+8
* MFhead_mfi r227068ambrisko2012-03-3011-261/+3767
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-0410-204/+3795
* | Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* | - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+2
* | The sys/sysctl.h header is needed when MFI_DEBUG is defined.kib2011-11-161-0/+1
* | Add single-message MSI support to mfi(4). It is disabled by default butjhb2011-11-165-10/+28
* | Do a dummy read to flush the interrupt ACK that we just performed,delphij2011-11-091-0/+6
OpenPOWER on IntegriCloud