- Timestamp:
- Jan 30, 2007 1:52:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r429 r433 804 804 { 805 805 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) 807 809 pCtl->BmDma.u8Status |= BM_STATUS_INT; 808 810 s->fIrqPending = true;
Note:
See TracChangeset
for help on using the changeset viewer.