Changeset 92f924c8 in mainline for uspace/drv/uhci/root_hub/root_hub.c


Ignore:
Timestamp:
2011-01-07T13:27:58Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bd34e5
Parents:
28f660d
Message:

block fibril until address is assigned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/root_hub.c

    r28f660d r92f924c8  
    2626        /* add fibrils for periodic port checks */
    2727        unsigned i = 0;
    28         for (; i< UHCI_ROOT_HUB_PORT_COUNT; ++i) {
     28        for (; i < UHCI_ROOT_HUB_PORT_COUNT; ++i) {
    2929                /* mind pointer arithmetics */
    3030                uhci_port_init(
     
    3737                }
    3838                fibril_add_ready(hub->checker[i]);
     39                uhci_print_verbose(" added fibril for port %d: %p.\n", i, hub->checker[i]);
    3940        }
    4041
Note: See TracChangeset for help on using the changeset viewer.