Index: uspace/drv/vhc/hcd.c
===================================================================
--- uspace/drv/vhc/hcd.c	(revision 58854f2c11e70a73e42b454b9046c8080cf34add)
+++ uspace/drv/vhc/hcd.c	(revision 1522b4280858e1c8318a640d1a9fd6edd45266d8)
@@ -72,9 +72,4 @@
 
 	/*
-	 * Initialize address management.
-	 */
-	address_init();
-
-	/*
 	 * Initialize our hub and announce its presence.
 	 */
@@ -108,6 +103,17 @@
 	printf(NAME ": virtual USB host controller driver.\n");
 
+	/*
+	 * Initialize address management.
+	 */
+	address_init();
+
+	/*
+	 * Run the transfer scheduler.
+	 */
 	hc_manager();
 
+	/*
+	 * We are also a driver within devman framework.
+	 */
 	return driver_main(&vhc_driver);
 }
