VirtualBox

Changeset 38682 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 8, 2011 8:26:25 AM (13 years ago)
Author:
vboxsync
Message:

Another try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h

    r38681 r38682  
    150150    unsigned u8ThresholdExponent    : 8;
    151151    /** Descriptor present. */
    152     bool    fDP                    : 1;
     152    unsigned fDP                    : 1;
    153153    /** Anchored LBAs supported. */
    154     bool    fAncSup                : 1;
     154    unsigned fAncSup                : 1;
    155155    /** Reserved. */
    156156    unsigned u4Reserved             : 4;
    157157    /** WRITE SAME command supported. */
    158     bool    fLBPWS                 : 1;
     158    unsigned fLBPWS                 : 1;
    159159    /** UNMAP command supported. */
    160     bool    fLBPU                  : 1;
     160    unsigned fLBPU                  : 1;
    161161    /** Provisioning type. */
    162162    unsigned u3ProvType             : 3;
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