summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ata.h
Commit message (Expand)AuthorAgeFilesLines
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-181-0/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-0/+3
* Backing out last change; no immediate plans to make the whole block-deviceMichael Brown2006-06-011-5/+3Star
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-311-3/+5
* Added generic asynchronous operations code.Michael Brown2006-05-311-10/+8Star
* Handle multi-sector reads by splitting them into subcommands.Michael Brown2006-05-291-0/+3
* Use separate data-in and data-out buffers.Michael Brown2006-05-291-29/+37
* Made the LBA48 example clearer.Michael Brown2006-05-211-4/+4
* Added (untested) support for ATA devices. This code should be genericMichael Brown2006-05-211-0/+193