VirtualBox

Changeset 81998 in vbox for trunk/src


Ignore:
Timestamp:
Nov 19, 2019 3:59:20 PM (5 years ago)
Author:
vboxsync
Message:

DevATA: Removed redundant SetIRQ calls (see bugref:5869).

File:
1 edited

Legend:

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

    r81997 r81998  
    41844184    ataR3LockEnter(pDevIns, pCtl);
    41854185    ataR3CmdOK(pCtl, s, ATA_STAT_SEEK);
    4186     ataHCSetIRQ(pDevIns, pCtl, s);
    41874186    return false;
    41884187}
     
    42004199    ataR3LockEnter(pDevIns, pCtl);
    42014200    ataR3CmdOK(pCtl, s, ATA_STAT_SEEK);
    4202     ataHCSetIRQ(pDevIns, pCtl, s);
    42034201    return false;
    42044202}
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