aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* Fix mpr(4) panic during a firmware update.Kenneth D. Merry2022-10-201-1/+1
* mpr(4): Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-04-041-0/+13
* mpr(4): Fix a typo in a source code commentGordon Bergling2021-12-031-1/+1
* mpr, mps: clear CCBs allocated on the stackEdward Tomasz Napierala2021-12-011-0/+1
* mpr/mps(4): Make device mapping some more robust.Alexander Motin2021-12-011-26/+45
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-12-011-10/+0
* mpr: big-endian supportAlfredo Dal'Ava Junior2021-12-017-81/+119
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-111-15/+15
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-111-1/+1
* MFC r367044: Introduce support of SCSI Command Priority.Alexander Motin2020-11-241-0/+2
* MFC r363852: Remove extra memset() left after r342388.Alexander Motin2020-08-111-1/+0
* MFC r363608:Mark Johnston2020-08-033-31/+0
* MFC r358308:Warner Losh2020-05-282-17/+54
* MFC r359937:Brooks Davis2020-04-281-10/+1
* MFC r358959: Increase buffer in mprsas_log_command() from 192 to 224 bytes.Alexander Motin2020-03-271-1/+1
* Catch up with stability fixes to mpr/mps in -current since 12Warner Losh2019-09-2625-673/+727
* MFC r348417: Fix busy status leak in case of incorrect passthrough args.Alexander Motin2019-06-061-2/+4
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-3/+8
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-1/+1
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-132-14/+24
* 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