aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala2016-05-101-38/+13
* Bump version of mpr driver to 13.00.00.00-fbsdStephen McConnell2016-05-091-1/+1
* Disks can go missing until a reboot is done in some cases.Stephen McConnell2016-05-091-8/+2
* done_ccb pointer can be used if it is NULL.Stephen McConnell2016-05-091-3/+3
* Use callout_reset_sbt() instead of callout_reset() if FreeBSD ver is >= 1000029Stephen McConnell2016-05-091-0/+5
* No need to set the MPRSAS_SHUTDOWN flag because it's never used.Stephen McConnell2016-05-091-1/+0
* Fix possible use of invalid pointer.Stephen McConnell2016-05-091-1/+4
* Change logging level for a debug string to use MPR_LOG instead of MPR_INFO.Stephen McConnell2016-05-091-1/+1
* No log bit in IOCStatus and endian-safe changes.Stephen McConnell2016-05-093-14/+22
* Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's.Stephen McConnell2016-05-095-11/+69
* Several style changes and add copyrights for 2016.Stephen McConnell2016-05-0911-136/+115
* Update MPI headers to version 42.Stephen McConnell2016-05-0912-113/+578
* mpr(4) and mps(4) shouldn't indefinitely retry for "terminated ioc" errorsAlan Somers2016-05-051-4/+13
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-035-5/+5
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Don't retry SAS commands in response to protocol errorsAlan Somers2015-12-141-3/+11
* Remove _FreeBSD_version check for something that was only an issue withScott Long2015-10-162-8/+1
* 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