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