| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Refine the busdma template interface. Provide tools for filling in fields | Scott Long | 2020-09-14 | 3 | -33/+29 |
| * | mpr: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 22 | -336/+23 |
| * | Remove extra memset() left after r342388. | Alexander Motin | 2020-08-04 | 1 | -1/+0 |
| * | mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK). | Mark Johnston | 2020-07-27 | 3 | -31/+0 |
| * | Add a small hack to the ioctl header files so that both mpr and mps can | Scott Long | 2020-04-16 | 1 | -0/+2 |
| * | Centralize compatability translation macros. | Brooks Davis | 2020-04-14 | 1 | -10/+1 |
| * | Increase buffer in mprsas_log_command() from 192 to 224 bytes. | Alexander Motin | 2020-03-13 | 1 | -1/+1 |
| * | Remove support for all pre FreeBSD 11.0 versions from mpr and mps. | Warner Losh | 2020-02-26 | 4 | -453/+4 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -4/+6 |
| * | Before issing the REMOVE_DEVICE command to the firmware, make sure that all | Warner Losh | 2020-02-25 | 2 | -18/+54 |
| * | Advertise the MPI Message Version that's contained in the IOCFacts message | Scott Long | 2020-02-07 | 2 | -2/+13 |
| * | Convert the mpr driver to use busdma templates. | Scott Long | 2019-12-24 | 3 | -101/+52 |
| * | Fix leak in state machine for commands. | Warner Losh | 2019-11-24 | 1 | -0/+1 |
| * | More fully implement the state machine. | Warner Losh | 2019-07-11 | 1 | -1/+2 |
| * | Fix bugs in recovery path and improve cm tracking | Warner Losh | 2019-07-08 | 4 | -15/+25 |
| * | Fix busy status leak in case of incorrect passthrough args. | Alexander Motin | 2019-05-30 | 1 | -2/+4 |
| * | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -0/+3 |
| * | Add missing newline to debug printf. | Warner Losh | 2019-05-08 | 1 | -1/+1 |
| * | Add missing break statements. Coverity CID 1400446. | Scott Long | 2019-03-27 | 1 | -0/+2 |
| * | Add event table decoding for SAS Broadcast Primitive events. | Scott Long | 2019-03-24 | 1 | -0/+10 |
| * | r329522 created problemss with commands that enter the TIMEDOUT state but | Scott Long | 2019-03-24 | 1 | -4/+2 |
| * | Fix whitespace from r342528 | Scott Long | 2018-12-31 | 1 | -3/+2 |
| * | Update mpr driver version to v23.00.00.00-fbsd | Kashyap D Desai | 2018-12-26 | 1 | -1/+1 |
| * | Update copyright information | Kashyap D Desai | 2018-12-26 | 10 | -12/+22 |
| * | On Aero/Sea A0 cards retry MPT Fusion registers reads for max three times | Kashyap D Desai | 2018-12-26 | 1 | -1/+8 |
| * | Enable atomic type descriptor support only for Sea & Aero cards | Kashyap D Desai | 2018-12-26 | 1 | -2/+3 |
| * | Add Sea,Aero adapter support | Kashyap D Desai | 2018-12-26 | 2 | -0/+40 |
| * | Added support for NVMe Task Management | Kashyap D Desai | 2018-12-26 | 5 | -17/+259 |
| * | Copy back the Sense data at proper location expected by the application | Kashyap D Desai | 2018-12-26 | 1 | -2/+5 |
| * | Update MPI header files version to 2.00.52 from 2.00.48 | Kashyap D Desai | 2018-12-26 | 13 | -512/+264 |
| * | Further refactoring for task management commands. Also fix a related | Scott Long | 2018-12-24 | 1 | -16/+17 |
| * | Commands for user-initated device resets should come from the high-priority | Scott Long | 2018-12-24 | 1 | -2/+2 |
| * | First step in refactoring and fixing the error recovery and task management | Scott Long | 2018-12-24 | 3 | -21/+14 |
| * | mps(4), mpr(4): remove SATA ID command cancellation hack | Conrad Meyer | 2018-12-21 | 3 | -61/+30 |
| * | mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identify | Conrad Meyer | 2018-12-21 | 2 | -6/+12 |
| * | Copy and clear the reply descriptor atomically. This prevents concurrency | Scott Long | 2018-12-09 | 1 | -6/+16 |
| * | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -3/+8 |
| * | Make NVMe compatible with the original API | Chuck Tuffli | 2018-08-22 | 1 | -1/+1 |
| * | Port the mps panic-safe shutdown_final handling to mpr | Warner Losh | 2018-08-13 | 2 | -14/+24 |
| * | Clean enclosure_table when resetting num_enc_table_entries to zero. | Alexander Motin | 2018-05-02 | 1 | -0/+2 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
| * | Disable T10 Protection Information / EEDP handling for type 2 protection. | Kenneth D. Merry | 2018-03-23 | 1 | -4/+15 |
| * | Update mpr(4) driver from v15 to v18 from Broadcom site. | Alexander Motin | 2018-03-19 | 9 | -37/+148 |
| * | Implement a sysctl to dump in-flight I/O state for debugging. The tool to | Scott Long | 2018-03-12 | 1 | -0/+70 |
| * | Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4). | Alexander Motin | 2018-02-27 | 2 | -48/+59 |
| * | NVMe: Add big-endian support | Wojciech Macek | 2018-02-22 | 1 | -6/+10 |
| * | Improve command lifecycle debugging and detection of problems. | Scott Long | 2018-02-18 | 3 | -13/+36 |
| * | Fix non-64-bit platform build by printing bus_addr_t values using %#jx | Li-Wen Hsu | 2018-02-13 | 1 | -12/+12 |
| * | Print out the shared memory queues during initialization | Scott Long | 2018-02-11 | 1 | -0/+12 |
| * | Teach mps(4) and mpr(4) drivers to autotune chain frames. | Alexander Motin | 2018-02-10 | 3 | -49/+61 |