VirtualBox

Changeset 18322 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 26, 2009 3:23:51 PM (16 years ago)
Author:
vboxsync
Message:

SCSI, LsiLogic: Fix sense data handling. Fixes warning during boot of OpenSolaris

File:
1 edited

Legend:

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

    r18298 r18322  
    146146#define SCSI_STATUS_TASK_ABORTED                0x40
    147147
     148/* Sense data response codes - This is the first byte in the sense data */
     149#define SCSI_SENSE_RESPONSE_CODE_CURR_FIXED     0x70
     150#define SCSI_SENSE_RESPONSE_CODE_DEFERRED_FIXED 0x71
     151#define SCSI_SENSE_RESPONSE_CODE_CURR_DESC      0x72
     152#define SCSI_SENSE_RESPONSE_CODE_DEFERRED_DESC  0x73
    148153
    149154/* Sense keys */
Note: See TracChangeset for help on using the changeset viewer.

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