Ignore:
Timestamp:
2017-08-20T18:52:03Z (8 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/scratchpad.c

    r8b415cc rdecfc8d1  
    132132
    133133        hc->dcbaa[0] = 0;
    134         hc->dcbaa_virt[0] = NULL;
     134        memset(&hc->dcbaa_virt[0], 0, sizeof(xhci_virt_device_ctx_t));
     135
    135136        return;
    136137}
Note: See TracChangeset for help on using the changeset viewer.