Changeset 7dee9b7 in mainline


Ignore:
Timestamp:
2017-07-24T18:16:16Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7bd246
Parents:
1b78a7c1
Message:

Fixed portrs offset in op_regs, now when we add a device the correct - I hope - value of it's port registers are read.

File:
1 edited

Legend:

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

    r1b78a7c1 r7dee9b7  
    375375        ioport32_t config;
    376376
    377         PADD32[36 * 4 + 1];
     377        /* Offset of portrs from op_regs addr is 0x400. */
     378        PADD32[240];
     379        PADD8[4];
    378380
    379381        /*
Note: See TracChangeset for help on using the changeset viewer.