Changeset 30a4301 in mainline for uspace/drv/uhci-hcd/batch.c


Ignore:
Timestamp:
2011-02-16T22:28:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2736b13e
Parents:
36a4738
Message:

Use interrupt emulation until real hardware interrupts work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/batch.c

    r36a4738 r30a4301  
    248248        }
    249249
     250        instance->tds[i - 1].status |= TD_STATUS_COMPLETE_INTERRUPT_FLAG;
     251
    250252        instance->next_step = batch_call_in_and_dispose;
    251253        batch_schedule(instance);
     
    272274        }
    273275
     276        instance->tds[i - 1].status |= TD_STATUS_COMPLETE_INTERRUPT_FLAG;
     277
    274278        instance->next_step = batch_call_out_and_dispose;
    275279        batch_schedule(instance);
Note: See TracChangeset for help on using the changeset viewer.