From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: What's left in libata-dev.git? Date: Thu, 25 Oct 2007 19:05:14 +0900 Message-ID: <47206A5A.7080306@gmail.com> References: <472067FD.3060400@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from rv-out-0910.google.com ([209.85.198.185]:10435 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753174AbXJYKF2 (ORCPT ); Thu, 25 Oct 2007 06:05:28 -0400 Received: by rv-out-0910.google.com with SMTP id k20so427536rvb for ; Thu, 25 Oct 2007 03:05:27 -0700 (PDT) In-Reply-To: <472067FD.3060400@garzik.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jeff Garzik Cc: IDE/ATA development list , Linux Kernel Mailing List , linux-scsi , Bartlomiej Zolnierkiewicz , Alan , Jens Axboe , Andrew Morton , Kristen Carlson Accardi , Jason Gaston Jeff Garzik wrote: > 3) Tejun: libata: implement ata_wait_after_reset() > > ^^^ Tejun, what case does this solve? Still needed? Not needed yet. It will be necessary to support a weird device (CF bridged over SATA) but it's a nice clean up regardless (instead of quoting ATADVDR in every reset functions). Any reason not to put it in? -- tejun