aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/usb/ehci_debug.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/usb/ehci_debug.c b/src/drivers/usb/ehci_debug.c
index 739e599c65..5af8e2edbb 100644
--- a/src/drivers/usb/ehci_debug.c
+++ b/src/drivers/usb/ehci_debug.c
@@ -563,13 +563,6 @@ try_next_port:
}
dprintk(BIOS_INFO, "EHCI debug port enabled.\n");
-#if 0
- /* Completely transfer the debug device to the debug controller */
- portsc = read32(&ehci_regs->port_status[debug_port - 1]);
- portsc &= ~PORT_PE;
- write32(&ehci_regs->port_status[debug_port - 1], portsc);
-#endif
-
dbgp_mdelay(100);
struct ehci_dbg_port *port = (void *)(uintptr_t)info->ehci_debug;