X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=usb%2Fhost%2Fohci.c;h=6feff77f4f0915ac34160bc4d5c59e3c0153e0ca;hp=a7ef894147e48028dc06bbff225dc0e1b0270bba;hb=a553702c41879a83bb8931372d06e377fe88181d;hpb=f57c39027e4f153e0ce2f3ab847fb83da624e31d diff --git a/usb/host/ohci.c b/usb/host/ohci.c index a7ef894..6feff77 100644 --- a/usb/host/ohci.c +++ b/usb/host/ohci.c @@ -191,10 +191,9 @@ void hcdi_fire(u32 reg) /* poll until edhead->headp is null */ do { sync_before_read(edhead, sizeof(struct endpoint_descriptor)); -//#ifdef _DU_OHCI_F +#ifdef _DU_OHCI_F printf("edhead->headp: 0x%08X\n", LE(edhead->headp)); -//#endif - udelay(10000); +#endif /* if halted, debug output plz. will break the transfer */ if((LE(edhead->headp) & OHCI_ENDPOINT_HALTED)) {