summaryrefslogtreecommitdiffstats
path: root/src/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Create and use async_block() macro; it cuts down on the visual overheadMichael Brown2007-01-161-6/+3Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-2/+7
* Backing out last change; no immediate plans to make the whole block-deviceMichael Brown2006-06-011-4/+5
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-311-5/+4Star
* Added generic asynchronous operations code.Michael Brown2006-05-311-1/+2
* Handle multi-sector reads by splitting them into subcommands.Michael Brown2006-05-291-1/+1
* Initial AoE implementation. Limitations are:Michael Brown2006-05-291-0/+52