summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
|/
* Fix an implicit dependency between the MFI driver and CAM that had grown duescottl2011-10-291-1/+18
* Merge from r225950:marius2011-10-131-1/+7
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedmav2011-09-292-40/+64
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Shorten a variable access some using a cached value rather thanbz2011-09-071-2/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Support controllers whose option ROM is disabled in the BIOS by kickingjhb2011-07-142-2/+8
* Use MFI_STAT_* constants for cmd_status field values rather than magicjhb2011-07-141-5/+6
* Remove duplicate header includeskevlo2011-06-281-3/+0
* There are a couple of structs in mfireg.h with members named 'class'.emaste2011-06-022-11/+11
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-4/+4
* Update PD state firmware definitions: add copyback, system.pluknet2010-10-211-1/+3
* Correct mfip module dependency on mfi. This allows mfip to be loaded askib2010-03-022-0/+2
* Revert r200231. It was already taken cared by jhb long ago.jkim2009-12-071-16/+3
* Make mfi(4) little bit less chatty.jkim2009-12-071-3/+16
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-13/+7
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6scottl2009-08-132-37/+184
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-7/+13
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-1/+2
* fw_state ad cur_state are holding unsigned bitfields, so declare thenscottl2009-06-241-1/+1
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-202-6/+6
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2ambrisko2008-12-152-2/+3
OpenPOWER on IntegriCloud