| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -2/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+1 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -136/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -13/+174 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT | imp | 2005-03-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+3 |
* | Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough. | cognet | 2004-01-21 | 1 | -1/+0 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | bus_dmamap_create() is no longer optional for non-static dma mappings. Thanks | scottl | 2003-08-11 | 1 | -0/+14 |
* | Record the missing module dependency ("amd" on "cam"). | ru | 2003-07-31 | 1 | -0/+1 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -1/+7 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -16/+1 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -11/+2 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+2 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |
* | Convert the use of vtophys() for doing autosense to use busdma. Also correct | scottl | 2002-12-14 | 2 | -12/+79 |
* | Move the amd(4) driver to it's own directory in preparation for it growing | scottl | 2002-12-13 | 1 | -1/+2 |
* | Fix some sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 1 | -2/+2 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -2/+2 |
* | Move unused functions into #if 0 ... #endif. | nyan | 2001-05-06 | 1 | -0/+4 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+2 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...) | nyan | 2000-04-12 | 1 | -2/+4 |
* | Newbusify amd driver. | nyan | 2000-04-07 | 2 | -91/+98 |
* | Ahhrggg. Put the test for the compat shims AFTER the file that includes | imp | 2000-03-27 | 1 | -4/+4 |
* | Per conversations in -current, add #error to these drivers when you don't | imp | 2000-03-27 | 1 | -0/+4 |
* | The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0. | gibbs | 2000-01-14 | 1 | -1/+2 |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 1 | -1/+3 |
* | First cut at a driver for the amd53c974 PCI SCSI host adapter. This | gibbs | 1999-05-22 | 2 | -0/+3015 |