VirtualBox

Changeset 99887 in vbox


Ignore:
Timestamp:
May 22, 2023 10:33:51 AM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157530
Message:

Devices/DrvRamDisk: Return VERR_PDM_GEOMETRY_NOT_SET to indicate that the caller has to resort to some other method for deducing the CHS geometry

File:
1 edited

Legend:

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

    r99775 r99887  
    590590{
    591591    RT_NOREF2(pInterface, pPCHSGeometry);
    592     return VERR_NOT_IMPLEMENTED;
     592    return VERR_PDM_GEOMETRY_NOT_SET;
    593593}
    594594
     
    606606{
    607607    RT_NOREF2(pInterface, pLCHSGeometry);
    608     return VERR_NOT_IMPLEMENTED;
     608    return VERR_PDM_GEOMETRY_NOT_SET;
    609609}
    610610
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette