summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Consistently update to the MPI header set version 01.05.20 after r224761.marius2012-03-2414-271/+569
* As it turns out, mpi_cnfg.h already is included by mpt.h.marius2012-03-241-2/+0
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.marius2012-03-242-151/+82
* Fix a problem that was causing the mpt(4) driver to attach to MegaRAIDken2012-03-021-6/+56
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-1/+1
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallymarius2012-02-115-33/+67
* Remove extra newlines from panic messages.marius2012-02-083-20/+19
* Increase the IOC port initialization timeouts by ten times to what themarius2011-11-011-1/+1
* 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-102-3/+34
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingmarius2011-07-293-2/+86
* - Staticize functions as appropriate and comment out unused ones.marius2011-07-298-96/+152
* - For SAS but neither FC nor SPI controllers default to using MSI (stillmarius2011-07-132-22/+20
* Remove extra empty lines.marius2011-07-131-11/+0
* Correct spelling.marius2011-04-225-19/+19
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-063-31/+41
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-3/+3
* Remove a redundant variable assignment found with the clang static analyzer.marius2011-01-051-1/+1
* Use bus_alloc_resource_any().jhb2010-12-281-4/+4
* Use the correct variable for determining the verbosity level in mpt_lprtc().marius2010-11-141-4/+4
* Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as thesemarius2010-09-241-7/+7
* Improve r56796; the reply handler actually may remove the request frommarius2010-09-241-1/+2
* Figure which is the IO and MEM bars- do not assume that they are inmjacob2010-08-061-4/+17
* Correct inverted parent DMA tag parameters.marius2010-07-121-2/+2
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichmarius2010-07-122-4/+5
* Change the mpt driver to allow larger I/O sizes.ken2010-06-295-113/+135
* Print IR_RESYNC updates informatively.mjacob2010-05-021-0/+4
* On sparc64 obtain the initiator ID to be used for SPI HBAs from themarius2010-04-273-1/+16
* 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
* Store path for rescan to the right place. This should fix panic on boot,mav2010-02-261-2/+1
* Do not release device, when changing number of openings.mav2010-02-042-0/+2
* MFp4: Large set of CAM inprovements.mav2010-01-282-17/+1
* Use a constant instead of a magic number for the flag that enables decodingjhb2009-12-301-1/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closeskan2009-10-204-21/+40
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-2/+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
* Largely revert the earlier change to use a single CCB for the RAID recoveryjhb2009-05-211-3/+8
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-075-37/+223
* Allocate a single CCB at the start of the main loop of the RAID monitoringjhb2008-07-211-4/+4
* Rework how the mpt_user personality handles buffers for config pages.jhb2008-07-011-67/+105
* During shutdown, deregister the shutdown hook from the correct eventjhb2008-07-011-1/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAdelphij2008-05-101-0/+6
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-062-0/+758
OpenPOWER on IntegriCloud