Index: uspace/drv/vhc/hcd.c
===================================================================
--- uspace/drv/vhc/hcd.c	(revision 11658b6402ef30f4b33c870d53939c869485ae26)
+++ uspace/drv/vhc/hcd.c	(revision dffabf0f8ffadf4e01499b08d3f215e8de2ab6e3)
@@ -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);
 }
