summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/usbuhci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/src/9/pc/usbuhci.c b/sys/src/9/pc/usbuhci.c
index f532d071d..92757b9b0 100644
--- a/sys/src/9/pc/usbuhci.c
+++ b/sys/src/9/pc/usbuhci.c
@@ -958,10 +958,6 @@ interrupt(Ureg*, void *a)
}
OUTS(Status, sts & Sall);
cmd = INS(Cmd);
- if((cmd & Crun) == 0){
- iprint("uhci %#ux: not running: uhci bug?\n", ctlr->port);
- /* BUG: should abort everything in this case */
- }
if(debug > 1){
frptr = INL(Flbaseadd);
frno = INL(Frnum);