summaryrefslogtreecommitdiffstats
path: root/sys/dev/amd/amd.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* bus_dmamap_create() is no longer optional for non-static dma mappings. Thanksscottl2003-08-111-0/+14
* Record the missing module dependency ("amd" on "cam").ru2003-07-311-0/+1
* Mega busdma API commit.scottl2003-07-011-1/+7
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-16/+1
* Remove unused variable(s).phk2003-05-311-11/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Convert the use of vtophys() for doing autosense to use busdma. Also correctscottl2002-12-141-12/+75
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-131-1/+2
* Fix some sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* Be consistent about functions being static.phk2002-10-161-2/+2
* Move unused functions into #if 0 ... #endif.nyan2001-05-061-0/+4
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-121-2/+4
* Newbusify amd driver.nyan2000-04-071-90/+96
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.gibbs2000-01-141-1/+2
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-1/+3
* First cut at a driver for the amd53c974 PCI SCSI host adapter. Thisgibbs1999-05-221-0/+2436
OpenPOWER on IntegriCloud