aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* The wrong commit message was given with r283632. This is the correct message.Stephen McConnell2015-05-2823-474/+768
* The wrong commit message was given with r283632. To get the correct commitStephen McConnell2015-05-2823-768/+474
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-05-2723-474/+768
* Add FreeBSD stable/10 version checks for the availability of theKenneth D. Merry2015-02-261-1/+2
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-0/+4
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Properly report 12Gbps connection rate.Alexander Motin2014-10-082-0/+4
* Increase taskqueue thread priority from idle to PRIBIO.Alexander Motin2014-05-241-3/+1
* Add #ifdefs in the mpr(4) driver so that versions of stable/9 thatKenneth D. Merry2014-05-082-5/+10
* Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.Kenneth D. Merry2014-05-081-2/+4
* Hold the SIM lock when calling xpt_create_path() and xpt_action() inKenneth D. Merry2014-05-071-0/+6
* Remove some debugging code.Kenneth D. Merry2014-05-071-2/+0
* Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.Kenneth D. Merry2014-05-061-1/+1
* Fix a problem with async notifications in the mpr(4) driver.Kenneth D. Merry2014-05-061-0/+66
* Adjust #if statements inside mprsas_send_smpcmd() to more accuratelyKenneth D. Merry2014-05-051-5/+6
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-0225-0/+25568