| Age | Commit message (Expand) | Author |
| 2018-10-22 | Retire dpt(4) | Warner Losh |
| 2018-01-29 | Tag the current round of deprecated drivers. | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-16 | Remove EISA support from dpt. Remove known EISA models from | Warner Losh |
| 2017-01-05 | In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ in | Ravi Pokala |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2015-03-22 | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin |
| 2014-11-21 | Prevent overflow issues in timeout processing | Steven Hartland |
| 2014-11-13 | Remove dpt_isa.c and commented out references to it. It was never connected | John Baldwin |
| 2014-06-10 | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin |
| 2013-08-12 | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long |
| 2013-04-10 | options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAM | Sean Bruno |
| 2013-02-12 | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov |
| 2012-10-16 | Fix build of dpt(4). | Sergey Kandaurov |
| 2012-10-15 | Add locking to the dpt(4) driver and mark it MPSAFE. | John Baldwin |
| 2012-04-21 | Fix the following clang warning in dpt(4): | Dimitry Andric |
| 2012-03-12 | Remove comments about creating DMA tags as children of the DMA tags of their | Juli Mallett |
| 2012-03-12 | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long |
| 2012-02-26 | Remove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bit | Kevin Lo |
| 2010-01-08 | Get rid of #ident, GCC 4.4 warns about it being deprecated. | Edward Tomasz Napierala |
| 2007-06-17 | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long |
| 2007-04-15 | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2007-01-18 | Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in | Marius Strobl |
| 2006-12-11 | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob |
| 2006-11-02 | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob |
| 2006-10-31 | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob |
| 2006-08-04 | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-04-13 | Remove unnecessary dpt_free(). | Matthew N. Dodd |
| 2005-03-05 | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh |
| 2005-02-24 | remove gratuitous null ptr check | Sam Leffler |
| 2005-02-24 | o nuke duplicate call of dpt_free when dpt_init fails | Sam Leffler |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-17 | Adjust $FreeBSD$'s. | David E. O'Brien |
| 2004-02-21 | Device megapatch 1/6: | Poul-Henning Kamp |
| 2004-01-17 | - Handle failure of cam_sim_alloc(). | Matthew N. Dodd |
| 2003-09-02 | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-08-22 | Prefer new location of pci include files (which have only been in the | Warner Losh |
| 2003-07-01 | Mega busdma API commit. | Scott Long |
| 2003-06-14 | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson |
| 2003-05-27 | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long |
| 2003-04-10 | I deserve a big pointy hat for having missed all those references | Maxime Henrion |
| 2003-03-29 | Remove useless code. | Matthew N. Dodd |
| 2003-03-29 | Don't compile the identify method yet. | Matthew N. Dodd |
| 2003-03-29 | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd |