aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_user.c
Commit message (Expand)AuthorAgeFilesLines
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-4/+4
* mpr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-271-7/+0
* Centralize compatability translation macros.Brooks Davis2020-04-141-10/+1
* Convert the mpr driver to use busdma templates.Scott Long2019-12-241-11/+6
* Fix busy status leak in case of incorrect passthrough args.Alexander Motin2019-05-301-2/+4
* Fix whitespace from r342528Scott Long2018-12-311-3/+2
* Update copyright informationKashyap D Desai2018-12-261-2/+3
* Copy back the Sense data at proper location expected by the applicationKashyap D Desai2018-12-261-2/+5
* First step in refactoring and fixing the error recovery and task managementScott Long2018-12-241-2/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Update mpr(4) driver from v15 to v18 from Broadcom site.Alexander Motin2018-03-191-1/+4
* Cache the value of the request and reply frame size since it's used quiteScott Long2018-02-061-3/+3
* Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.Kenneth D. Merry2018-02-061-14/+118
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-271-4/+4
* Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry2017-08-101-18/+23
* Fix several problems with mapping code.Stephen McConnell2017-05-251-1/+1
* Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell2017-05-171-7/+75
* Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala2016-05-101-38/+13
* No log bit in IOCStatus and endian-safe changes.Stephen McConnell2016-05-091-6/+9
* Several style changes and add copyrights for 2016.Stephen McConnell2016-05-091-23/+21
* The wrong commit message was given with r283632. This is the correct message.Stephen McConnell2015-05-281-12/+29
* The wrong commit message was given with r283632. To get the correct commitStephen McConnell2015-05-281-29/+12
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-05-271-12/+29
* Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.Kenneth D. Merry2014-05-061-1/+1
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+2453