From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: Kernel 2.6.30rc7 limits IDE to UDMA33 Date: Sat, 6 Jun 2009 23:08:52 +0100 Message-ID: <20090606230852.200d1432@lxorguk.ukuu.org.uk> References: <4A25F688.9000407@gmail.com> <20090603131407.57c490ed@lxorguk.ukuu.org.uk> <20090603140140.491a8ea8@lxorguk.ukuu.org.uk> <20090605100505.41b3b818@lxorguk.ukuu.org.uk> <20090605114245.175499e1@lxorguk.ukuu.org.uk> <4A29C163.3080706@gmail.com> <20090606155636.18bc4f2e@lxorguk.ukuu.org.uk> <4A2AB298.7020603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:54633 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752712AbZFFWIc (ORCPT ); Sat, 6 Jun 2009 18:08:32 -0400 In-Reply-To: <4A2AB298.7020603@gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Robert Hancock Cc: Grozdan , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Tejun Heo > > Drive side detection doesn't work for many VIA boards, the neccessary > > components are not included. > > Ugh, seems they messed this stuff up as bad as NVIDIA did.. Nvidia seem to have gotten it close to right. The Nvidia chipsets use ACPI for reporting and only ACPI. The ACPI parts are pretty reliable, its just if your ACPI is busted.... > Well, that's pretty much the same thing that GTM does (it generally just > reads the configured mode out of the controller registers). So it really > wouldn't be much worse than what we're doing now. > > Thing is somehow the GTM detection isn't working now and it apparently > was in 2.6.27.1. I'm not seeing any patches to pata_via or libata-acpi > that seem like they would affect this offhand. Grozdan, would you be > able to try git bisect to try to figure out what changed the behavior? Could be power management. Something is putting devices into D3 that didn't use to happen. That was what broke the ALi ATA driver and I could believe a D3 transition of the IDE controller broke the BIOS configuration.