VirtualBox

Changeset 81424 in vbox for trunk


Ignore:
Timestamp:
Oct 21, 2019 6:10:31 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134141
Message:

DevE1000: VINF_IOM_R3_MMIO_WRITE status code inside #ifndef IN_RING3 as that status code has nothing to do in ring-3. Added 'R3' to the prefix of a bunch of ring-3 functions to make the code simpler to read. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r81423 r81424  
    79337933# ifndef E1K_NO_TAD
    79347934        /* Create Transmit Absolute Delay Timer */
    7935         rc = PDMDevHlpTimerCreate(pDevIns, TMCLOCK_VIRTUAL, e1kR3TxIntDelayTimer, pThis, TMTIMER_FLAGS_NO_CRIT_SECT,
     7935        rc = PDMDevHlpTimerCreate(pDevIns, TMCLOCK_VIRTUAL, e1kR3TxAbsDelayTimer, pThis, TMTIMER_FLAGS_NO_CRIT_SECT,
    79367936                                  "E1000 Transmit Absolute Delay Timer", &pThis->hTADTimer);
    79377937        AssertRCReturn(rc, rc);
     
    79477947
    79487948    /* Create Receive Absolute Delay Timer */
    7949     rc = PDMDevHlpTimerCreate(pDevIns, TMCLOCK_VIRTUAL, e1kR3RxIntDelayTimer, pThis, TMTIMER_FLAGS_NO_CRIT_SECT,
     7949    rc = PDMDevHlpTimerCreate(pDevIns, TMCLOCK_VIRTUAL, e1kR3RxAbsDelayTimer, pThis, TMTIMER_FLAGS_NO_CRIT_SECT,
    79507950                              "E1000 Receive Absolute Delay Timer", &pThis->hRADTimer);
    79517951    AssertRCReturn(rc, rc);
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