Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677Ab0BWMVJ (ORCPT ); Tue, 23 Feb 2010 07:21:09 -0500 Received: from mail-fx0-f219.google.com ([209.85.220.219]:43176 "EHLO mail-fx0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480Ab0BWMVF (ORCPT ); Tue, 23 Feb 2010 07:21:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:message-id:content-type:content-transfer-encoding; b=mQ6NCifGS6NFRfO59RPzktS9YjK65AnpaKGdt1m3rzRoXTG1ZnBgjTE89jbfD1YX4X EiN8T6LlMky6AYB3zVdeJALzCSNAdWY+a1Gkci0lf1LS1z3SOQe1apoDeEfgeJDKK2Ge AzodCjKhcjW1iaZCwKX7lkG3o+xc6H48Zop+Y= From: Bartlomiej Zolnierkiewicz To: Jeff Garzik Subject: Re: [git patch] atang tree: enhanced SSD detection Date: Tue, 23 Feb 2010 13:13:52 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31.12-0.1-desktop; KDE/4.3.1; x86_64; ; ) Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org References: <201002211841.24936.bzolnier@gmail.com> <4B8370D5.1070302@garzik.org> In-Reply-To: <4B8370D5.1070302@garzik.org> MIME-Version: 1.0 Message-Id: <201002231313.52569.bzolnier@gmail.com> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2775 Lines: 70 On Tuesday 23 February 2010 07:08:21 am Jeff Garzik wrote: > On 02/21/2010 12:41 PM, Bartlomiej Zolnierkiewicz wrote: > > DISCLAIMER: the fact of getting patches merged into atang tree means > > that from now on they will be getting updates for changes happening > > in atang tree and it should not be treated as an indication regarding > > decisions taken by 'upstream' kernel trees > > > > > > Improve SSD detection so block layer optimizations can be applied > > to many more SSD devices. > > > > > > The following changes since commit 17c619273d412ed7b6120e448f87b2329457fc90: > > Bartlomiej Zolnierkiewicz (1): > > pata_oldpiix: enable parallel scan > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/bart/misc.git atang-v4.7 > > > > Bartlomiej Zolnierkiewicz (1): > > libata: enhanced SSD detection > > > > drivers/ata/libata-core.c | 3 +++ > > drivers/ata/libata-scsi.c | 18 ++++++++++-------- > > include/linux/libata.h | 1 + > > 3 files changed, 14 insertions(+), 8 deletions(-) > > > > > > commit ded92e0d01fbb7f27bec7a35606847a2547e95e0 > > Author: Bartlomiej Zolnierkiewicz > > Date: Sun Feb 21 18:31:18 2010 +0100 > > > > libata: enhanced SSD detection > > > > Many SSD devices predate or just don't implement non-rotational > > media type advertisement through the word 217 of the id block so > > check also the product id for 'SSD' substring to automatically > > detect SSD devices and apply relevant block layer optimizations. > > > > This is based on earlier Jeff Garzik's patch from April 2009: > > http://lkml.org/lkml/2009/4/7/495 > > > > While at it: > > - cleanup ata_scsi_dev_config() a bit > > > > Tested with ASUS-PHISON SSD devices found in Asus Eee 901. > > > > Cc: Jeff Garzik > > Signed-off-by: Bartlomiej Zolnierkiewicz > > Yes, I agree we need something like this. I will review for atang > dependencies, and then make sure it gets applied to upstream. > > The previous discussion of this approach concluded weakly with "poor > heuristic", but a better approach did not materialize. > > One question, though: why did you drop ata_id_is_ssd() test? This test is not in the 'upstream' any longer as 'standard' detection is now handled through libata-scsi emulation layer (after SSD related SCSI changes made by Martin K. Petersen, commit f17259a etc). -- Bartlomiej Zolnierkiewicz -- 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/