Changeset 0247bd2 in mainline


Ignore:
Timestamp:
2018-01-31T20:17:55Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ca5a198
Parents:
da9d6ca
Message:

xhci: updated obsolete comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.c

    rda9d6ca r0247bd2  
    611611 *
    612612 * As there can be events, that blocks on waiting for subsequent events,
    613  * we solve this problem by first copying the event TRBs from the event ring,
    614  * then asserting EHB and only after, handling the events.
    615  *
    616  * Whenever the event handling blocks, it switches fibril, and incoming
    617  * IPC notification will create new event handling fibril for us.
     613 * we solve this problem by deferring some types of events to separate fibrils.
    618614 */
    619615static void hc_run_event_ring(xhci_hc_t *hc, xhci_event_ring_t *event_ring,
Note: See TracChangeset for help on using the changeset viewer.