Ignore:
Timestamp:
2011-01-28T17:32:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b68b7c
Parents:
54229db
Message:

Fixed: Error count mask

Made TD fields volatile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/uhci_struct/transfer_descriptor.c

    r54229db rb6120d90  
    1414          | ((error_count & TD_STATUS_ERROR_COUNT_MASK) << TD_STATUS_ERROR_COUNT_POS)
    1515          | TD_STATUS_ERROR_ACTIVE;
     16
     17        uhci_print_verbose("Creating status field: %x.\n", instance->status);
    1618
    1719        instance->device = 0
Note: See TracChangeset for help on using the changeset viewer.