summaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mprvar.h
AgeCommit message (Expand)Author
2025-08-31mpr: Add workaround for too few slots being automatically scannedPeter Eriksson
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-08-20mpr(4): Handle mprsas_alloc_tm() errors on device removal.Alexander Motin
2021-06-03Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry
2021-03-12Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin
2021-03-02mpr: big-endian supportAlfredo Dal'Ava Junior
2020-09-01mpr: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Remove support for all pre FreeBSD 11.0 versions from mpr and mps.Warner Losh
2020-02-07Advertise the MPI Message Version that's contained in the IOCFacts messageScott Long
2019-07-08Fix bugs in recovery path and improve cm trackingWarner Losh
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-12-26Update mpr driver version to v23.00.00.00-fbsdKashyap D Desai
2018-12-26Update copyright informationKashyap D Desai
2018-12-26On Aero/Sea A0 cards retry MPT Fusion registers reads for max three timesKashyap D Desai
2018-12-26Add Sea,Aero adapter supportKashyap D Desai
2018-12-26Added support for NVMe Task ManagementKashyap D Desai
2018-12-24First step in refactoring and fixing the error recovery and task managementScott Long
2018-12-21mps(4), mpr(4): remove SATA ID command cancellation hackConrad Meyer
2018-08-13Port the mps panic-safe shutdown_final handling to mprWarner Losh
2018-03-19Update mpr(4) driver from v15 to v18 from Broadcom site.Alexander Motin
2018-02-27Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4).Alexander Motin
2018-02-18Improve command lifecycle debugging and detection of problems.Scott Long
2018-02-10Teach mps(4) and mpr(4) drivers to autotune chain frames.Alexander Motin
2018-02-06Cache the value of the request and reply frame size since it's used quiteScott Long
2018-02-06Fix queue length reporting in mps(4) and mpr(4).Alexander Motin
2018-02-06Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.Kenneth D. Merry
2017-09-11Add infrastructure for allocating multiple MSI-X interrupts. AlsoScott Long
2017-09-09Remove the unnecessary use of a temporary string buffer.Scott Long
2017-09-09Start separating the LSI drivers into per-queue structures. NoScott Long
2017-08-10Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry
2017-07-30 Split the interrupt setup code into two parts: allocation and configuration.Scott Long
2017-05-25Fix several problems with mapping code.Stephen McConnell
2017-05-17Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell
2017-03-06Import mpr(4) driver P12 to P14 diff from vendor site.Alexander Motin
2017-01-19Rework the debug print API. Event printing no longer gets special handling.Scott Long
2016-11-02Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long
2016-07-12Use real values to calculate Max I/O size instead of guessing.Stephen McConnell
2016-05-09Bump version of mpr driver to 13.00.00.00-fbsdStephen McConnell
2016-05-09Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's.Stephen McConnell
2016-05-09Several style changes and add copyrights for 2016.Stephen McConnell
2015-10-16Remove _FreeBSD_version check for something that was only an issue withScott Long
2015-05-28The wrong commit message was given with r283632. This is the correct message.Stephen McConnell
2015-05-28The wrong commit message was given with r283632. To get the correct commitStephen McConnell
2015-05-27This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell
2014-05-02Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry