Changeset 38682 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 8, 2011 8:26:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h
r38681 r38682 150 150 unsigned u8ThresholdExponent : 8; 151 151 /** Descriptor present. */ 152 boolfDP : 1;152 unsigned fDP : 1; 153 153 /** Anchored LBAs supported. */ 154 boolfAncSup : 1;154 unsigned fAncSup : 1; 155 155 /** Reserved. */ 156 156 unsigned u4Reserved : 4; 157 157 /** WRITE SAME command supported. */ 158 boolfLBPWS : 1;158 unsigned fLBPWS : 1; 159 159 /** UNMAP command supported. */ 160 boolfLBPU : 1;160 unsigned fLBPU : 1; 161 161 /** Provisioning type. */ 162 162 unsigned u3ProvType : 3;
Note:
See TracChangeset
for help on using the changeset viewer.