Changeset decfc8d1 in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-08-20T18:52:03Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d8a3bd
Parents:
8b415cc
Message:

Dcbaa_virt now contains the virtual device contexts instead of just containing pointers to them, this eases its use a lot while wasting a negligale amount of memory.

File:
1 edited

Legend:

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

    r8b415cc rdecfc8d1  
    7373        xhci_event_ring_t event_ring;
    7474        uint64_t *dcbaa;
    75         xhci_virt_device_ctx_t **dcbaa_virt;
     75        xhci_virt_device_ctx_t *dcbaa_virt;
    7676        xhci_scratchpad_t *scratchpad;
    7777
Note: See TracChangeset for help on using the changeset viewer.