summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_cam.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r274819:smh2014-12-211-3/+3
* MFC r267690hiren2014-06-271-2/+5
* MFC: r260058marius2014-04-251-105/+9
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* MFC r256826:mav2014-01-051-2/+1
* Flag mpt(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-241-5/+5
* MFprojects/camlock r248982:mav2013-04-141-2/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-100/+20
* Remove support for using Giant for locking within mpt(4). Finer grainedmarius2012-10-221-77/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).marius2012-10-221-58/+19
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-17/+17
* Correct sizeof usagekevlo2012-06-251-1/+1
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallymarius2012-02-111-22/+31
* Remove extra newlines from panic messages.marius2012-02-081-10/+10
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-4/+11
* o Improve 224494:marius2011-08-101-2/+15
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingmarius2011-07-291-2/+66
* - Staticize functions as appropriate and comment out unused ones.marius2011-07-291-12/+12
* Correct spelling.marius2011-04-221-2/+2
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-061-9/+0
* Remove a redundant variable assignment found with the clang static analyzer.marius2011-01-051-1/+1
* Change the mpt driver to allow larger I/O sizes.ken2010-06-291-6/+3
* Print IR_RESYNC updates informatively.mjacob2010-05-021-0/+4
* Replace a magic value with the appropriate macro.marius2010-04-271-2/+3
* nit: xpt_bus_deregister has to be called with the sim lock held.mjacob2010-03-301-0/+4
* Do not release device, when changing number of openings.mav2010-02-041-0/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closeskan2009-10-201-0/+5
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.delphij2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.delphij2009-07-021-4/+4
* - Remove unused variables. [1]marius2009-06-241-25/+3
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-071-15/+35
* Restore multi-release tradition of the driver.jkim2008-05-021-3/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-141-4/+0
* Fix some debugging code that crept in accidentally.scottl2007-06-181-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-5/+5
* Free the portinfo object on unload.scottl2007-06-041-0/+4
* mpt.c:scottl2007-06-031-0/+305
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-051-53/+62
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-5/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-5/+7
* Hide bus reset announcements within bootverbose.mjacob2007-04-071-2/+7
* feedback from RELENG_5 portmjacob2007-03-111-0/+5
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-231-2/+40
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* (commented out) multipath fault injection code.mjacob2007-01-051-0/+2
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlymjacob2007-01-051-1/+17
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
OpenPOWER on IntegriCloud