summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* Remove NULL check after M_WAITOK allocations from mfi(4).trasz2016-05-101-8/+0
* sys/dev: minor spelling fixes.pfg2016-05-032-4/+4
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-4/+4
* Remove bare & 0x3; it encodes the values of BIO_READ andimp2016-03-151-2/+2
* Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canambrisko2015-06-091-1/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-284-13/+2
* Revert r267961, r267973:gjb2014-06-274-2/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-274-13/+2
* Correct variable for loader tunable variable hw.mfi.mrsas_enable.delphij2014-06-131-1/+1
* Add support for the unmapped i/o to mfi(4).kib2014-05-295-15/+25
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Add support for MegaRAID Fury cards. The main change needed to boot from amarkj2014-02-063-6/+29
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andambrisko2014-02-042-13/+25
* Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags tomav2014-01-101-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
OpenPOWER on IntegriCloud