VirtualBox

Changeset 24049 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2009 6:12:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53907
Message:

DevAHCI: bugfix.

File:
1 edited

Legend:

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

    r24045 r24049  
    61396139            if (fInUse != (pThis->ahciPort[i].pDrvBase != NULL))
    61406140            {
    6141                 LogRel(("AHCI: Config mismatch: cPortsImpl - saved=%u config=%u\n", u32, pThis->cPortsImpl));
    6142                 if (    u32 < pThis->cPortsImpl
    6143                     ||  u32 > AHCI_MAX_NR_PORTS_IMPL)
    6144                     return VERR_SSM_LOAD_CONFIG_MISMATCH;
     6141                LogRel(("AHCI: Port %u config mismatch: fInUse - saved=%u config=%u\n", fInUse, (pThis->ahciPort[i].pDrvBase != NULL)));
     6142                return VERR_SSM_LOAD_CONFIG_MISMATCH;
    61456143            }
    61466144
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