From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932220AbWGGR1c (ORCPT ); Fri, 7 Jul 2006 13:27:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932188AbWGGR1c (ORCPT ); Fri, 7 Jul 2006 13:27:32 -0400 Received: from [81.2.110.250] ([81.2.110.250]:55504 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S932220AbWGGR1b (ORCPT ); Fri, 7 Jul 2006 13:27:31 -0400 Subject: Re: 2.6.17-mm6 From: Alan Cox To: Jeff Garzik Cc: "Randy.Dunlap" , jamagallon@ono.com, akpm@osdl.org, linux-kernel@vger.kernel.org In-Reply-To: <44AE966F.8090506@garzik.org> References: <20060703030355.420c7155.akpm@osdl.org> <20060705234347.47ef2600@werewolf.auna.net> <20060705155602.6e0b4dce.akpm@osdl.org> <20060706015706.37acb9af@werewolf.auna.net> <20060705170228.9e595851.akpm@osdl.org> <20060706163646.735f419f@werewolf.auna.net> <20060706164802.6085d203@werewolf.auna.net> <20060706234425.678cbc2f@werewolf.auna.net> <20060706145752.64ceddd0.akpm@osdl.org> <1152288168.20883.8.camel@localhost.localdomain> <20060707175509.14ea9187@werewolf.auna.net> <1152290643.20883.25.camel@localhost.localdomain> <20060707093432.571af16e.rdunlap@xenotime.net> <1152292196.20883.48.camel@localhost.localdomain> <44AE966F.8090506@garzik.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 07 Jul 2006 18:44:05 +0100 Message-Id: <1152294245.20883.52.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ar Gwe, 2006-07-07 am 13:14 -0400, ysgrifennodd Jeff Garzik: > Most older controllers always fall into pata_, most newer into sata_, > and an odd few ata_ > > Its a bug if you don't help maintain these assumptions :) It would be very hard to do so. Almost anything can and (alas) did have sata bridges nailed to it early on. Almost every later highpoint, promise and ati chip has been found with SATA bridges attached. I've tried to follow the convention on the basis of "not usually found nailed to a SATA bridge chip". If we want to be strict then most of pata_ is ata_ and the prefix really isn't useful. Easy move to make and submit but is it actually useful to do so ? And what about IDE/SATA convertor boards ? Alan