summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_cam.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315067: Partially fix target task management requests handling.mav2017-03-231-106/+119
* MFC r315004: Add PIM_EXTLUNS support to mpt(4).mav2017-03-231-47/+15
* MFC r315002: Improve residuals reporting in target mode.mav2017-03-231-1/+6
* MFC r315001: Fix panic on wildcard target LUN disable.mav2017-03-231-1/+1
* MFC r314998: Fix FC target mode in mpt(4), broken in multiple ways.mav2017-03-231-74/+51
* MFC r314967: Add support for XPT_GET_SIM_KNOB in FC mode.mav2017-03-231-17/+36
* MFC r314968: Report some more data in XPT_PATH_INQ.mav2017-03-231-0/+11
* MFC r314966: Report FC link speed.mav2017-03-231-3/+21
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* Prevent overflow issues in timeout processingsmh2014-11-211-3/+3
* Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.hiren2014-06-201-2/+5
* - Remove a redundant variable in mpt_pci_attach().marius2013-12-291-105/+9
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-301-13/+15
* Partial MFproject/camlock r256671:mav2013-10-211-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
OpenPOWER on IntegriCloud