summaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_cam.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r226118:Marius Strobl2011-10-121-0/+1
* MFC r225950:Kenneth D. Merry2011-10-061-4/+11
* o Improve 224494:Marius Strobl2011-08-101-2/+15
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingMarius Strobl2011-07-291-2/+66
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-12/+12
* Correct spelling.Marius Strobl2011-04-221-2/+2
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-061-9/+0
* Remove a redundant variable assignment found with the clang static analyzer.Marius Strobl2011-01-051-1/+1
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-291-6/+3
* Print IR_RESYNC updates informatively.Matt Jacob2010-05-021-0/+4
* Replace a magic value with the appropriate macro.Marius Strobl2010-04-271-2/+3
* nit: xpt_bus_deregister has to be called with the sim lock held.Matt Jacob2010-03-301-0/+4
* Do not release device, when changing number of openings.Alexander Motin2010-02-041-0/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev2009-10-201-0/+5
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* - Remove unused variables. [1]Marius Strobl2009-06-241-25/+3
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-15/+35
* Restore multi-release tradition of the driver.Jung-uk Kim2008-05-021-3/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* For some blasted reason the SATA WC change frees a structure right in theScott Long2007-10-121-1/+0
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-141-4/+0
* Fix some debugging code that crept in accidentally.Scott Long2007-06-181-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-5/+5
* Free the portinfo object on unload.Scott Long2007-06-041-0/+4
* mpt.c:Scott Long2007-06-031-0/+305
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-53/+62
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long2007-04-181-5/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-5/+7
* Hide bus reset announcements within bootverbose.Matt Jacob2007-04-071-2/+7
* feedback from RELENG_5 portMatt Jacob2007-03-111-0/+5
* Use the new xpt_rescan function to truly now have dynamicMatt Jacob2007-02-231-2/+40
* Whoops- #ifdef problem caused uninitialized transport. Not horriblyMatt Jacob2007-01-251-1/+1
* (commented out) multipath fault injection code.Matt Jacob2007-01-051-0/+2
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlyMatt Jacob2007-01-051-1/+17
* Make some slight reorganization (bringing back in someMatt Jacob2006-12-161-12/+86
* Make mpt_pci depend on pci and mpt_cam depend on CAM.Matt Jacob2006-12-101-0/+1
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-071-7/+16
* use xpt_print functionMatt Jacob2006-12-051-3/+2
* Fix a massive couple of botches here: the NVRAM settingsMatt Jacob2006-12-031-23/+15
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-031-79/+92
* If a TMF request fails to start, make sure that we pull it off theMatt Jacob2006-11-191-2/+4
* *smack* - forgot to do i386 compile, so lastMatt Jacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.Matt Jacob2006-11-161-19/+35
* Add big endian support.John Birrell2006-11-151-47/+62
* Fix some negotiation issues (like not being able to negotiate async)Matt Jacob2006-11-021-6/+36
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-91/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+23
* Connect up a QUEUE FULL event with CAM and adjust openings.Matt Jacob2006-09-211-2/+32
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-071-10/+34