| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-04-09 | mpt(4): Fix a typo in a source code comment | Gordon Bergling |
| 2020-11-28 | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov |
| 2020-09-01 | mpt: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-03 | Remove sparc64 kernel support | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-06-30 | mpt.h: macro parenthesization | Ryan Libby |
| 2017-03-11 | Partially fix target task management requests handling. | Alexander Motin |
| 2017-03-10 | Improve residuals reporting in target mode. | Alexander Motin |
| 2017-03-10 | Fix FC target mode in mpt(4), broken in multiple ways. | Alexander Motin |
| 2017-03-09 | Report some more data in XPT_PATH_INQ. | Alexander Motin |
| 2017-03-09 | Add support for XPT_GET_SIM_KNOB in FC mode. | Alexander Motin |
| 2017-01-15 | "Buses" is the preferred plural of "bus" | Conrad Meyer |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2015-07-24 | - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writing | Marius Strobl |
| 2014-11-21 | Prevent overflow issues in timeout processing | Steven Hartland |
| 2013-12-29 | - Remove a redundant variable in mpt_pci_attach(). | Marius Strobl |
| 2012-10-22 | Remove support for using Giant for locking within mpt(4). Finer grained | Marius Strobl |
| 2012-10-22 | After r241858, remove the remainder of FreeBSD ~4 support from mpt(4). | Marius Strobl |
| 2012-03-24 | - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here. | Marius Strobl |
| 2012-02-11 | Flesh out support for SAS1078 and SAS1078DE (which are said to actually | Marius Strobl |
| 2012-02-08 | Remove extra newlines from panic messages. | Marius Strobl |
| 2011-07-29 | - Staticize functions as appropriate and comment out unused ones. | Marius Strobl |
| 2011-07-13 | - For SAS but neither FC nor SPI controllers default to using MSI (still | Marius Strobl |
| 2011-04-22 | Correct spelling. | Marius Strobl |
| 2010-11-14 | Use the correct variable for determining the verbosity level in mpt_lprtc(). | Marius Strobl |
| 2010-09-24 | Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as these | Marius Strobl |
| 2010-07-12 | - Make the maxsize parameter of the data buffer DMA tag match maxio, which | Marius Strobl |
| 2010-06-29 | Change the mpt driver to allow larger I/O sizes. | Kenneth D. Merry |
| 2010-04-27 | On sparc64 obtain the initiator ID to be used for SPI HBAs from the | Marius Strobl |
| 2009-10-20 | Use callout_init_mtx on FreeBSD versions recent enough. This closes | Alexander Kabaev |
| 2009-07-10 | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long |
| 2009-01-07 | Make the whole initiator mode part of mpt(4) endian-clean, | Marius Strobl |
| 2008-05-06 | Add a new personality to mpt(4) devices to allow userland applications to | John Baldwin |
| 2008-05-02 | Restore multi-release tradition of the driver. | Jung-uk Kim |
| 2007-10-21 | fix up some code for older systems changed by accident in the last commit | Julian Elischer |
| 2007-10-20 | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer |
| 2007-08-14 | Move callout initialization to the proper spot. This prevents panics during | Scott Long |
| 2007-06-03 | mpt.c: | Scott Long |
| 2007-05-05 | Make this driver MP safe and still be a multi-release driver. | Matt Jacob |
| 2007-03-11 | feedback from RELENG_5 port | Matt Jacob |
| 2007-02-23 | Redo previous newbus related change to be kinder to | Matt Jacob |
| 2007-01-05 | (commented out) multipath fault injection code. | Matt Jacob |
| 2006-12-07 | PH! Forgot to do my cross-compile check. Also now rearranged things so | Matt Jacob |
| 2006-12-07 | MFP4: principally to reapply tagged command support to FC and SAS cards. | Matt Jacob |
| 2006-12-03 | Forced commit: previous revision just correctly reflected that | Matt Jacob |
| 2006-12-03 | Fix a debug message which didn't quite get it right about data direction. | Matt Jacob |
| 2006-11-19 | Play it safe and make MSI and MSI-X an option you have to turn on for MPT. | Matt Jacob |
| 2006-11-15 | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | John Baldwin |