Changeset 35b8bfe in mainline for uspace/lib/scsi/include/scsi/spc.h


Ignore:
Timestamp:
2014-08-16T13:05:28Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3abf70c7
Parents:
8820544
Message:

ATAPI commands correspond to SCSI SPC, SBC and MMC commands (with a few quirks) so use libscsi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/scsi/include/scsi/spc.h

    r8820544 r35b8bfe  
    4646};
    4747
    48 /** SCSI Inquiry command */
     48/** SCSI Inquiry command
     49 *
     50 * Note: for SFF 8020 the command must be zero-padded to 12 bytes
     51 * and alloc_len must be <= 0xff.
     52 */
    4953typedef struct {
    5054        /** Operation code (SCSI_CMD_INQUIRY) */
Note: See TracChangeset for help on using the changeset viewer.