aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* Increase taskqueue thread priority from idle to PRIBIO.Alexander Motin2014-05-241-3/+1
* Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.Kenneth D. Merry2014-05-081-2/+4
* Add some assertions to ensure that the target array doesn't get accessedScott Long2014-04-072-6/+35
* Restore SIM freeze/release match, broken at r253549.Alexander Motin2014-02-271-17/+6
* Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free().Alexander Motin2014-02-271-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-2/+2
* Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllersKenneth D. Merry2013-09-121-0/+2
* Fix mps(4) driver breakage that came in in change 253550 thatKenneth D. Merry2013-08-211-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-13/+1
* Add brace missing in r254253.Alexander Motin2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenScott Long2013-08-121-0/+4
* Rate limit the 'out of chain frame' messages to once per 60 seconds.Scott Long2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.Scott Long2013-08-095-0/+32
* Fix a printf typo.Scott Long2013-07-301-1/+1
* Merge in phase 14+ -> 16 mps driver fixes from LSI:Kenneth D. Merry2013-07-227-391/+687
* CAM and mps(4) driver scanning changes.Kenneth D. Merry2013-07-223-305/+182
* Overhaul error, information, and debug logging.Scott Long2013-07-198-286/+356
* sys/dev/mps/mps.cAlan Somers2013-06-042-1/+3
* Fix NULL-dereference kernel panic in case of mps_attach() failure.Alexander Motin2013-05-221-2/+2
* Fix uninitialized warning in mpsSteven Hartland2013-05-031-0/+2
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* Except one case mps(4) driver does not touch the data and works well withAlexander Motin2013-03-281-1/+2
* Replace the TDP_NOSLEEPING flag with a counter so that theJohn Baldwin2013-03-011-4/+4
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-123-10/+21
* remove duplicate semicolons where possible.Eitan Adler2012-10-222-2/+2
* Don't lose the 255'th disk behind the initiator.John W. De Boskey2012-10-191-1/+1
* Add casts to unbreak the i386 PAE build for the mps(4) driver.Kenneth D. Merry2012-10-021-2/+2
* Correct double "the the"Eitan Adler2012-09-141-2/+2
* Several fixes to allow firmware/BIOS flash access from user-level:Alexander Motin2012-08-014-64/+41
* Fix kernel panic on `camcontrol reset` for specific target, caused byAlexander Motin2012-08-011-0/+1
* Fix a small memory leak in mpssas_get_sata_identify(). The change has beenChristian Brueffer2012-07-181-1/+3
* Change the mps(4) driver to only scan a target if that is what isKenneth D. Merry2012-06-291-2/+5
* Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, versionKenneth D. Merry2012-06-2822-378/+668
* Correct sizeof usageKevin Lo2012-06-251-1/+1
* Make the mps(4) module depend on the cam module.Kenneth D. Merry2012-03-071-0/+1
* Set the max_lun field of the path inquiry CCB to 8.Kenneth D. Merry2012-02-141-1/+1
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverKenneth D. Merry2012-02-111-1/+1
* Bring in a number of mps(4) driver fixes from LSI:Kenneth D. Merry2012-02-096-44/+452
* Bring in the LSI-supported version of the mps(4) driver.Kenneth D. Merry2012-01-2624-1297/+10530
* Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I seeAlexander Motin2011-12-281-0/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Sync with ahc(4)/ahd(4)/sym(4) etc:Marius Strobl2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-5/+10
* Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8.Kenneth D. Merry2011-08-181-1/+1
* Silence 'out of chain frames' warnings and bump the number of frames.Kenneth D. Merry2011-02-253-5/+6
* Fix several issues with the mps(4) driver.Kenneth D. Merry2011-02-183-15/+200
* In the MPS driver, during device removal processing, don't assume thatKenneth D. Merry2011-02-183-3/+26
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix setting LUN numbers in the mps(4) driver.Kenneth D. Merry2010-12-111-3/+39