aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* 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-322/+477
* 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-201/+3792
* | Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* | - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* | The sys/sysctl.h header is needed when MFI_DEBUG is defined.Konstantin Belousov2011-11-161-0/+1
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-165-10/+28
* | Do a dummy read to flush the interrupt ACK that we just performed,Xin LI2011-11-091-0/+6
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
|/
* Fix an implicit dependency between the MFI driver and CAM that had grown dueScott Long2011-10-291-1/+18
* Merge from r225950:Marius Strobl2011-10-131-1/+7
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedAlexander Motin2011-09-292-40/+64
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Shorten a variable access some using a cached value rather thanBjoern A. Zeeb2011-09-071-2/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Support controllers whose option ROM is disabled in the BIOS by kickingJohn Baldwin2011-07-142-2/+8
* Use MFI_STAT_* constants for cmd_status field values rather than magicJohn Baldwin2011-07-141-5/+6
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* There are a couple of structs in mfireg.h with members named 'class'.Ed Maste2011-06-022-11/+11
* When masking direct and processor devices during an inquiry, properlyJohn Baldwin2010-12-061-4/+4
* Update PD state firmware definitions: add copyback, system.Sergey Kandaurov2010-10-211-1/+3
* Correct mfip module dependency on mfi. This allows mfip to be loaded asKonstantin Belousov2010-03-022-0/+2
* Revert r200231. It was already taken cared by jhb long ago.Jung-uk Kim2009-12-071-16/+3