summaryrefslogtreecommitdiffstats
path: root/src/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* Added generic asynchronous operations code.Michael Brown2006-05-311-5/+4Star
* Use separate data-in and data-out buffers.Michael Brown2006-05-291-40/+30Star
* Fixed debug codeMichael Brown2006-05-211-3/+3
* Added (untested) support for ATA devices. This code should be genericMichael Brown2006-05-211-0/+169
* READ CAPACITY (16) turns out to be an optional command (even thoughMichael Brown2006-05-191-2/+57
* Add the concept of a "user pointer" (similar to the void __user * inMichael Brown2006-05-191-7/+9
* Defined SCSI device interface, and added SCSI block deviceMichael Brown2006-05-131-0/+142