Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754543AbZGGBuU (ORCPT ); Mon, 6 Jul 2009 21:50:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753499AbZGGBuI (ORCPT ); Mon, 6 Jul 2009 21:50:08 -0400 Received: from netrider.rowland.org ([192.131.102.5]:33518 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752994AbZGGBuG (ORCPT ); Mon, 6 Jul 2009 21:50:06 -0400 Date: Mon, 6 Jul 2009 21:50:09 -0400 (EDT) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Zbigniew Luszpinski cc: linux-usb@vger.kernel.org, Subject: Re: PROBLEM: Nvidia OHCI chipset MCP78S (Geforce 8200) hangs on > 1Mbit transfers if noapic/acpi=noirq is missing In-Reply-To: <200907062340.56308.zbiggy@o2.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 25 On Mon, 6 Jul 2009, Zbigniew Luszpinski wrote: > I hope I find here someone who wrote or know Linux ohci driver so he/she knows > how to slow down ohci bulk/iso IO operations without breaking hotplug. The speed of iso operations cannot be changed, because the transactions have to occur at a specified interval. OHCI doesn't provide any way to slow down bulk operations either, once a bulk URB has been submitted. The best you can do is slow down the rate of submission. But you already tried that and it didn't work. > It looks Linux ohci driver is more aggressive on ohci IO than windows one so > making Linux less timing demanding would help my MCP78S keep working. I suspect you're looking in the wrong direction. There's probably something wrong at a deeper level, in the chipset drivers for instance. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/