Changeset 30729 in vbox
- Timestamp:
- Jul 8, 2010 9:56:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r30725 r30729 789 789 * 790 790 * @returns nothing. 791 * @param pBusLogic Pointer to the BusLogic device instance.791 * @param pBusLogic Pointer to the BusLogic device instance. 792 792 * @param fSuppressIrq Flag to suppress IRQ generation regardless of fIRQEnabled 793 793 */ … … 796 796 LogFlowFunc(("pBusLogic=%#p\n", pBusLogic)); 797 797 pBusLogic->regInterrupt |= BUSLOGIC_REGISTER_INTERRUPT_INTERRUPT_VALID; 798 if (pBusLogic->fIRQEnabled )798 if (pBusLogic->fIRQEnabled && !fSuppressIrq) 799 799 PDMDevHlpPCISetIrq(pBusLogic->CTX_SUFF(pDevIns), 0, 1); 800 800 }
Note:
See TracChangeset
for help on using the changeset viewer.