VirtualBox

Changeset 30722 in vbox


Ignore:
Timestamp:
Jul 8, 2010 8:19:41 AM (15 years ago)
Author:
vboxsync
Message:

Removed some instances of obsolete PCISetIrqNoWait calls.

Location:
trunk/src/VBox/Devices/Network
Files:
2 edited

Legend:

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

    r30333 r30722  
    17861786                pState->fIntRaised = true;
    17871787                /* Raise(1) INTA(0) */
    1788                 //PDMDevHlpPCISetIrqNoWait(pState->CTXSUFF(pInst), 0, 1);
    17891788                //e1kMutexRelease(pState);
    17901789                E1kLogRel(("E1000: irq RAISED icr&mask=0x%x, icr=0x%x\n", ICR & IMS, ICR));
     
    24432442                pState->fIntRaised = false;
    24442443                /* Lower(0) INTA(0) */
    2445                 //PDMDevHlpPCISetIrqNoWait(pState->CTX_SUFF(pDevIns), 0, 0);
    24462444                //e1kMutexRelease(pState);
    24472445                PDMDevHlpPCISetIrq(pState->CTX_SUFF(pDevIns), 0, 0);
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r29435 r30722  
    14081408    {
    14091409        Log(("#%d INTA=%d\n", PCNET_INST_NR, iISR));
    1410         PDMDevHlpPCISetIrqNoWait(PCNETSTATE_2_DEVINS(pThis), 0, iISR);
     1410        PDMDevHlpPCISetIrq(PCNETSTATE_2_DEVINS(pThis), 0, iISR);
    14111411        pThis->iISR = iISR;
    14121412    }
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