Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762794AbXFARgS (ORCPT ); Fri, 1 Jun 2007 13:36:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762394AbXFARgD (ORCPT ); Fri, 1 Jun 2007 13:36:03 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:53943 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759939AbXFARgA (ORCPT ); Fri, 1 Jun 2007 13:36:00 -0400 Message-ID: <466058F8.4050107@pobox.com> Date: Fri, 01 Jun 2007 13:35:52 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Linus Torvalds CC: Tejun Heo , Gregor Jasny , Linux Kernel Mailing List , linux-ide@vger.kernel.org, Alan Cox Subject: Re: Linux v2.6.22-rc3 References: <9d2cd630705270801m2826be60p3f802c502b26c531@mail.gmail.com> <46599E6B.1000209@pobox.com> <9d2cd630705270907y4722653cpf79f073fa8f12f08@mail.gmail.com> <9d2cd630705271315x7030c91ew2f175c921c022880@mail.gmail.com> <465AA536.6080608@gmail.com> <9d2cd630705280707h4921900fxc93a07a87f0bdf66@mail.gmail.com> <465BF244.5080200@gmail.com> <465F6F48.8080804@gmail.com> <465F8230.2040105@gmail.com> <46604E62.1000105@pobox.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.8 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1698 Lines: 41 Linus Torvalds wrote: > > On Fri, 1 Jun 2007, Jeff Garzik wrote: >> I'm about to dive into some heads-down RHEL backporting (whee), so I cannot >> look at the code in depth this weekend, but here are my basic thoughts: >> >> * We knew there would be fallout from the new reset-sequence code, and this is >> clearly in that category. >> >> * It worked before #reset-seq merge AFAICT, which implies the old method of >> probing -- which included SRST -- worked. > > Well, I don't think it really "worked" before. It apparently always had a > bad 30-second timeout (probably because the reset just didn't work at > all). It's just that the old code didn't care, and since the identify then > worked, it was all good. Ah, indeed. I certainly prefer the old result to the new one. With these old PATA devices, device reset is "six of one, half-dozen of the other." Using SRST is the only way to kick some ATAPI devices into working: http://suif.stanford.edu/~csapuntz/blackmagic.html#reset I'm mainly interested in hearing feedback from Fedora 7 damage, before making a major decision about the probing code. If this is a single dain bramaged device, we should avoid punishing the majority. But if this is a trend, it warrants careful reconsideration. The current code already has the IDENTIFY retry stuff, so it sounds like restoring the "don't care" part should be enough to restore the older behavior. Jeff - 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/