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