Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265743AbUFDLlH (ORCPT ); Fri, 4 Jun 2004 07:41:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265745AbUFDLlH (ORCPT ); Fri, 4 Jun 2004 07:41:07 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:30879 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id S265743AbUFDLlC (ORCPT ); Fri, 4 Jun 2004 07:41:02 -0400 From: Bartlomiej Zolnierkiewicz To: Jens Axboe , mattia Subject: Re: DriveReady SeekComplete Error Date: Fri, 4 Jun 2004 13:44:30 +0200 User-Agent: KMail/1.5.3 Cc: linux-kernel@vger.kernel.org, Andrew Morton References: <20040604102258.GR1946@suse.de> In-Reply-To: <20040604102258.GR1946@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406041344.30738.bzolnier@elka.pw.edu.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2355 Lines: 55 On Friday 04 of June 2004 12:22, Jens Axboe wrote: > damnit, don't trim the cc list! > > On Fri, Jun 04 2004, mattia wrote: > > I have the following error (kernel 2.6.6): > > > > Jun 4 08:05:43 blink kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 > > Jun 4 08:05:43 blink kernel: hdc: Maxtor 6Y160P0, ATA DISK drive > > Jun 4 08:05:43 blink kernel: hdd: Maxtor 6Y120L0, ATA DISK drive > > Jun 4 08:05:43 blink kernel: ide1 at 0x170-0x177,0x376 on irq 15 > > Jun 4 08:05:43 blink kernel: hda: max request size: 128KiB > > Jun 4 08:05:43 blink kernel: hda: 78177792 sectors (40027 MB) w/1819KiB > > Cache, CHS=65535/16/63, UDMA(100) > > Jun 4 08:05:43 blink kernel: hda: hda1 hda2 hda3 > > Jun 4 08:05:43 blink kernel: hdc: max request size: 1024KiB > > Jun 4 08:05:43 blink kernel: hdc: 320173056 sectors (163928 MB) > > w/7936KiB Cache, CHS=19929/255/63, UDMA(100) > > Jun 4 08:05:43 blink kernel: hdc: hdc1 > > Jun 4 08:05:43 blink kernel: hdd: max request size: 128KiB > > Jun 4 08:05:43 blink kernel: hdd: 240121728 sectors (122942 MB) > > w/2048KiB Cache, CHS=65535/16/63, UDMA(100) > > Jun 4 08:05:43 blink kernel: hdd: hdd1 hdd2 hdd3 > > Jun 4 08:05:43 blink kernel: hdd: task_no_data_intr: status=0x51 { > > DriveReady SeekComplete Error } > > Jun 4 08:05:43 blink kernel: hdd: task_no_data_intr: error=0x04 { > > DriveStatusError } > > Jun 4 08:05:43 blink kernel: hdd: Write Cache FAILED Flushing! > > > > > > I found somewhere that's something wrong with that maxtor drive. > > However, everything works fine. > > There's nothing wrong with the drive technically, it's just odd (lba48 > without FLUSH_CACHE_EXT). It's really a linux ide bug that's fixed in > newer kernels. 2.6.7 will fix your problem. Wrong. Bug is a combination of a very minor firmware quirk and lack of strict checking in Linux IDE driver. FLUSH_CACHE_EXT bit is set but it is not supported (but it is not a problem because LBA48 is not supported also). It is fixed in 2.6.7-rc1 but your IDE barrier patch has this problem (just reminding you that it is still not fixed in 2.6.7-rc2-mm2). Cheers, Bartlomiej - 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/