Changeset 68 for trunk/src/os2ahci/atapi.h
- Timestamp:
- Dec 27, 2010, 2:13:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.h
r65 r68 123 123 } ATAPI_SENSE_DATA; 124 124 125 /******************************************************************************Ã 126 * ATAPI_CDB_6 - describes 6 byte ATAPI command 127 */ 128 typedef struct _ATAPI_CDB_6 { 129 u8 cmd; /* command code */ 130 u8 lun; /* SCSI lun (ignored) */ 131 u8 resvd[2]; 132 u8 trans_len; /* transfer length */ 133 u8 control; 134 } ATAPI_CDB_6; 135 125 136 /****************************************************************************** 126 137 * ATAPI_CDB_10 - describes layout of generic 10 byte ATAPI command … … 146 157 } ATAPI_CDB_12; 147 158 148 /******************************************************************************Ã149 * ATAPI_CDB_6 - describes 6 byte ATAPI command150 */151 typedef struct _ATAPI_CDB_6 {152 u8 cmd; /* command code */153 u8 lun; /* SCSI lun (ignored) */154 u8 resvd[2];155 u8 trans_len; /* transfer length */156 u8 control;157 } ATAPI_CDB_6;158 159 159 160 160 /* ---------------------------- global variables --------------------------- */
Note:
See TracChangeset
for help on using the changeset viewer.