Index: uspace/drv/ohci/hc.c
===================================================================
--- uspace/drv/ohci/hc.c	(revision 92d6868acefb75faf04356ff5afea6f519df39c9)
+++ uspace/drv/ohci/hc.c	(revision 049eb877f0d0f895e826c16311bcf58d26511f0a)
@@ -183,4 +183,12 @@
 	 * maintain reset for at least the time specified in USB spec (50 ms)*/
 	async_usleep(50000);
+
+	/* turn off legacy emulation */
+	volatile uint32_t *ohci_emulation_reg =
+	    (uint32_t*)((char*)instance->registers + 0x100);
+	usb_log_info("OHCI legacy register status %p: %x.\n",
+		ohci_emulation_reg, *ohci_emulation_reg);
+	*ohci_emulation_reg = 0;
+
 }
 /*----------------------------------------------------------------------------*/
