VirtualBox

Changeset 30729 in vbox


Ignore:
Timestamp:
Jul 8, 2010 9:56:03 AM (15 years ago)
Author:
vboxsync
Message:

BusLogic: Fix

File:
1 edited

Legend:

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

    r30725 r30729  
    789789 *
    790790 * @returns nothing.
    791  * @param   pBusLogic  Pointer to the BusLogic device instance.
     791 * @param   pBusLogic       Pointer to the BusLogic device instance.
    792792 * @param   fSuppressIrq    Flag to suppress IRQ generation regardless of fIRQEnabled
    793793 */
     
    796796    LogFlowFunc(("pBusLogic=%#p\n", pBusLogic));
    797797    pBusLogic->regInterrupt |= BUSLOGIC_REGISTER_INTERRUPT_INTERRUPT_VALID;
    798     if (pBusLogic->fIRQEnabled)
     798    if (pBusLogic->fIRQEnabled && !fSuppressIrq)
    799799        PDMDevHlpPCISetIrq(pBusLogic->CTX_SUFF(pDevIns), 0, 1);
    800800}
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