| Age | Commit message (Expand) | Author |
| 2019-11-28 | Remove the trm(4) driver | Scott Long |
| 2019-11-22 | Schedule the trm(4) driver for removal. It relies on Giant and thus has | Scott Long |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-19 | Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin |
| 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-06-10 | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin |
| 2013-02-12 | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov |
| 2012-03-12 | More conversions of drivers to use the PCI parent DMA tag. | Scott Long |
| 2010-01-28 | MFp4: Large set of CAM inprovements. | Alexander Motin |
| 2010-01-07 | Remove extraneous semicolons, no functional changes. | Martin Blapp |
| 2009-07-10 | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long |
| 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 |
| 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-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-03-01 | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-04-10 | Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some | Olivier Houchard |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-07 | Use one bus_dma_tag_t for all pSRB instead of creating one for each. | Olivier Houchard |
| 2004-02-20 | Do not test if pDCB is not NULL, we dereference it before anyway, and it | Olivier Houchard |
| 2004-01-09 | Remove duplicate __FBSDID(). | Olivier Houchard |
| 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-08-12 | Remove two useless bzero() calls. | Maxime Henrion |
| 2003-08-09 | Call bus_dmamap_create() to create the per-SRB buffer maps. Note that none | Scott Long |
| 2003-07-01 | Mega busdma API commit. | Scott Long |
| 2003-06-25 | Fix some style bugs. | Olivier Houchard |
| 2003-06-14 | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson |
| 2003-05-31 | Fix indentation. | Poul-Henning Kamp |
| 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-02-20 | Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably add | Olivier Houchard |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-12-16 | Fix the panic that occurs when kldunloading trm by using the correct | Olivier Houchard |
| 2002-11-14 | Remove the remaining calls to free(), they are not needed anymore now | Olivier Houchard |
| 2002-10-13 | Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters). | Olivier Houchard |