| Age | Commit message (Expand) | Author |
| 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 |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-03-06 | Use BUS_PROBE_DEFAULT | 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-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-01-21 | Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough. | Olivier Houchard |
| 2003-08-22 | Prefer new location of pci include files (which have only been in the | Warner Losh |
| 2003-08-11 | bus_dmamap_create() is no longer optional for non-static dma mappings. Thanks | Scott Long |
| 2003-07-31 | Record the missing module dependency ("amd" on "cam"). | Ruslan Ermilov |
| 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-31 | Remove unused variable(s). | 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 |
| 2002-12-14 | Convert the use of vtophys() for doing autosense to use busdma. Also correct | Scott Long |
| 2002-12-13 | Move the amd(4) driver to it's own directory in preparation for it growing | Scott Long |
| 2002-11-08 | Fix some sizeof(int) != sizeof(void *) warnings. | John Baldwin |
| 2002-10-16 | Be consistent about functions being static. | Poul-Henning Kamp |
| 2001-05-06 | Move unused functions into #if 0 ... #endif. | Yoshihiro Takahashi |
| 2001-03-01 | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray |
| 2000-10-15 | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp |
| 2000-05-26 | Back out the previous change to the queue(3) interface. | Jake Burkholder |
| 2000-05-23 | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder |
| 2000-04-19 | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp |
| 2000-04-18 | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp |
| 2000-04-12 | Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...) | Yoshihiro Takahashi |
| 2000-04-07 | Newbusify amd driver. | Yoshihiro Takahashi |
| 2000-03-27 | Ahhrggg. Put the test for the compat shims AFTER the file that includes | Warner Losh |
| 2000-03-27 | Per conversations in -current, add #error to these drivers when you don't | Warner Losh |
| 2000-01-14 | The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0. | Justin T. Gibbs |
| 1999-08-16 | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs |
| 1999-05-22 | First cut at a driver for the amd53c974 PCI SCSI host adapter. This | Justin T. Gibbs |