VirtualBox

Changeset 20418 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jun 9, 2009 8:04:46 AM (16 years ago)
Author:
vboxsync
Message:

VBoxHDD: no checks for 16383 cylinders anymore

File:
1 edited

Legend:

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

    r19199 r20418  
    12591259        /* The PCHS geometry fields may be 0 to leave it for later. */
    12601260        AssertMsgBreakStmt(   VALID_PTR(pPCHSGeometry)
    1261                            && pPCHSGeometry->cCylinders <= 16383
    12621261                           && pPCHSGeometry->cHeads <= 16
    12631262                           && pPCHSGeometry->cSectors <= 63,
     
    26662665        /* Check arguments. */
    26672666        AssertMsgBreakStmt(   VALID_PTR(pPCHSGeometry)
    2668                            && pPCHSGeometry->cCylinders <= 16383
    26692667                           && pPCHSGeometry->cHeads <= 16
    26702668                           && pPCHSGeometry->cSectors <= 63,
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