aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_raid.c
Commit message (Expand)AuthorAgeFilesLines
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-3/+3
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* - Remove a redundant variable in mpt_pci_attach().Marius Strobl2013-12-291-2/+2
* Explicitly use a pair of parentheses to ensure correct evaluationXin LI2013-05-311-1/+1
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* Remove support for using Giant for locking within mpt(4). Finer grainedMarius Strobl2012-10-221-5/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl2012-10-221-24/+1
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingMarius Strobl2011-07-291-0/+19
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-16/+37
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-291-1/+1
* Store path for rescan to the right place. This should fix panic on boot,Alexander Motin2010-02-261-2/+1
* Do not release device, when changing number of openings.Alexander Motin2010-02-041-0/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-16/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev2009-10-201-3/+8
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Largely revert the earlier change to use a single CCB for the RAID recoveryJohn Baldwin2009-05-211-3/+8
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-3/+7
* Allocate a single CCB at the start of the main loop of the RAID monitoringJohn Baldwin2008-07-211-4/+4
* Restore multi-release tradition of the driver.Jung-uk Kim2008-05-021-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-28/+28
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-071-30/+31
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-031-16/+66
* add some missing MPT<>CAM and CAM<>MPT bogolocksMatt Jacob2006-11-021-0/+3
* Define out unused and incomplete raid quiesce functions.Matt Jacob2006-07-161-8/+10
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-291-0/+8
* Add a mpt_is_raid_volume function which will tell you whetherMatt Jacob2006-05-291-2/+19
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-271-0/+33
* Get most of the way back to having Integrated Mirroring workMatt Jacob2006-05-261-51/+71
* A large set of changes:Matt Jacob2006-04-111-0/+4
* Some fairly major changes to this driver.Matt Jacob2006-03-251-24/+33
* Fix -Wundef.Ruslan Ermilov2005-12-041-3/+3
* Keep track of volumes in non-optimal state and expose a simple countAlexander Kabaev2005-11-151-0/+12
* Correct attribution in clause three to address the correct copyrightJustin T. Gibbs2005-08-031-3/+3
* Massive overhaul of MPT Fusion driver:Scott Long2005-07-101-0/+1674