| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | Alexander Motin | 2013-04-04 | 1 | -2/+0 |
| * | Fix command timeout caused by data underrun during fetching ATAPI sense | Alexander Motin | 2013-02-22 | 1 | -1/+1 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -4/+11 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
| * | - Allocate the DMA memory used for the work area as coherent as at least | Marius Strobl | 2011-03-06 | 1 | -3/+4 |
| * | Several chipset drivers alter parameters relevant for the DMA tag creation, | Marius Strobl | 2010-11-28 | 1 | -11/+22 |
| * | MFp4: | Alexander Motin | 2009-12-06 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-10-31 | 1 | -9/+8 |
| * | Remove constraint, requiring request data to fulfill controller's alignment | Alexander Motin | 2009-09-06 | 1 | -3/+3 |
| * | Move non-PCI prototypes from ata-pci.h -> ata-all.h. | Rafal Jaworowski | 2009-06-24 | 1 | -2/+0 |
| * | Quite mechanical ch_detach implementations for all atapci subdrivers. | Alexander Motin | 2009-02-19 | 1 | -1/+0 |
| * | Restore the default maximum segment size for the bus dma tag to 64k as it | John Baldwin | 2008-10-21 | 1 | -1/+1 |
| * | This is the roumored ATA modulerisation works, and it needs a little explanat... | Søren Schmidt | 2008-10-09 | 1 | -1/+1 |
| * | Fix the breakage that caused AHCI devices to vanish. Editor droppings :( | Søren Schmidt | 2008-04-18 | 1 | -25/+0 |
| * | Alloc two DMA slots pr default, silly me forgot that slaves still exists. | Søren Schmidt | 2008-04-17 | 1 | -1/+1 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 1 | -59/+139 |
| * | Fix problem with slave devices. | Søren Schmidt | 2008-04-14 | 1 | -4/+4 |
| * | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 1 | -32/+3 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -130/+158 |
| * | Implement a workaround of the datacorruption problem on serverworks HT1000 ch... | Søren Schmidt | 2007-12-13 | 1 | -1/+1 |
| * | Fix KASSERT messages. | Kevin Lo | 2007-11-20 | 1 | -1/+1 |
| * | Try to workaound silicon bugs in Promise gen2 (ie TX4) chips | Søren Schmidt | 2007-11-19 | 1 | -0/+1 |
| * | OK, this is not my day, fix the former fix :/ | Søren Schmidt | 2007-04-08 | 1 | -2/+1 |
| * | Hopefully unbreak the 64bit DMA support this time. | Søren Schmidt | 2007-04-08 | 1 | -6/+5 |
| * | Dont zero out 64BIT flag on DMA ops. | Søren Schmidt | 2007-04-08 | 1 | -2/+3 |
| * | Add support for 64bit addressing to AHCI and Marvell controllers. | Søren Schmidt | 2007-04-06 | 1 | -4/+6 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
| * | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | John-Mark Gurney | 2006-09-03 | 1 | -1/+1 |
| * | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
| * | Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return | Søren Schmidt | 2005-12-05 | 1 | -8/+10 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Add support for setting the SG list segment size. | Søren Schmidt | 2005-10-06 | 1 | -5/+6 |
| * | Reshape the dma code to be a bit more flexible so it can cope with | Søren Schmidt | 2005-05-03 | 1 | -10/+18 |
| * | Update on the last commit, the dma* funciton needs to be called with | Søren Schmidt | 2005-05-01 | 1 | -2/+2 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -22/+24 |
| * | Put the BUS_DMASYNC_PREWRITE in the rigth position. | Søren Schmidt | 2005-04-08 | 1 | -2/+2 |
| * | This is the much rumoured ATA mkIII update that I've been working on. | Søren Schmidt | 2005-03-30 | 1 | -56/+59 |
| * | Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that are | Scott Long | 2004-11-17 | 1 | -3/+3 |
| * | Reduce the amount of memory reported to busdma. | Søren Schmidt | 2004-09-10 | 1 | -4/+4 |
| * | Correct the args to busdma, mostly cosmetic. | Søren Schmidt | 2004-08-20 | 1 | -6/+5 |
| * | Allow the use of a supplied function to set the PRD table. This is | Søren Schmidt | 2004-08-13 | 1 | -30/+14 |
| * | Change the order of ata_dmainit/ata_allocate in preparation of | Søren Schmidt | 2004-08-12 | 1 | -1/+1 |
| * | Try to narrow down the race window on HW that does not have ways to | Søren Schmidt | 2004-08-05 | 1 | -4/+2 |
| * | Add support for the Promise command sequencer present on all modern Promise | Søren Schmidt | 2004-04-13 | 1 | -2/+33 |
| * | Use UMA instead of plain malloc for getting ATA request storage. | Søren Schmidt | 2004-01-14 | 1 | -0/+1 |
| * | Overhaul of the timeout/reinit framework. This should clear up most | Søren Schmidt | 2004-01-11 | 1 | -2/+2 |
| * | Workaround for errata on early versions of the sii3112. | Søren Schmidt | 2003-11-28 | 1 | -3/+5 |
| * | Fix the DMA problem that most severely hit on the DS3112a SATA chip | Søren Schmidt | 2003-10-21 | 1 | -19/+20 |
| * | Give more correct params to busdma_* | Søren Schmidt | 2003-10-07 | 1 | -8/+9 |
| * | Cleanup the dma int/alloc/free code. | Søren Schmidt | 2003-08-25 | 1 | -63/+47 |