Changeset 62 for trunk


Ignore:
Timestamp:
Dec 17, 2010, 4:00:16 PM (15 years ago)
Author:
markus
Message:

fixed wrong ATAPI_REQ_SENSE command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/atapi.h

    r60 r62  
    145145typedef struct _ATAPI_CMD_REQ_SENSE {
    146146  u8   cmd;            /* command code (0x03) */
    147   u8   lun:3;          /* SCSI lun (ignored) */
    148   u8   resvd:5;
     147  u8   lun          /* SCSI lun (ignored) */
     148  u8   resvd[2];
    149149  u8   buffer_len;     /* sense buffer length */
    150150  u8   control;
Note: See TracChangeset for help on using the changeset viewer.