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


Ignore:
Timestamp:
2017-07-31T19:58:08Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7428b92
Parents:
c9bec1c
Message:

DCBAA now correctly holds physical addresses of the device contexts, a secondary array called dcbaa_virt was added that is used for deallocation.

File:
1 edited

Legend:

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

    rc9bec1c r73e5b62  
    6666        xhci_trb_ring_t command_ring;
    6767        xhci_event_ring_t event_ring;
    68         xhci_device_ctx_t **dcbaa;
     68        uint64_t *dcbaa;
     69        xhci_device_ctx_t **dcbaa_virt;
    6970        xhci_scratchpad_t *scratchpad;
    7071
Note: See TracChangeset for help on using the changeset viewer.