Changeset 1522b42 in mainline for uspace/drv/vhc/hcd.c
- Timestamp:
- 2010-12-23T00:11:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77cea41
- Parents:
- 58854f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
r58854f2 r1522b42 72 72 73 73 /* 74 * Initialize address management.75 */76 address_init();77 78 /*79 74 * Initialize our hub and announce its presence. 80 75 */ … … 108 103 printf(NAME ": virtual USB host controller driver.\n"); 109 104 105 /* 106 * Initialize address management. 107 */ 108 address_init(); 109 110 /* 111 * Run the transfer scheduler. 112 */ 110 113 hc_manager(); 111 114 115 /* 116 * We are also a driver within devman framework. 117 */ 112 118 return driver_main(&vhc_driver); 113 119 }
Note:
See TracChangeset
for help on using the changeset viewer.