| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the IOC port initialization timeouts by ten times to what the | marius | 2011-11-01 | 1 | -1/+1 |
* | Sync with ahc(4)/ahd(4)/sym(4) etc: | marius | 2011-10-07 | 1 | -0/+1 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -4/+11 |
* | o Improve 224494: | marius | 2011-08-10 | 2 | -3/+34 |
* | - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using | marius | 2011-07-29 | 3 | -2/+86 |
* | - Staticize functions as appropriate and comment out unused ones. | marius | 2011-07-29 | 8 | -96/+152 |
* | - For SAS but neither FC nor SPI controllers default to using MSI (still | marius | 2011-07-13 | 2 | -22/+20 |
* | Remove extra empty lines. | marius | 2011-07-13 | 1 | -11/+0 |
* | Correct spelling. | marius | 2011-04-22 | 5 | -19/+19 |
* | - Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-06 | 3 | -31/+41 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 2 | -3/+3 |
* | Remove a redundant variable assignment found with the clang static analyzer. | marius | 2011-01-05 | 1 | -1/+1 |
* | Use bus_alloc_resource_any(). | jhb | 2010-12-28 | 1 | -4/+4 |
* | Use the correct variable for determining the verbosity level in mpt_lprtc(). | marius | 2010-11-14 | 1 | -4/+4 |
* | Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as these | marius | 2010-09-24 | 1 | -7/+7 |
* | Improve r56796; the reply handler actually may remove the request from | marius | 2010-09-24 | 1 | -1/+2 |
* | Figure which is the IO and MEM bars- do not assume that they are in | mjacob | 2010-08-06 | 1 | -4/+17 |
* | Correct inverted parent DMA tag parameters. | marius | 2010-07-12 | 1 | -2/+2 |
* | - Make the maxsize parameter of the data buffer DMA tag match maxio, which | marius | 2010-07-12 | 2 | -4/+5 |
* | Change the mpt driver to allow larger I/O sizes. | ken | 2010-06-29 | 5 | -113/+135 |
* | Print IR_RESYNC updates informatively. | mjacob | 2010-05-02 | 1 | -0/+4 |
* | On sparc64 obtain the initiator ID to be used for SPI HBAs from the | marius | 2010-04-27 | 3 | -1/+16 |
* | Replace a magic value with the appropriate macro. | marius | 2010-04-27 | 1 | -2/+3 |
* | nit: xpt_bus_deregister has to be called with the sim lock held. | mjacob | 2010-03-30 | 1 | -0/+4 |
* | Store path for rescan to the right place. This should fix panic on boot, | mav | 2010-02-26 | 1 | -2/+1 |
* | Do not release device, when changing number of openings. | mav | 2010-02-04 | 2 | -0/+2 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 2 | -17/+1 |
* | Use a constant instead of a magic number for the flag that enables decoding | jhb | 2009-12-30 | 1 | -1/+1 |
* | Use callout_init_mtx on FreeBSD versions recent enough. This closes | kan | 2009-10-20 | 4 | -21/+40 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -2/+5 |
* | Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases. | delphij | 2009-07-02 | 1 | -1/+4 |
* | Change explicit maximium numbers to the defined macro MPT_MAX_LUNS. | delphij | 2009-07-02 | 1 | -4/+4 |
* | - Remove unused variables. [1] | marius | 2009-06-24 | 1 | -25/+3 |
* | Largely revert the earlier change to use a single CCB for the RAID recovery | jhb | 2009-05-21 | 1 | -3/+8 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -3/+3 |
* | Make the whole initiator mode part of mpt(4) endian-clean, | marius | 2009-01-07 | 5 | -37/+223 |
* | Allocate a single CCB at the start of the main loop of the RAID monitoring | jhb | 2008-07-21 | 1 | -4/+4 |
* | Rework how the mpt_user personality handles buffers for config pages. | jhb | 2008-07-01 | 1 | -67/+105 |
* | During shutdown, deregister the shutdown hook from the correct event | jhb | 2008-07-01 | 1 | -1/+1 |
* | Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA | delphij | 2008-05-10 | 1 | -0/+6 |
* | Add a new personality to mpt(4) devices to allow userland applications to | jhb | 2008-05-06 | 2 | -0/+758 |
* | Restore multi-release tradition of the driver. | jkim | 2008-05-02 | 3 | -7/+20 |
* | Don't force a reset at driver attach time. It doesn't work on some | scottl | 2008-04-03 | 1 | -1/+1 |
* | The MPT driver treats the "core" module with the same importance and | scottl | 2008-03-31 | 1 | -4/+7 |
* | Ever since the module registration system was introduced to this driver, | scottl | 2007-11-03 | 1 | -1/+2 |
* | fix up some code for older systems changed by accident in the last commit | julian | 2007-10-21 | 1 | -1/+6 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 3 | -4/+4 |
* | For some blasted reason the SATA WC change frees a structure right in the | scottl | 2007-10-12 | 1 | -1/+0 |