VirtualBox

Changeset 67887 in vbox


Ignore:
Timestamp:
Jul 10, 2017 5:19:26 PM (7 years ago)
Author:
vboxsync
Message:

BusLogic: Clear CMDINV bit when dismissing interrupts. Matches docs and hardware.

File:
1 edited

Legend:

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

    r67886 r67887  
    10571057                 pBusLogic, pBusLogic->regInterrupt, pBusLogic->uPendingIntr));
    10581058    pBusLogic->regInterrupt = 0;
     1059    pBusLogic->regStatus &= ~BL_STAT_CMDINV;
    10591060    PDMDevHlpPCISetIrq(pBusLogic->CTX_SUFF(pDevIns), 0, 0);
    10601061    /* If there's another pending interrupt, report it now. */
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