| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r318895: Fix several problems with mapping code in mps(4). | Stephen McConnell | 2017-06-01 | 6 | -459/+915 |
| * | MFC r308217, r308301, r311958, r312437, r318188, r318427, r318679 | Stephen McConnell | 2017-06-01 | 20 | -296/+3689 |
| * | MFC r311305 (by asomers): | Alexander Motin | 2017-03-23 | 1 | -3/+3 |
| * | MFC r314786: Import mpr(4) driver P12 to P14 diff from vendor site. | Alexander Motin | 2017-03-13 | 4 | -5/+26 |
| * | MFC r312995: | Alan Somers | 2017-03-01 | 1 | -0/+1 |
| * | MFC r311160, r311210, r311288, r311292, r311298, r311340 | Alan Somers | 2017-02-02 | 2 | -8/+14 |
| * | MFC r302673 | Stephen McConnell | 2016-07-19 | 3 | -6/+31 |
| * | Remove NULL checks after M_WAITOK allocations from mpr(4). | Edward Tomasz Napierala | 2016-05-10 | 1 | -38/+13 |
| * | Bump version of mpr driver to 13.00.00.00-fbsd | Stephen McConnell | 2016-05-09 | 1 | -1/+1 |
| * | Disks can go missing until a reboot is done in some cases. | Stephen McConnell | 2016-05-09 | 1 | -8/+2 |
| * | done_ccb pointer can be used if it is NULL. | Stephen McConnell | 2016-05-09 | 1 | -3/+3 |
| * | Use callout_reset_sbt() instead of callout_reset() if FreeBSD ver is >= 1000029 | Stephen McConnell | 2016-05-09 | 1 | -0/+5 |
| * | No need to set the MPRSAS_SHUTDOWN flag because it's never used. | Stephen McConnell | 2016-05-09 | 1 | -1/+0 |
| * | Fix possible use of invalid pointer. | Stephen McConnell | 2016-05-09 | 1 | -1/+4 |
| * | Change logging level for a debug string to use MPR_LOG instead of MPR_INFO. | Stephen McConnell | 2016-05-09 | 1 | -1/+1 |
| * | No log bit in IOCStatus and endian-safe changes. | Stephen McConnell | 2016-05-09 | 3 | -14/+22 |
| * | Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's. | Stephen McConnell | 2016-05-09 | 5 | -11/+69 |
| * | Several style changes and add copyrights for 2016. | Stephen McConnell | 2016-05-09 | 11 | -136/+115 |
| * | Update MPI headers to version 42. | Stephen McConnell | 2016-05-09 | 12 | -113/+578 |
| * | mpr(4) and mps(4) shouldn't indefinitely retry for "terminated ioc" errors | Alan Somers | 2016-05-05 | 1 | -4/+13 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 5 | -5/+5 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -2/+2 |
| * | Don't retry SAS commands in response to protocol errors | Alan Somers | 2015-12-14 | 1 | -3/+11 |
| * | Remove _FreeBSD_version check for something that was only an issue with | Scott Long | 2015-10-16 | 2 | -8/+1 |
| * | The wrong commit message was given with r283632. This is the correct message. | Stephen McConnell | 2015-05-28 | 23 | -474/+768 |
| * | The wrong commit message was given with r283632. To get the correct commit | Stephen McConnell | 2015-05-28 | 23 | -768/+474 |
| * | This setting of stop_at_shutdown should have been removed with r279253 | Stephen McConnell | 2015-05-27 | 23 | -474/+768 |
| * | Add FreeBSD stable/10 version checks for the availability of the | Kenneth D. Merry | 2015-02-26 | 1 | -1/+2 |
| * | Make sure that the flags for the XPT_DEV_ADVINFO CCB are initialized | Kenneth D. Merry | 2015-02-18 | 1 | -0/+4 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 1 | -2/+2 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -1/+1 |
| * | Properly report 12Gbps connection rate. | Alexander Motin | 2014-10-08 | 2 | -0/+4 |
| * | Increase taskqueue thread priority from idle to PRIBIO. | Alexander Motin | 2014-05-24 | 1 | -3/+1 |
| * | Add #ifdefs in the mpr(4) driver so that versions of stable/9 that | Kenneth D. Merry | 2014-05-08 | 2 | -5/+10 |
| * | Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers. | Kenneth D. Merry | 2014-05-08 | 1 | -2/+4 |
| * | Hold the SIM lock when calling xpt_create_path() and xpt_action() in | Kenneth D. Merry | 2014-05-07 | 1 | -0/+6 |
| * | Remove some debugging code. | Kenneth D. Merry | 2014-05-07 | 1 | -2/+0 |
| * | Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN. | Kenneth D. Merry | 2014-05-06 | 1 | -1/+1 |
| * | Fix a problem with async notifications in the mpr(4) driver. | Kenneth D. Merry | 2014-05-06 | 1 | -0/+66 |
| * | Adjust #if statements inside mprsas_send_smpcmd() to more accurately | Kenneth D. Merry | 2014-05-05 | 1 | -5/+6 |
| * | Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers. | Kenneth D. Merry | 2014-05-02 | 25 | -0/+25568 |