| Commit message (Expand) | Author | Age | Files | Lines |
* | - Extend the prior commit to use the generic SCSI command building | ambrisko | 2012-11-06 | 6 | -198/+231 |
* | Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI | delphij | 2012-11-02 | 1 | -26/+82 |
* | Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORT | jhb | 2012-09-26 | 1 | -0/+1 |
* | sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned o... | sbruno | 2012-07-11 | 1 | -0/+1 |
* | When an MFI command fails, the driver needs to set bio->bio_resid so that | sbruno | 2012-07-11 | 1 | -0/+1 |
* | Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver. | jhb | 2012-07-03 | 1 | -4/+8 |
* | Correct sizeof usage | kevlo | 2012-06-25 | 1 | -1/+1 |
* | Cosmetic nit. If a configured volume has no label, don't emit an empty | sbruno | 2012-05-30 | 1 | -4/+11 |
* | Fix and update battery status bits according to linux driver | sbruno | 2012-05-18 | 1 | -2/+7 |
* | Pointy hat to sleep deprived committer. | sbruno | 2012-05-12 | 1 | -2/+2 |
* | Fix inappropriate data type for two bus_dmamap_t variables that were causing | sbruno | 2012-05-12 | 2 | -5/+4 |
* | Fix the returns in mfi_tbolt_sync_map_info. I forgot to change | ambrisko | 2012-05-04 | 1 | -7/+14 |
* | Some style improvements. | ambrisko | 2012-05-04 | 3 | -48/+46 |
* | First fix pr 167226: | ambrisko | 2012-05-04 | 5 | -85/+225 |
* | - Do not include machine/atomic.h. It is no longer necessary since r233768. | jkim | 2012-04-04 | 2 | -14/+0 |
* | Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we can | ambrisko | 2012-04-02 | 3 | -11/+10 |
* | Change typedef atomic_t to struct mfi_atomic to avoid name space | ambrisko | 2012-04-02 | 1 | -8/+8 |
* | MFhead_mfi r227068 | ambrisko | 2012-03-30 | 11 | -261/+3767 |
|\ |
|
| * | First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards. | ambrisko | 2011-11-04 | 10 | -204/+3795 |
* | | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+2 |
* | | The sys/sysctl.h header is needed when MFI_DEBUG is defined. | kib | 2011-11-16 | 1 | -0/+1 |
* | | Add single-message MSI support to mfi(4). It is disabled by default but | jhb | 2011-11-16 | 5 | -10/+28 |
* | | Do a dummy read to flush the interrupt ACK that we just performed, | delphij | 2011-11-09 | 1 | -0/+6 |
* | | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
|/ |
|
* | Fix an implicit dependency between the MFI driver and CAM that had grown due | scottl | 2011-10-29 | 1 | -1/+18 |
* | Merge from r225950: | marius | 2011-10-13 | 1 | -1/+7 |
* | - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, used | mav | 2011-09-29 | 2 | -40/+64 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Shorten a variable access some using a cached value rather than | bz | 2011-09-07 | 1 | -2/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+2 |
* | Support controllers whose option ROM is disabled in the BIOS by kicking | jhb | 2011-07-14 | 2 | -2/+8 |
* | Use MFI_STAT_* constants for cmd_status field values rather than magic | jhb | 2011-07-14 | 1 | -5/+6 |
* | Remove duplicate header includes | kevlo | 2011-06-28 | 1 | -3/+0 |
* | There are a couple of structs in mfireg.h with members named 'class'. | emaste | 2011-06-02 | 2 | -11/+11 |
* | When masking direct and processor devices during an inquiry, properly | jhb | 2010-12-06 | 1 | -4/+4 |
* | Update PD state firmware definitions: add copyback, system. | pluknet | 2010-10-21 | 1 | -1/+3 |
* | Correct mfip module dependency on mfi. This allows mfip to be loaded as | kib | 2010-03-02 | 2 | -0/+2 |
* | Revert r200231. It was already taken cared by jhb long ago. | jkim | 2009-12-07 | 1 | -16/+3 |
* | Make mfi(4) little bit less chatty. | jkim | 2009-12-07 | 1 | -3/+16 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -13/+7 |
* | ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 | scottl | 2009-08-13 | 2 | -37/+184 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -7/+13 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -1/+2 |
* | fw_state ad cur_state are holding unsigned bitfields, so declare then | scottl | 2009-06-24 | 1 | -1/+1 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 2 | -6/+6 |
* | Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2 | ambrisko | 2008-12-15 | 2 | -2/+3 |
* | Sort the PCI device's and make the catch-all for new Dell | ambrisko | 2008-12-12 | 1 | -6/+6 |
* | Add in some more device ID's and a generic catch-all. | ambrisko | 2008-12-12 | 1 | -0/+3 |
* | Change new card identification names. | ambrisko | 2008-12-03 | 1 | -4/+4 |