Changes in / [77cea41:ab49a0d] in mainline
- Location:
- uspace
- Files:
-
- 2 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
r77cea41 rab49a0d 72 72 73 73 /* 74 * Initialize address management. 75 */ 76 address_init(); 77 78 /* 74 79 * Initialize our hub and announce its presence. 75 80 */ … … 103 108 printf(NAME ": virtual USB host controller driver.\n"); 104 109 105 /*106 * Initialize address management.107 */108 address_init();109 110 /*111 * Run the transfer scheduler.112 */113 110 hc_manager(); 114 111 115 /*116 * We are also a driver within devman framework.117 */118 112 return driver_main(&vhc_driver); 119 113 }
Note:
See TracChangeset
for help on using the changeset viewer.