VirtualBox

Changeset 433 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2007 1:52:31 PM (18 years ago)
Author:
vboxsync
Message:

Fixed IDE for OpenSolaris 10.

File:
1 edited

Legend:

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

    r429 r433  
    804804    {
    805805        Log2(("%s: LUN#%d asserting IRQ\n", __FUNCTION__, s->iLUN));
    806         if (s->fDMA)
     806        /* The BMDMA unit unconditionally sets BM_STATUS_INT if the interrupt
     807         * line is asserted. It monitors the line for a rising edge. */
     808        if (!s->fIrqPending)
    807809            pCtl->BmDma.u8Status |= BM_STATUS_INT;
    808810        s->fIrqPending = true;
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