summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* MFC r292218asomers2016-01-111-3/+11
* MFI r257381:slm2015-04-1523-274/+577
* MFC, r279336:ken2015-03-241-1/+2
* MFC r278964:ken2015-02-261-0/+4
* MFC 277717:scottl2015-02-052-4/+14
* MFC r274819:smh2014-12-211-2/+2
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC r269314 and r269316slm2014-08-206-77/+263
* Merge r268071, 268072, 268088scottl2014-07-025-91/+111
* MFC mpr(4) changes: r265484, r265485, r265709 and r265712ken2014-05-221-2/+4
* MFC r264229scottl2014-04-152-6/+35
* MFC r262575:mav2014-03-061-17/+6
* MFC r262553:mav2014-03-061-2/+2
* Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllersken2013-09-121-0/+2
* Fix mps(4) driver breakage that came in in change 253550 thatken2013-08-211-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-13/+1
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* Rate limit the 'out of chain frame' messages to once per 60 seconds.scottl2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.scottl2013-08-095-0/+32
* Fix a printf typo.scottl2013-07-301-1/+1
* Merge in phase 14+ -> 16 mps driver fixes from LSI:ken2013-07-227-391/+687
* CAM and mps(4) driver scanning changes.ken2013-07-223-305/+182
* Overhaul error, information, and debug logging.scottl2013-07-198-286/+356
* sys/dev/mps/mps.casomers2013-06-042-1/+3
* Fix NULL-dereference kernel panic in case of mps_attach() failure.mav2013-05-221-2/+2
* Fix uninitialized warning in mpssmh2013-05-031-0/+2
* MFprojects/camlock r248982:mav2013-04-141-2/+2
* Except one case mps(4) driver does not touch the data and works well withmav2013-03-281-1/+2
* Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-011-4/+4
* Reform the busdma API so that new types may be added without modifyingkib2013-02-123-10/+21
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Don't lose the 255'th disk behind the initiator.jwd2012-10-191-1/+1
* Add casts to unbreak the i386 PAE build for the mps(4) driver.ken2012-10-021-2/+2
* Correct double "the the"eadler2012-09-141-2/+2
* Several fixes to allow firmware/BIOS flash access from user-level:mav2012-08-014-64/+41
* Fix kernel panic on `camcontrol reset` for specific target, caused bymav2012-08-011-0/+1
* Fix a small memory leak in mpssas_get_sata_identify(). The change has beenbrueffer2012-07-181-1/+3
* Change the mps(4) driver to only scan a target if that is what isken2012-06-291-2/+5
* Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, versionken2012-06-2822-378/+668
* Correct sizeof usagekevlo2012-06-251-1/+1
* Make the mps(4) module depend on the cam module.ken2012-03-071-0/+1
* Set the max_lun field of the path inquiry CCB to 8.ken2012-02-141-1/+1
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverken2012-02-111-1/+1
* Bring in a number of mps(4) driver fixes from LSI:ken2012-02-096-44/+452
* Bring in the LSI-supported version of the mps(4) driver.ken2012-01-2624-1297/+10530
* Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I seemav2011-12-281-0/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-071-0/+1
OpenPOWER on IntegriCloud