aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amd
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-2/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-136/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-13/+174
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULTWarner Losh2005-03-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+3
* Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough.Olivier Houchard2004-01-211-1/+0
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* bus_dmamap_create() is no longer optional for non-static dma mappings. ThanksScott Long2003-08-111-0/+14
* Record the missing module dependency ("amd" on "cam").Ruslan Ermilov2003-07-311-0/+1
* Mega busdma API commit.Scott Long2003-07-011-1/+7
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-16/+1
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-11/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Convert the use of vtophys() for doing autosense to use busdma. Also correctScott Long2002-12-142-12/+79
* Move the amd(4) driver to it's own directory in preparation for it growingScott Long2002-12-131-1/+2
* Fix some sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-081-2/+2
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-2/+2
* Move unused functions into #if 0 ... #endif.Yoshihiro Takahashi2001-05-061-0/+4
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)Yoshihiro Takahashi2000-04-121-2/+4
* Newbusify amd driver.Yoshihiro Takahashi2000-04-072-91/+98
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.Justin T. Gibbs2000-01-141-1/+2
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-1/+3
* First cut at a driver for the amd53c974 PCI SCSI host adapter. ThisJustin T. Gibbs1999-05-222-0/+3015