From owner-freebsd-stable@FreeBSD.ORG Wed Aug 10 12:13:45 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31DE16A41F for ; Wed, 10 Aug 2005 12:13:45 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7C643D58 for ; Wed, 10 Aug 2005 12:13:43 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice6.sentex.ca (pumice6.sentex.ca [64.7.153.21]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j7ACCjgu084191 for ; Wed, 10 Aug 2005 08:12:45 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice6.sentex.ca (8.13.3/8.13.3) with ESMTP id j7ACDgWT050007; Wed, 10 Aug 2005 08:13:42 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j7ACDdsb031439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Aug 2005 08:13:39 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050810081251.05298ff0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Wed, 10 Aug 2005 08:15:50 -0400 To: Matthias Buelow , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20050810024618.GA8198@drjekyll.mkbuelow.net> References: <42F7F7E8.1020507@mail.uni-mainz.de> <42F9009E.3030601@mac.com> <42F9609E.1010207@goldsword.com> <20050810023111.GA2913@FS.denninger.net> <20050810024618.GA8198@drjekyll.mkbuelow.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.21 Cc: Subject: Re: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 12:13:46 -0000 At 10:46 PM 09/08/2005, Matthias Buelow wrote: >Karl Denninger wrote: > > >SII chipsets were ok in 4.x, but the newer ATA code broke badly with them. > >I've had a PR open on this since February, and many others have reported > >similar issues. The problems still exist in the 6.x-BETA releases I've > >checked out, and are in some cases MORE severe (for me anyway) than they are > >in 5.4. > >Well, it doesn't affect just the SII chips.. I see the same on an >Intel ICH6 chipset but never after the kernel has mounted the root >fs. Sometimes it takes several attempts until it manages to do so, >though. The machine works w/o any such problems on other OSes. I've I have ICH6 boxes and they run just fine without issue. Have you checked to see if it actually has bad sectors or is a problem with your tray (if you use one) [verify1]% dmesg | grep -i ich uhci0: port 0xe000-0xe01f at device 29.0 on pci0 usb0: on uhci0 uhci1: port 0xe100-0xe11f at device 29.1 on pci0 usb1: on uhci1 uhci2: port 0xe200-0xe21f at device 29.2 on pci0 usb2: on uhci2 uhci3: port 0xe300-0xe31f at device 29.3 on pci0 usb3: on uhci3 fxp0: port 0xd000-0xd03f mem 0xd0000000-0xd0000fff irq 10 at device 8.0 on pci1 atapci0: port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.2 on pci0 [verify1]% Master: ad0 Serial ATA v1.0 ---Mike