Changeset 706a3e2 in mainline for uspace/drv/bus/usb/xhci/rh.c


Ignore:
Timestamp:
2017-08-18T16:21:33Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ff9e1d
Parents:
e439f468
Message:

Dcbaa_virt now points to virtual device contexts that contain pointers to trb rings of each of their endpoints for deallocation.

File:
1 edited

Legend:

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

    re439f468 r706a3e2  
    115115
    116116        hc->dcbaa[slot_id] = addr_to_phys(dctx);
    117         hc->dcbaa_virt[slot_id] = dctx;
     117        hc->dcbaa_virt[slot_id]->dev_ctx = dctx;
    118118
    119119        cmd = xhci_alloc_command();
Note: See TracChangeset for help on using the changeset viewer.