| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make ata_str2mode() static, it's not used outside of ata-all.c. | Marius Strobl | 2013-04-06 | 1 | -186/+0 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | Alexander Motin | 2013-04-04 | 1 | -639/+0 |
* | - First pass at const'ifying ata(4) as appropriate. | Marius Strobl | 2012-03-21 | 1 | -1/+1 |
* | Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it | Marius Strobl | 2012-03-21 | 1 | -3/+27 |
* | Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout" | Ed Maste | 2012-02-13 | 1 | -0/+1 |
* | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
* | Mark ATA channel as idle on timeout in non-ATA_CAM mode. | Alexander Motin | 2010-04-26 | 1 | -1/+1 |
* | MFp4: | Alexander Motin | 2009-12-06 | 1 | -2/+9 |
* | Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) | Alexander Motin | 2009-11-08 | 1 | -3/+3 |
* | MFp4: | Alexander Motin | 2009-10-31 | 1 | -1/+9 |
* | Increase ATA command timeouts. Some drives need more then 5s to spin-up. | Alexander Motin | 2009-10-26 | 1 | -2/+2 |
* | MFp4: | Alexander Motin | 2009-10-23 | 1 | -5/+1 |
* | Improve kernel dumping reliability for busy ATA channels: | Alexander Motin | 2009-05-01 | 1 | -9/+24 |
* | Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c)) | Ed Schouten | 2009-04-07 | 1 | -2/+1 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | Alexander Motin | 2009-02-28 | 1 | -1/+7 |
* | Rollback rev. 189093. | Alexander Motin | 2009-02-26 | 1 | -1/+0 |
* | Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally) | Alexander Motin | 2009-02-26 | 1 | -0/+1 |
* | Remove direct ata_completed() call options from ata_finish(), except for the | Alexander Motin | 2009-02-26 | 1 | -7/+1 |
* | Adaptively increase control command timeout when drive is spun down. | Alexander Motin | 2009-02-17 | 1 | -1/+8 |
* | ata_interrupt() does not need to return anything. It is not it's business | Alexander Motin | 2009-02-17 | 1 | -1/+3 |
* | Make core dumping to ad not to freeze even if interrupts, not disabled | Alexander Motin | 2009-02-16 | 1 | -1/+1 |
* | Fix issue where ata_atapicmd() can never really return EBUSY which is | David E. O'Brien | 2009-01-12 | 1 | -1/+2 |
* | Don't let ata_completed() dereference a null request->dma pointer to | Peter Wemm | 2008-11-27 | 1 | -1/+1 |
* | Only call dma.unload() if initialized. | Søren Schmidt | 2008-10-27 | 1 | -1/+2 |
* | Unload DMA slot on device timeouts. | Søren Schmidt | 2008-04-21 | 1 | -0/+1 |
* | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 1 | -4/+6 |
* | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 1 | -5/+3 |
* | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -3/+8 |
* | (ata_completed): When REQUEST SENSE is automatically issued after a failed | Thomas Quinot | 2007-03-13 | 1 | -1/+1 |
* | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
* | Add the SMART command to the ATA instruction set. | Remko Lodder | 2007-01-27 | 1 | -0/+1 |
* | Fix a typo in ata-queue.c | Remko Lodder | 2006-12-23 | 1 | -2/+2 |
* | If we get an error w/o atapi sense information, just print a newline | Warner Losh | 2006-07-21 | 1 | -0/+2 |
* | Add missing ";" | Søren Schmidt | 2006-04-17 | 1 | -1/+1 |
* | Make the ATAPI sense data accessible when using the ioctl interface | Søren Schmidt | 2006-03-31 | 1 | -30/+33 |
* | Only use the channel in the request given to ata_completed if its | Søren Schmidt | 2006-03-09 | 1 | -3/+7 |
* | Get rid of all the "long long"/"maxint" casting around in printf's. | Søren Schmidt | 2006-03-09 | 1 | -6/+5 |
* | Only look for ICRC and CORR errors on ATA devices not ATAPI. | Søren Schmidt | 2006-03-07 | 1 | -1/+1 |
* | Update atapi-fd to support direct devices such as disks. | Søren Schmidt | 2006-03-05 | 1 | -0/+1 |
* | Work around the deadlock that occours when ATA waits for the taskqueue | Søren Schmidt | 2006-03-01 | 1 | -5/+18 |
* | Fix ata_reinit so it does things in the right order to prevent panic's. | Søren Schmidt | 2006-02-25 | 1 | -5/+1 |
* | Keep the parent device (in this case the channel) around in ata_request, | Søren Schmidt | 2006-02-23 | 1 | -17/+26 |
* | Whitespace cleanup. | Søren Schmidt | 2006-01-18 | 1 | -3/+3 |
* | Add support for using DMA on dump, greatly speeds up the dump process. | Søren Schmidt | 2006-01-18 | 1 | -2/+11 |
* | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
* | Fix rebuilds of arrays that got stuck. | Søren Schmidt | 2005-12-27 | 1 | -5/+17 |
* | Harden the hotplug support for SATA devices. | Søren Schmidt | 2005-09-14 | 1 | -36/+29 |
* | Zero donecount on auto request sense. | Søren Schmidt | 2005-06-28 | 1 | -0/+1 |
* | Add back one line that got deleted in the last commit. | Søren Schmidt | 2005-05-11 | 1 | -2/+4 |
* | Reshape the dma code to be a bit more flexible so it can cope with | Søren Schmidt | 2005-05-03 | 1 | -2/+1 |