Changeset 887c9de in mainline for uspace/drv/bus/usb/xhci/trb_ring.c


Ignore:
Timestamp:
2017-11-09T12:19:52Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9d0a86
Parents:
41df71f9
Message:

xhci: added missing write barrier

File:
1 edited

Legend:

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

    r41df71f9 r887c9de  
    218218        for (size_t i = 0; i < trbs; ++i, ++trb) {
    219219                TRB_SET_CYCLE(*trb, ring->pcs);
    220                 xhci_trb_copy(ring->enqueue_trb, trb);
     220                xhci_trb_copy_to_pio(ring->enqueue_trb, trb);
    221221
    222222                usb_log_debug2("TRB ring(%p): Enqueued TRB %p", ring, trb);
Note: See TracChangeset for help on using the changeset viewer.