Changeset 11649 in vbox
- Timestamp:
- Aug 26, 2008 10:11:55 AM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r11561 r11649 2495 2495 typedef struct PDMSCSIREQUEST 2496 2496 { 2497 /** The logical unit. */ 2498 uint32_t uLogicalUnit; 2497 2499 /** Size of the SCSI CDB. */ 2498 2500 uint32_t cbCDB; -
trunk/include/VBox/scsi.h
r11556 r11649 108 108 SCSI_SERVICE_ACTION_IN_16 = 0x9e, 109 109 SCSI_READ_16 = 0x88, 110 SCSI_WRITE_16 = 0x8a 110 SCSI_WRITE_16 = 0x8a, 111 SCSI_READ_6 = 0x08 111 112 } SCSICMD; 112 113
Note:
See TracChangeset
for help on using the changeset viewer.