Changeset 48721 in vbox for trunk/src/VBox/Devices/Storage/DevATA.cpp
- Timestamp:
- Sep 26, 2013 7:37:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r47842 r48721 1257 1257 p[68] = RT_H2LE_U16(120); /* minimum PIO cycle time with IORDY flow control */ 1258 1258 if ( s->pDrvBlock->pfnDiscard 1259 || s->cbSector != 512) 1259 || s->cbSector != 512 1260 || s->fNonRotational) 1260 1261 { 1261 1262 p[80] = RT_H2LE_U16(0x1f0); /* support everything up to ATA/ATAPI-8 ACS */
Note:
See TracChangeset
for help on using the changeset viewer.