VirtualBox

Changeset 51409 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2014 8:29:00 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93944
Message:

Storage/AHCI: Fix the SSM version check for the legacy port reset handling

File:
1 edited

Legend:

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

    r51383 r51409  
    8383/** The current saved state version. */
    8484#define AHCI_SAVED_STATE_VERSION                        8
    85 /** The saved state version before changing the port reset logic in an incomptible way. */
     85/** The saved state version before changing the port reset logic in an incompatible way. */
    8686#define AHCI_SAVED_STATE_VERSION_PRE_PORT_RESET_CHANGES 7
    8787/** Saved state version before the per port hotplug port was added. */
     
    71347134     * prevent older BIOS versions from failing after a reset.
    71357135     */
    7136     if (uVersion < AHCI_SAVED_STATE_VERSION_PRE_PORT_RESET_CHANGES)
     7136    if (uVersion <= AHCI_SAVED_STATE_VERSION_PRE_PORT_RESET_CHANGES)
    71377137        pThis->fLegacyPortResetMethod = true;
    71387138
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