From 4aaa9b7e360776d68ffbab0d8ea15b5fa801da97 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Sat, 18 May 2013 00:17:04 +0000 Subject: [PATCH] that would be too verbose git-svn-id: svn://kolibrios.org@3522 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/bus/usb/ehci.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/trunk/bus/usb/ehci.inc b/kernel/trunk/bus/usb/ehci.inc index 2576a36382..bdc4f863fd 100644 --- a/kernel/trunk/bus/usb/ehci.inc +++ b/kernel/trunk/bus/usb/ehci.inc @@ -520,7 +520,6 @@ end if call delay_ms pop esi @@: - DEBUGF 1,'K : EHCI %x: command = %x, status = %x\n',esi,[edi+EhciCommandReg],[edi+EhciStatusReg] ; 9. Return pointer to usb_controller. xchg eax, esi ret @@ -739,7 +738,6 @@ end virtual mov edi, [esi+ehci_controller.MMIOBase2-sizeof.ehci_controller] spin_lock_irqsave [esi+usb_controller.WaitSpinlock] mov eax, [edi+EhciStatusReg] - mov ecx, eax ; DEBUGF 1,'K : [%d] EHCI status %x\n',[timer_ticks],eax ; 3. Check whether that interrupt has been generated by our controller. ; (One IRQ can be shared by several devices.) @@ -750,7 +748,6 @@ end virtual ; new events could arise while we are processing those, this way we won't lose ; them (the controller would generate another interrupt after completion ; of this one). - DEBUGF 1,'K : EHCI %x interrupt: status = %x, enable = %x\n',esi,ecx,[edi+EhciInterruptReg] ; DEBUGF 1,'K : EHCI interrupt: status = %x\n',eax mov [edi+EhciStatusReg], eax ; 5. Sanity check.