summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Restore multi-release tradition of the driver.jkim2008-05-023-7/+20
* Don't force a reset at driver attach time. It doesn't work on somescottl2008-04-031-1/+1
* The MPT driver treats the "core" module with the same importance andscottl2008-03-311-4/+7
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* fix up some code for older systems changed by accident in the last commitjulian2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-203-4/+4
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-3/+3
* Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-143-8/+1
* 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
* Track an update in the MPI headers that was missed earlier.scottl2007-06-041-1/+1
* Free the portinfo object on unload.scottl2007-06-041-0/+4
* mpt.c:scottl2007-06-033-32/+514
* Update to MPI 1.5.16scottl2007-06-039-456/+589
OpenPOWER on IntegriCloud