VirtualBox

Changeset 64139 in vbox for trunk/include


Ignore:
Timestamp:
Oct 3, 2016 4:44:07 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111096
Message:

scsi.h: Add new command to retrieve a list of supported commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/scsi.h

    r62476 r64139  
    124124    SCSI_RESERVE_10                     = 0x56,
    125125    SCSI_RELEASE_10                     = 0x57,
    126     SCSI_READ_BLOCK_LIMITS              = 0x05
     126    SCSI_READ_BLOCK_LIMITS              = 0x05,
     127    SCSI_MAINTENANCE_IN                 = 0xa3
    127128} SCSICMD;
    128129
     
    134135    SCSI_SVC_ACTION_IN_READ_CAPACITY_16 = 0x10
    135136} SCSISVCACTIONIN;
     137
     138/**
     139 * Maintenance in opcode identifiers
     140 */
     141typedef enum SCSIMAINTENANCEIN
     142{
     143    SCSI_MAINTENANCE_IN_REPORT_SUPP_OPC = 0x0c
     144} SCSIMAINTENANCEIN;
    136145
    137146/* Mode page codes for mode sense/select commands. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette