Changeset 92f924c8 in mainline for uspace/drv/uhci/root_hub/root_hub.c
- Timestamp:
- 2011-01-07T13:27:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bd34e5
- Parents:
- 28f660d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/root_hub.c
r28f660d r92f924c8 26 26 /* add fibrils for periodic port checks */ 27 27 unsigned i = 0; 28 for (; i < UHCI_ROOT_HUB_PORT_COUNT; ++i) {28 for (; i < UHCI_ROOT_HUB_PORT_COUNT; ++i) { 29 29 /* mind pointer arithmetics */ 30 30 uhci_port_init( … … 37 37 } 38 38 fibril_add_ready(hub->checker[i]); 39 uhci_print_verbose(" added fibril for port %d: %p.\n", i, hub->checker[i]); 39 40 } 40 41
Note:
See TracChangeset
for help on using the changeset viewer.