aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr.c
Commit message (Expand)AuthorAgeFilesLines
...
* More code refactoring in preparation for enabling multiqueue.Scott Long2017-09-101-44/+54
* Start separating the LSI drivers into per-queue structures. NoScott Long2017-09-091-1/+22
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-271-89/+133
* Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry2017-08-101-14/+39
* Change from using underbar function names to normal function names forScott Long2017-07-301-4/+4
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-301-3/+1
* Fix spurious timeouts on commands sent to mps(4) and mpr(4) controllers.Kenneth D. Merry2017-07-191-4/+15
* Fix several problems with mapping code.Stephen McConnell2017-05-251-1/+4
* Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell2017-05-171-19/+671
* Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long2016-11-021-0/+10
* Use real values to calculate Max I/O size instead of guessing.Stephen McConnell2016-07-121-0/+11
* 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-091-2/+3
* Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's.Stephen McConnell2016-05-091-11/+32
* Several style changes and add copyrights for 2016.Stephen McConnell2016-05-091-22/+17
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Remove _FreeBSD_version check for something that was only an issue withScott Long2015-10-161-2/+0
* The wrong commit message was given with r283632. This is the correct message.Stephen McConnell2015-05-281-41/+49
* The wrong commit message was given with r283632. To get the correct commitStephen McConnell2015-05-281-49/+41
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-05-271-41/+49
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Remove some debugging code.Kenneth D. Merry2014-05-071-2/+0
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+2797