VirtualBox

Changeset 50036 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 9, 2014 12:52:53 PM (11 years ago)
Author:
vboxsync
Message:

DevAHCI: Properly convert MMIO -> PIO return code.

File:
1 edited

Legend:

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

    r50032 r50036  
    24162416            if (rc == VINF_IOM_R3_MMIO_READ)
    24172417                rc = VINF_IOM_R3_IOPORT_READ;
     2418            else if (rc == VINF_IOM_MMIO_UNUSED_00)
     2419                rc = VERR_IOM_IOPORT_UNUSED;
    24182420        }
    24192421    }
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