aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canDoug Ambrisko2015-06-091-1/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-284-13/+2
* Revert r267961, r267973:Glen Barber2014-06-274-2/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-274-13/+2
* Correct variable for loader tunable variable hw.mfi.mrsas_enable.Xin LI2014-06-131-1/+1
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-295-15/+25
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Add support for MegaRAID Fury cards. The main change needed to boot from aMark Johnston2014-02-063-6/+29
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andDoug Ambrisko2014-02-042-13/+25
* Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags toAlexander Motin2014-01-101-1/+6
* Add PCI device ID for MegaRAID Invader cards. This was the onlyDoug Ambrisko2013-09-251-0/+1
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiesSean Bruno2013-09-221-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().Mark Johnston2013-08-231-5/+1
* If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)Sean Bruno2013-08-141-1/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-14/+2
* Remove forced timeout of in-flight commands from mfi_timeout.Steven Hartland2013-07-011-5/+8
* Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-081-0/+4
* xpt_create_path() requires mfi_io_lock to be held, so do it.Sean Bruno2013-05-311-0/+3
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-082-0/+21
* Don't attempt to reference sc before testing whether it's NULL.Xin LI2013-03-221-1/+1
* Fix a typo in mfi_stp_cmd() that would give wrong assignment.Xin LI2013-03-011-1/+1
* Adds hw.mfi.cmd_timeout loader / sysctl tuneable which controls the defaultSteven Hartland2013-02-271-5/+11
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-276-326/+481
* Fixes mfi panic on recused on non-recusive mutex MFI I/O lockSteven Hartland2013-02-272-4/+4
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-123-16/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Add deviceid to the disk output on boot to help debugging.Eitan Adler2012-11-151-2/+2
* Add support for SCSI pass through devices to be attached andDoug Ambrisko2012-11-083-0/+78
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-066-198/+231
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIXin LI2012-11-021-26/+82
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTJohn Baldwin2012-09-261-0/+1
* sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned o...Sean Bruno2012-07-111-0/+1
* When an MFI command fails, the driver needs to set bio->bio_resid so thatSean Bruno2012-07-111-0/+1
* Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.John Baldwin2012-07-031-4/+8
* Correct sizeof usageKevin Lo2012-06-251-1/+1
* Cosmetic nit. If a configured volume has no label, don't emit an emptySean Bruno2012-05-301-4/+11
* Fix and update battery status bits according to linux driverSean Bruno2012-05-181-2/+7
* 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-122-5/+4
* Fix the returns in mfi_tbolt_sync_map_info. I forgot to changeDoug Ambrisko2012-05-041-7/+14
* Some style improvements.Doug Ambrisko2012-05-043-48/+46
* First fix pr 167226:Doug Ambrisko2012-05-045-85/+225
* - Do not include machine/atomic.h. It is no longer necessary since r233768.Jung-uk Kim2012-04-042-14/+0
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canDoug Ambrisko2012-04-023-11/+10
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceDoug Ambrisko2012-04-021-8/+8
* MFhead_mfi r227068Doug Ambrisko2012-03-3011-261/+3767
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-0410-204/+3795