Changeset 20418 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 9, 2009 8:04:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r19199 r20418 1259 1259 /* The PCHS geometry fields may be 0 to leave it for later. */ 1260 1260 AssertMsgBreakStmt( VALID_PTR(pPCHSGeometry) 1261 && pPCHSGeometry->cCylinders <= 163831262 1261 && pPCHSGeometry->cHeads <= 16 1263 1262 && pPCHSGeometry->cSectors <= 63, … … 2666 2665 /* Check arguments. */ 2667 2666 AssertMsgBreakStmt( VALID_PTR(pPCHSGeometry) 2668 && pPCHSGeometry->cCylinders <= 163832669 2667 && pPCHSGeometry->cHeads <= 16 2670 2668 && pPCHSGeometry->cSectors <= 63,
Note:
See TracChangeset
for help on using the changeset viewer.