Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762701AbYHDUMg (ORCPT ); Mon, 4 Aug 2008 16:12:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755058AbYHDUM2 (ORCPT ); Mon, 4 Aug 2008 16:12:28 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:57820 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755000AbYHDUM1 (ORCPT ); Mon, 4 Aug 2008 16:12:27 -0400 Date: Mon, 4 Aug 2008 20:55:08 +0100 From: Alan Cox To: Robert Hancock Cc: Bartlomiej Zolnierkiewicz , James Bottomley , ksummit-2008-discuss@lists.linux-foundation.org, linux-kernel , linux-ide Subject: Re: Kernel Summit request for Discussion of future of ATA (libata) and IDE Message-ID: <20080804205508.20a3f917@lxorguk.ukuu.org.uk> In-Reply-To: <48976168.3020804@shaw.ca> References: <48976168.3020804@shaw.ca> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; x86_64-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 25 > I was looking into the 32-bit PIO issue a bit yesterday. It looks like > some of the VLB libata drivers are doing this internally already, so it > shouldn't be hard to do this in the core. Only question is how we know > generically if the controller can do it or not? It looks like in old You don't. Basically it is controller dependant. Pretty much all the newer controllers support the 32bit PIO data cycles. Most PCI controllers it makes no speed difference but host bus controllers (especially PIIX/ICH) really benefit. > supported. I couldn't track down where that bit was actually defined in > the first place, all the way back to ATA-1 it seems to be indicated as > reserved. Actually, I'm not sure why the drive cares in the first place, > it would seem like a pure host controller issue.. It goes back before IDE into the depths of the original compaq spec. When you have a device wired basically directly to the ISA bus (original IDE) it mattered. I don't believe it is relevant to any of the PCI controllers. Alan -- 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/