summaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_user.c
AgeCommit message (Expand)Author
11 daysmps/mpr: Remove bogus sys/cdefs.h includesWarner Losh
2023-12-25mpr: Handle errors from copyout() in ioctl handlersMark Johnston
2023-09-21mprutil: "fix user reply buffer (64)..." warningsAlan Somers
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-02Fix kernel memory disclosures in mpr and mpsAlan Somers
2022-03-30mpr: add \n in diagnostic printfEd Maste
2022-03-28mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste
2021-01-08mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston
2021-01-08mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston
2020-09-14Refine the busdma template interface. Provide tools for filling in fieldsScott Long
2020-09-01mpr: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-27mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston
2020-04-14Centralize compatability translation macros.Brooks Davis
2019-12-24Convert the mpr driver to use busdma templates.Scott Long
2019-05-30Fix busy status leak in case of incorrect passthrough args.Alexander Motin
2018-12-31Fix whitespace from r342528Scott Long
2018-12-26Update copyright informationKashyap D Desai
2018-12-26Copy back the Sense data at proper location expected by the applicationKashyap D Desai
2018-12-24First step in refactoring and fixing the error recovery and task managementScott Long
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-03-19Update mpr(4) driver from v15 to v18 from Broadcom site.Alexander Motin
2018-02-06Cache the value of the request and reply frame size since it's used quiteScott Long
2018-02-06Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.Kenneth D. Merry
2017-08-27Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long
2017-08-10Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry
2017-05-25Fix several problems with mapping code.Stephen McConnell
2017-05-17Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell
2016-05-10Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala
2016-05-09No log bit in IOCStatus and endian-safe changes.Stephen McConnell
2016-05-09Several style changes and add copyrights for 2016.Stephen McConnell
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-06Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.Kenneth D. Merry
2014-05-02Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry