VirtualBox

Changeset 104224 in vbox for trunk/src


Ignore:
Timestamp:
Apr 8, 2024 10:52:25 AM (10 months ago)
Author:
vboxsync
Message:

Devices/Serial/DevOxPcie958: Return 0 when the DMA registers are accessed, bugref:10635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp

    r99739 r104224  
    248248    {
    249249        /* Access to the DMA registers. */
    250         rc = VINF_SUCCESS;
     250        rc = VINF_IOM_MMIO_UNUSED_00; /** @todo Misses implementation, just pretend there is nothing there yet. */
    251251    }
    252252    else /* Access UART registers. */
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