aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_tbolt.c
Commit message (Expand)AuthorAgeFilesLines
* dev/mfi: Make a seemingly bogus conditional unconditionalJustin Hibbits2020-12-091-9/+5
* mfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Fix a mistaken conditional in mfi_tbolt_send_frame()Justin Hibbits2020-03-061-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Add support for MegaRAID Fury cards. The main change needed to boot from aMark Johnston2014-02-061-5/+25
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-164/+225
* Fixes mfi panic on recused on non-recusive mutex MFI I/O lockSteven Hartland2013-02-271-1/+3
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-061-130/+80
* Correct sizeof usageKevin Lo2012-06-251-1/+1
* Fix the returns in mfi_tbolt_sync_map_info. I forgot to changeDoug Ambrisko2012-05-041-7/+14
* Some style improvements.Doug Ambrisko2012-05-041-40/+37
* First fix pr 167226:Doug Ambrisko2012-05-041-70/+193
* - Do not include machine/atomic.h. It is no longer necessary since r233768.Jung-uk Kim2012-04-041-6/+0
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canDoug Ambrisko2012-04-021-1/+1
* MFhead_mfi r227068Doug Ambrisko2012-03-301-208/+143
* First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-0/+1410