From: Dobrica Pavlinusic Date: Mon, 14 May 2007 04:50:15 +0000 (-0500) Subject: original comment: +Wilson03172004,marked due to this pci host does not support MWI X-Git-Url: http://git.rot13.org/?p=linux-2.4.git;a=commitdiff_plain;h=a71bde8a2b21de795118891f8b357c7904e1ac39 original comment: +Wilson03172004,marked due to this pci host does not support MWI --- diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 403f231..afbd26d 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -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;