summaryrefslogtreecommitdiff
path: root/sys/dev/amd
AgeCommit message (Expand)Author
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-06Use BUS_PROBE_DEFAULTWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-01-21Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.Olivier Houchard
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-11bus_dmamap_create() is no longer optional for non-static dma mappings. ThanksScott Long
2003-07-31Record the missing module dependency ("amd" on "cam").Ruslan Ermilov
2003-07-01Mega busdma API commit.Scott Long
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-05-31Remove unused variable(s).Poul-Henning Kamp
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2002-12-14Convert the use of vtophys() for doing autosense to use busdma. Also correctScott Long
2002-12-13Move the amd(4) driver to it's own directory in preparation for it growingScott Long
2002-11-08Fix some sizeof(int) != sizeof(void *) warnings.John Baldwin
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2001-05-06Move unused functions into #if 0 ... #endif.Yoshihiro Takahashi
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-04-18Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp
2000-04-12Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)Yoshihiro Takahashi
2000-04-07Newbusify amd driver.Yoshihiro Takahashi
2000-03-27Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh
2000-03-27Per conversations in -current, add #error to these drivers when you don'tWarner Losh
2000-01-14The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.Justin T. Gibbs
1999-08-16Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs
1999-05-22First cut at a driver for the amd53c974 PCI SCSI host adapter. ThisJustin T. Gibbs