original comment: +Wilson03172004,marked due to this pci host does not support MWI
authorDobrica Pavlinusic <dpavlin@brr.lan>
Mon, 14 May 2007 04:50:15 +0000 (23:50 -0500)
committerDobrica Pavlinusic <dpavlin@brr.lan>
Mon, 14 May 2007 04:50:15 +0000 (23:50 -0500)
drivers/usb/host/ehci-hcd.c

index 403f231..afbd26d 100644 (file)
@@ -437,7 +437,8 @@ static int ehci_start (struct usb_hcd *hcd)
        }
 
        /* help hc dma work well with cachelines */
-       pci_set_mwi (ehci->hcd.pdev);
+       //pci_set_mwi (ehci->hcd.pdev); //+Wilson03172004,marked due to this pci host 
+                                       //does not support MWI
 
        /* clear interrupt enables, set irq latency */
        temp = readl (&ehci->regs->command) & 0x0fff;