Changeset 1a46610 in mainline for uspace/drv/ohci/transfer_list.c


Ignore:
Timestamp:
2011-04-10T22:44:17Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6991188
Parents:
c7bdfa7 (diff), 26d46d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

OHCI prototype

Control transfers work, interrupt transfers freeze VirtualBox, bulk were not tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/transfer_list.c

    rc7bdfa7 r1a46610  
    143143
    144144        fibril_mutex_lock(&instance->guard);
     145        usb_log_debug2("Checking list %s for completed batches(%d).\n",
     146            instance->name, list_count(&instance->batch_list));
    145147        link_t *current = instance->batch_list.next;
    146148        while (current != &instance->batch_list) {
Note: See TracChangeset for help on using the changeset viewer.