Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from ↵ | 2013-11-19 | 1 | -6/+6 | |
| | | | | 2410 to t10sbc (nw) | ||||
* | Added SCSI status code & set it in all command handlers. It is sent over the ↵ | 2013-11-14 | 1 | -0/+6 | |
| | | | | bus when in status phase. In case of an error further information should be set in m_sense_key/m_sense_asc/m_sense_ascq & m_sense_information so that it can be returned by executing a request sense command [smf] | ||||
* | moved request sense command into t10spc, supporting the old obsolete format ↵ | 2013-10-05 | 1 | -9/+61 | |
| | | | | and the new one. [smf] | ||||
* | Use virtual multiple inheritance to share command processing between SCSI & ↵ | 2013-09-17 | 1 | -0/+90 | |
ATAPI instead of having a SCSI subdevice. This allows matsushita_cr589_device & gdrom_device to derive from atapi_cdrom_device. [smf] |