Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262063AbTK3Sbx (ORCPT ); Sun, 30 Nov 2003 13:31:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262707AbTK3Sbx (ORCPT ); Sun, 30 Nov 2003 13:31:53 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:4789 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S262063AbTK3Sbv (ORCPT ); Sun, 30 Nov 2003 13:31:51 -0500 Message-ID: <3FCA3787.1000104@pobox.com> Date: Sun, 30 Nov 2003 13:31:35 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jens Axboe CC: Vojtech Pavlik , Bartlomiej Zolnierkiewicz , "Prakash K. Cheemplavam" , marcush@onlinehome.de, linux-kernel@vger.kernel.org, eric_mudama@Maxtor.com Subject: Re: Silicon Image 3112A SATA trouble References: <3FC36057.40108@gmx.de> <3FCA1DD3.70004@pobox.com> <20031130165146.GY10679@suse.de> <200311301758.53885.bzolnier@elka.pw.edu.pl> <3FCA2380.1050902@pobox.com> <20031130171006.GA10679@suse.de> <20031130175649.GA18670@ucw.cz> <20031130181723.GD6454@suse.de> <3FCA34A6.3010600@pobox.com> <20031130182232.GF6454@suse.de> In-Reply-To: <20031130182232.GF6454@suse.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jens Axboe wrote: > Ah, my line wasn't completely clear (to say the least)... So to clear > all doubts: > > if ((sector_count % 15 == 1) && (sector_count != 1)) > errata path > > Agree? Agreed. The confusion here is most likely my fault, as my original post intentionally inverted the logic for illustrative purposes (hah!)... > Well, the constraint we must satisfy is > > sector_count % 15 != 1 > > (i.e. "== 1" causes the lockup) And to think, English is my only language... 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/