aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/block/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-191-4/+12
* Automatically select between the "10" and "16" variants of command set,Michael Brown2006-12-121-31/+72
* Catch SCSI errors, and work around the start-of-day CHECK CONDITIONMichael Brown2006-12-121-1/+32
* 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