Changes in uspace/drv/vhc/hcd.c [1522b42:e63a4e1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hcd.c
r1522b42 re63a4e1 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.