aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_sas_lsi.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mps/mpr: Add missing newlines in error messages.Alexander Motin2022-02-221-1/+1
* Fix "set but not used" warnings in the mpr driver. This fixes a minorScott Long2021-11-251-3/+0
* mpr(4): Handle mprsas_alloc_tm() errors on device removal.Alexander Motin2021-08-201-0/+1
* Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry2021-06-031-14/+27
* mpr: big-endian supportAlfredo Dal'Ava Junior2021-03-031-11/+10
* mpr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove support for all pre FreeBSD 11.0 versions from mpr and mps.Warner Losh2020-02-261-15/+3
* Fix bugs in recovery path and improve cm trackingWarner Losh2019-07-081-2/+4
* Add missing newline to debug printf.Warner Losh2019-05-081-1/+1
* Update copyright informationKashyap D Desai2018-12-261-1/+2
* Added support for NVMe Task ManagementKashyap D Desai2018-12-261-0/+20
* mps(4), mpr(4): remove SATA ID command cancellation hackConrad Meyer2018-12-211-55/+18
* mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identifyConrad Meyer2018-12-211-6/+6
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-131-13/+23
* Update mpr(4) driver from v15 to v18 from Broadcom site.Alexander Motin2018-03-191-0/+35
* Clean up error messages related to device discoveryScott Long2017-09-221-12/+18
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-271-12/+13
* Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry2017-08-101-6/+10
* Change from using underbar function names to normal function names forScott Long2017-07-301-1/+1
* Fix several problems with mapping code.Stephen McConnell2017-05-251-22/+44
* Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell2017-05-171-10/+206
* Import mpr(4) driver P12 to P14 diff from vendor site.Alexander Motin2017-03-061-3/+15
* Initialize a stack variable in mprsas_get_sas_address_for_sata_diskAlan Somers2017-01-301-0/+1
* misc minor fixes in mpr(4)Alan Somers2017-01-031-7/+8
* Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long2016-11-021-7/+25
* done_ccb pointer can be used if it is NULL.Stephen McConnell2016-05-091-3/+3
* Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's.Stephen McConnell2016-05-091-0/+17
* Several style changes and add copyrights for 2016.Stephen McConnell2016-05-091-20/+18
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Don't retry SAS commands in response to protocol errorsAlan Somers2015-12-141-3/+11
* The wrong commit message was given with r283632. This is the correct message.Stephen McConnell2015-05-281-97/+265
* The wrong commit message was given with r283632. To get the correct commitStephen McConnell2015-05-281-265/+97
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-05-271-97/+265
* Add #ifdefs in the mpr(4) driver so that versions of stable/9 thatKenneth 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
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+1210