Changeset 5ff9e1d in mainline


Ignore:
Timestamp:
2017-08-18T17:40:35Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d32d51d
Parents:
706a3e2
Message:

Converting, ep_ring→dequeue is nonsensical as it already is a physical address.

File:
1 edited

Legend:

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

    r706a3e2 r5ff9e1d  
    9898            hc->speeds[port_speed_id].tx_bps);
    9999        XHCI_EP_MAX_BURST_SIZE_SET(ictx->endpoint_ctx[0], 0);
    100         XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0],
    101                 addr_to_phys((void *)ep_ring->dequeue));
     100        XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0], ep_ring->dequeue);
    102101        XHCI_EP_DCS_SET(ictx->endpoint_ctx[0], 1);
    103102        XHCI_EP_INTERVAL_SET(ictx->endpoint_ctx[0], 0);
Note: See TracChangeset for help on using the changeset viewer.