VirtualBox

Changeset 27661 in vbox


Ignore:
Timestamp:
Mar 24, 2010 11:01:35 AM (15 years ago)
Author:
vboxsync
Message:

VSCSI: Add the command queuing supported flag for hard disks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp

    r27653 r27661  
    8888            ScsiInquiryReply.u3PeripheralQualifier  = SCSI_INQUIRY_DATA_PERIPHERAL_QUALIFIER_CONNECTED;
    8989            ScsiInquiryReply.u3AnsiVersion          = 0x05; /* SPC-4 compliant */
     90            ScsiInquiryReply.fCmdQue                = 1;    /* Command queuing supported. */
     91            ScsiInquiryReply.fWBus16                = 1;
    9092            vscsiPadStr(ScsiInquiryReply.achVendorId, "VBOX", 8);
    9193            vscsiPadStr(ScsiInquiryReply.achProductId, "HARDDISK", 16);
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