aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260058Marius Strobl2014-04-254-201/+49
* Merge r254263:Scott Long2013-08-131-6/+1
* MFC r249468:Alexander Motin2013-07-082-4/+4
* MFC: r252180Marius Strobl2013-06-271-5/+5
* MFC r251187:Xin LI2013-06-182-3/+3
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-181-100/+20
* MFC r249849:Alexander Motin2013-04-271-1/+1
* MFC: r241875Marius Strobl2013-01-273-117/+0
* MFC: r241874Marius Strobl2013-01-275-252/+30
* MFC r241858:Eitan Adler2012-10-291-63/+0
* MFC: r237546Marius Strobl2012-07-021-1/+1
* MFC r237601:Kenneth D. Merry2012-06-291-17/+17
* MFC: r233827Marius Strobl2012-04-071-1/+15
* MFC: r233425Marius Strobl2012-03-3114-271/+569
* MFC: r233403, r233404Marius Strobl2012-03-312-151/+80
* MFC 232411:Kenneth D. Merry2012-03-051-6/+56
* MFC: r231228Marius Strobl2012-02-143-20/+19
* MFC: r231518Marius Strobl2012-02-145-33/+67
* MFC: r227001Marius Strobl2011-11-061-1/+1
* MFC r226118:Marius Strobl2011-10-121-0/+1
* MFC r225950:Kenneth D. Merry2011-10-061-4/+11
* o Improve 224494:Marius Strobl2011-08-102-3/+34
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingMarius Strobl2011-07-293-2/+86
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-298-96/+152
* - For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl2011-07-132-22/+20
* Remove extra empty lines.Marius Strobl2011-07-131-11/+0
* Correct spelling.Marius Strobl2011-04-225-19/+19
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-063-31/+41
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-122-3/+3
* Remove a redundant variable assignment found with the clang static analyzer.Marius Strobl2011-01-051-1/+1
* Use bus_alloc_resource_any().John Baldwin2010-12-281-4/+4
* Use the correct variable for determining the verbosity level in mpt_lprtc().Marius Strobl2010-11-141-4/+4
* Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as theseMarius Strobl2010-09-241-7/+7
* Improve r56796; the reply handler actually may remove the request fromMarius Strobl2010-09-241-1/+2
* Figure which is the IO and MEM bars- do not assume that they are inMatt Jacob2010-08-061-4/+17
* Correct inverted parent DMA tag parameters.Marius Strobl2010-07-121-2/+2
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichMarius Strobl2010-07-122-4/+5
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-295-113/+135
* Print IR_RESYNC updates informatively.Matt Jacob2010-05-021-0/+4
* On sparc64 obtain the initiator ID to be used for SPI HBAs from theMarius Strobl2010-04-273-1/+16
* 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
* 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-042-0/+2
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-282-17/+1
* Use a constant instead of a magic number for the flag that enables decodingJohn Baldwin2009-12-301-1/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev2009-10-204-21/+40
* 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
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-2/+5