aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in recovery path and improve cm trackingWarner Losh2019-07-084-17/+35
* Fix busy status leak in case of incorrect passthrough args.Alexander Motin2019-05-301-2/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+3
* Add missing newline to debug printf.Warner Losh2019-05-081-1/+1
* Add missing break statements. Coverity CID 1400446.Scott Long2019-03-271-0/+2
* Add event table decoding for SAS Broadcast Primitive events.Scott Long2019-03-241-0/+10
* Fix a transposition error from the previous commitScott Long2019-03-241-1/+1
* r329522 created problemss with commands that enter the TIMEDOUT state butScott Long2019-03-241-3/+2
* Port over the SCSI sense handling fix from mpr(4) in r342528, and fixScott Long2018-12-311-3/+5
* Further refactoring for task management commands. Also fix a relatedScott Long2018-12-241-15/+16
* Commands for user-initated device resets should come from the high-priorityScott Long2018-12-241-2/+2
* First step in refactoring and fixing the error recovery and task managementScott Long2018-12-243-18/+14
* mps(4), mpr(4): remove SATA ID command cancellation hackConrad Meyer2018-12-213-62/+30
* mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identifyConrad Meyer2018-12-212-5/+12
* Copy and clear the reply descriptor atomically. This prevents concurrencyScott Long2018-12-091-5/+14
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-4/+4
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-131-0/+2
* Call xpt_sim_poll in shutdown_final handler.Warner Losh2018-08-131-1/+4
* 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-2/+13
* Fix mps deadlock when handling panicSteven Hartland2018-03-142-14/+21
* 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-37/+53
* Improve command lifecycle debugging and detection of problems.Scott Long2018-02-183-21/+49
* 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/+13
* Teach mps(4) and mpr(4) drivers to autotune chain frames.Alexander Motin2018-02-103-28/+41
* Cache the value of the request and reply frame size since it's used quiteScott Long2018-02-064-19/+33
* 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
* Fix a case where a request frame can be composed that requires 2 or moreScott Long2018-02-061-11/+11
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-221-1/+1
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2722-0/+44
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Refactoring the interrupt setup code introduced a bug where the driversScott Long2017-11-101-1/+5
* Improve the debug parsing to allow flags to be added and subtractedScott Long2017-10-011-1/+30
* Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictlyScott Long2017-09-291-9/+9
* 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-28/+147
* Fix intrhook release in MPR and MPS for EARLY_AP_STARTUP.Scott Long2017-09-102-5/+5
* More code refactoring in preparation for enabling multiqueue.Scott Long2017-09-101-43/+56
* Convert some in-line printing of diagnostic into tables.Scott Long2017-09-093-158/+74
* 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-19/+73
* Refactor interrupt allocation and deallocation. Add some extraScott Long2017-09-081-50/+53