aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* Clean enclosure_table when resetting num_enc_table_entries to zero.Alexander Motin2018-05-021-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Disable T10 Protection Information / EEDP handling for type 2 protection.Kenneth D. Merry2018-03-231-4/+15
* Update mpr(4) driver from v15 to v18 from Broadcom site.Alexander Motin2018-03-199-37/+148
* Implement a sysctl to dump in-flight I/O state for debugging. The tool toScott Long2018-03-121-0/+70
* Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4).Alexander Motin2018-02-272-48/+59
* NVMe: Add big-endian supportWojciech Macek2018-02-221-6/+10
* Improve command lifecycle debugging and detection of problems.Scott Long2018-02-183-13/+36
* Fix non-64-bit platform build by printing bus_addr_t values using %#jxLi-Wen Hsu2018-02-131-12/+12
* Print out the shared memory queues during initializationScott Long2018-02-111-0/+12
* Teach mps(4) and mpr(4) drivers to autotune chain frames.Alexander Motin2018-02-103-49/+61
* Cache the value of the request and reply frame size since it's used quiteScott Long2018-02-063-16/+29
* Fix queue length reporting in mps(4) and mpr(4).Alexander Motin2018-02-063-4/+7
* Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.Kenneth D. Merry2018-02-063-14/+165
* Minimal changes for MPR to build on architectures with physical addresses lar...Justin Hibbits2018-02-041-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-12/+12
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-12/+12
* Refactoring the interrupt setup code introduced a bug where the driversScott Long2017-11-101-1/+5
* Fix mpr(4) panics caused by bad drive mapping tablesAlan Somers2017-11-031-6/+20
* Improve the debug parsing to allow flags to be added and subtractedScott Long2017-10-011-1/+29
* Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictlyScott Long2017-09-291-8/+8
* Add the ability to report and set debug flags as text strings instead ofScott Long2017-09-241-6/+112
* Garbage collect usued fieldsScott Long2017-09-231-3/+0
* Clean up error messages related to device discoveryScott Long2017-09-221-12/+18
* Fix line wrap issues.Scott Long2017-09-151-4/+4
* Add infrastructure for allocating multiple MSI-X interrupts. AlsoScott Long2017-09-114-26/+140
* Fix intrhook release in MPR and MPS for EARLY_AP_STARTUP.Scott Long2017-09-102-6/+5
* More code refactoring in preparation for enabling multiqueue.Scott Long2017-09-101-44/+54
* Convert some in-line printing of diagnostic into tables.Scott Long2017-09-093-160/+73
* Remove the unnecessary use of a temporary string buffer.Scott Long2017-09-092-11/+9
* Start separating the LSI drivers into per-queue structures. NoScott Long2017-09-093-20/+74
* Refactor interrupt allocation and deallocation. Add some extraScott Long2017-09-081-50/+52
* Checkpoint the next phase in debug message cleanup, this time focusing onScott Long2017-09-061-82/+110
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-275-117/+163
* Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry2017-08-106-92/+144
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-311-1/+2
* Don't re-parse PCI IDs in order to set card-specific flags, useScott Long2017-07-311-22/+18
* Change from using underbar function names to normal function names forScott Long2017-07-304-68/+27
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-303-8/+34
* Quiet a message that sounds far more dire than it really is.Scott Long2017-07-261-1/+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-256-459/+915
* Fix powerpc compiler error.Stephen McConnell2017-05-221-2/+2
* Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell2017-05-1720-202/+3522
* Improve error messages during command timeout for the mpr and mpsScott Long2017-05-111-4/+5
* Import mpr(4) driver P12 to P14 diff from vendor site.Alexander Motin2017-03-064-5/+26
* Initialize a stack variable in mprsas_get_sas_address_for_sata_diskAlan Somers2017-01-301-0/+1
* Rework the debug print API. Event printing no longer gets special handling.Scott Long2017-01-194-82/+122
* Print out the number of queues/MSIx vectors.Scott Long2017-01-121-0/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3