Index: uspace/drv/uhci-hcd/uhci.c
===================================================================
--- uspace/drv/uhci-hcd/uhci.c	(revision dcef36698272b245ef00b1977b7b66116c30f05f)
+++ uspace/drv/uhci-hcd/uhci.c	(revision 9e4f6a7e1c10baea8ba3e894f009649772e90555)
@@ -172,5 +172,4 @@
 	}
 
-
 	if (size >= 1024) {
 		usb_log_warning("Transfer too big.\n");
@@ -235,7 +234,10 @@
 				current_list->name, it ? "SOMETHING" : "EMPTY");
 
-			if (it)
-				usb_log_debug("First in queue: %p (%x).\n",
-					it, it->status);
+			if (it) {
+				usb_log_debug("First in queue: %p (%x) PA:%x.\n",
+					it, it->status, addr_to_phys((void*)it) );
+				usb_log_debug("First to send: %x\n",
+					(current_list->queue_head->element & (~0xf)) );
+			}
 
 			while (current_list->first &&
