Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760293AbYHCWSt (ORCPT ); Sun, 3 Aug 2008 18:18:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757363AbYHCWSj (ORCPT ); Sun, 3 Aug 2008 18:18:39 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:44743 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757540AbYHCWSi (ORCPT ); Sun, 3 Aug 2008 18:18:38 -0400 Date: Sun, 3 Aug 2008 23:01:20 +0100 From: Alan Cox To: "Bartlomiej Zolnierkiewicz" Cc: "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: <20080803230120.155aa3e5@lxorguk.ukuu.org.uk> In-Reply-To: <58cb370e0808031309n54052c51m744c479aa69b2f4a@mail.gmail.com> References: <1217779055.4179.10.camel@localhost.localdomain> <58cb370e0808031309n54052c51m744c479aa69b2f4a@mail.gmail.com> 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: 2142 Lines: 48 > - "difficult" legacy PC-class hardware (i.e. secondary interface on > CY82C693 etc) Yep - probably an hours work but I've simply not been able to get the relevant hardware to test. > * There are still regressions in many libata PCI host drivers dating back > to their rushed introduction. I don't think we have any that are real straight forward "you forgot something" regressions now. There are a few "works with A not B" cases in both directions that we'll probably take ages to figure out. > * There are still corner case in libata core - PIO is dead slow > compared to drivers/ide/, There are two there - libata keeps IRQs blocked for longer in PIO mode as well which is a factor for realtime that needs looking at, as well as using 16bit not 32bit I/O for most devices (which is trivial to fix). The IRQ masking stuff is more complex and old IDE handles it far better for PIO on non shared IRQ interfaces. That is actually probably the most complicated thing to address of the stuff you'd want to do if you were going to kill off old IDE. > "serialized" hosts are not supported, some quirks for obsolete > hardware got lost... Serialized hardware has been supported since 2.6.24 or so. Not sure there are any quirks for obsolete hardware now missing but its always fun trying to nail them all. Libata can support per command serializing and pretty much arbitarily complex serializing rules via qc_defer. > > The proposal is to discuss the future of these two subsystems and arrive > > at a consensus what's happening to each going forwards. > > Well, I'm looking forward to discuss the future of Linux ATA support. Have fun, but don't expect me to respect any decisions made off public lists. I don't really see any point worrying about it - porting m68k to libata is of minimal value for example and there is little likelyhood of Amiga AHCI SATA suddenely appearing. 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/