From a71bde8a2b21de795118891f8b357c7904e1ac39 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 13 May 2007 23:50:15 -0500 Subject: [PATCH] original comment: +Wilson03172004,marked due to this pci host does not support MWI --- drivers/usb/host/ehci-hcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1