From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754293AbZEZH5F (ORCPT ); Tue, 26 May 2009 03:57:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751347AbZEZH4w (ORCPT ); Tue, 26 May 2009 03:56:52 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:33827 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752554AbZEZH4v (ORCPT ); Tue, 26 May 2009 03:56:51 -0400 Date: Tue, 26 May 2009 08:56:05 +0100 From: Alan Cox To: yanh@lemote.com Cc: "Martin K. Petersen" , Sergei Shtylyov , Bartlomiej Zolnierkiewicz , =?UTF-8?B?6IOh5rSq5YW1?= , wuzhangjin@gmail.com, linux-mips@linux-mips.org, Ralf Baechle , IDE/ATA development list , Linux Kernel , linux-scsi , Philippe Vachon , Zhang Le , Zhang Fuxin , Arnaud Patard , loongson-dev@googlegroups.com, gnewsense-dev@nongnu.org, Nicholas Mc Guire , Liu Junliang , Erwan Lerale Subject: Re: [loongson-PATCH-v1 24/27] fixup for FUJITSU disk Message-ID: <20090526085605.014d0087@lxorguk.ukuu.org.uk> In-Reply-To: <1243300890.9819.40.camel@localhost.localdomain> References: <1243230339.9819.18.camel@localhost.localdomain> <4A1A4A54.6090401@lemote.com> <200905251656.25357.bzolnier@gmail.com> <4A1AEBF7.7040402@ru.mvista.com> <1243300890.9819.40.camel@localhost.localdomain> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) 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 > > In any case I have yet to see a CS5536 system whose BIOS sets the cable > > detection bit. If that's the problem I guess we could add a quirk flag > > to override the (lack of) BIOS setting. > > > This may be the cause that udma5 cannot be set. If the system doesn't have working BIOS cable detect as per the documentation for the chip then just return the "unknown" cable type and libata will do device side cable detect. Alan