| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r268071, 268072, 268088 | scottl | 2014-07-02 | 5 | -91/+111 |
* | MFC mpr(4) changes: r265484, r265485, r265709 and r265712 | ken | 2014-05-22 | 1 | -2/+4 |
* | MFC r264229 | scottl | 2014-04-15 | 2 | -6/+35 |
* | MFC r262575: | mav | 2014-03-06 | 1 | -17/+6 |
* | MFC r262553: | mav | 2014-03-06 | 1 | -2/+2 |
* | Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllers | ken | 2013-09-12 | 1 | -0/+2 |
* | Fix mps(4) driver breakage that came in in change 253550 that | ken | 2013-08-21 | 1 | -2/+2 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -13/+1 |
* | Add brace missing in r254253. | mav | 2013-08-12 | 1 | -1/+1 |
* | r253460 accidentally some moderately expensive debugging code, even | scottl | 2013-08-12 | 1 | -0/+4 |
* | Rate limit the 'out of chain frame' messages to once per 60 seconds. | scottl | 2013-08-09 | 2 | -2/+8 |
* | Sometimes a device misbehaves so badly that it disrupts the entire system. | scottl | 2013-08-09 | 5 | -0/+32 |
* | Fix a printf typo. | scottl | 2013-07-30 | 1 | -1/+1 |
* | Merge in phase 14+ -> 16 mps driver fixes from LSI: | ken | 2013-07-22 | 7 | -391/+687 |
* | CAM and mps(4) driver scanning changes. | ken | 2013-07-22 | 3 | -305/+182 |
* | Overhaul error, information, and debug logging. | scottl | 2013-07-19 | 8 | -286/+356 |
* | sys/dev/mps/mps.c | asomers | 2013-06-04 | 2 | -1/+3 |
* | Fix NULL-dereference kernel panic in case of mps_attach() failure. | mav | 2013-05-22 | 1 | -2/+2 |
* | Fix uninitialized warning in mps | smh | 2013-05-03 | 1 | -0/+2 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -2/+2 |
* | Except one case mps(4) driver does not touch the data and works well with | mav | 2013-03-28 | 1 | -1/+2 |
* | Replace the TDP_NOSLEEPING flag with a counter so that the | jhb | 2013-03-01 | 1 | -4/+4 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 3 | -10/+21 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 2 | -2/+2 |
* | Don't lose the 255'th disk behind the initiator. | jwd | 2012-10-19 | 1 | -1/+1 |
* | Add casts to unbreak the i386 PAE build for the mps(4) driver. | ken | 2012-10-02 | 1 | -2/+2 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -2/+2 |
* | Several fixes to allow firmware/BIOS flash access from user-level: | mav | 2012-08-01 | 4 | -64/+41 |
* | Fix kernel panic on `camcontrol reset` for specific target, caused by | mav | 2012-08-01 | 1 | -0/+1 |
* | Fix a small memory leak in mpssas_get_sata_identify(). The change has been | brueffer | 2012-07-18 | 1 | -1/+3 |
* | Change the mps(4) driver to only scan a target if that is what is | ken | 2012-06-29 | 1 | -2/+5 |
* | Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version | ken | 2012-06-28 | 22 | -378/+668 |
* | Correct sizeof usage | kevlo | 2012-06-25 | 1 | -1/+1 |
* | Make the mps(4) module depend on the cam module. | ken | 2012-03-07 | 1 | -0/+1 |
* | Set the max_lun field of the path inquiry CCB to 8. | ken | 2012-02-14 | 1 | -1/+1 |
* | Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driver | ken | 2012-02-11 | 1 | -1/+1 |
* | Bring in a number of mps(4) driver fixes from LSI: | ken | 2012-02-09 | 6 | -44/+452 |
* | Bring in the LSI-supported version of the mps(4) driver. | ken | 2012-01-26 | 24 | -1297/+10530 |
* | Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I see | mav | 2011-12-28 | 1 | -0/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 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 | -5/+10 |
* | Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8. | ken | 2011-08-18 | 1 | -1/+1 |
* | Silence 'out of chain frames' warnings and bump the number of frames. | ken | 2011-02-25 | 3 | -5/+6 |
* | Fix several issues with the mps(4) driver. | ken | 2011-02-18 | 3 | -15/+200 |
* | In the MPS driver, during device removal processing, don't assume that | ken | 2011-02-18 | 3 | -3/+26 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | Fix setting LUN numbers in the mps(4) driver. | ken | 2010-12-11 | 1 | -3/+39 |
* | Fix an event handling bug with the mps(4) driver. | ken | 2010-12-10 | 2 | -11/+51 |