summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* MFC r315067: Partially fix target task management requests handling.mav2017-03-232-109/+125
* MFC r315004: Add PIM_EXTLUNS support to mpt(4).mav2017-03-232-51/+19
* MFC r315002: Improve residuals reporting in target mode.mav2017-03-232-2/+7
* MFC r314998: Fix FC target mode in mpt(4), broken in multiple ways.mav2017-03-232-92/+51
* MFC r314967: Add support for XPT_GET_SIM_KNOB in FC mode.mav2017-03-232-19/+38
* MFC r314968: Report some more data in XPT_PATH_INQ.mav2017-03-232-0/+12
* MFC r314966: Report FC link speed.mav2017-03-231-3/+21
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* MFC r308423 (by scottl):mav2017-03-231-0/+8
* MFC r303874 (by trasz):mav2017-03-231-4/+0
* MFC: r285840marius2015-12-272-9/+14
* MFC r274926: Squelch a (bogus) gcc used before init warningian2014-12-271-0/+1
* MFC r274819:smh2014-12-213-13/+15
* MFC r267690hiren2014-06-271-2/+5
* MFC: r260058marius2014-04-254-201/+49
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* MFC r256826:mav2014-01-051-2/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-6/+1
* Flag mpt(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-241-5/+5
* Explicitly use a pair of parentheses to ensure correct evaluationdelphij2013-05-312-3/+3
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTmav2013-04-241-1/+1
* MFprojects/camlock r248982:mav2013-04-142-4/+4
* 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-223-117/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).marius2012-10-225-252/+30
* Now that device disabling is generic, remove the non-standardeadler2012-10-221-5/+0
* Remove unused code since the 5.x dayseadler2012-10-221-63/+0
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-17/+17
* Correct sizeof usagekevlo2012-06-251-1/+1
* Refine r233827; as it turns out, controllers with a device ID of 0x0059marius2012-04-041-2/+10
* Fix probing of SAS1068E with a device ID of 0x0059 after r232411.marius2012-04-031-0/+6
* 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
OpenPOWER on IntegriCloud