From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 13:31:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EEB16A4CE for ; Thu, 5 Feb 2004 13:31:19 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318C943D6A for ; Thu, 5 Feb 2004 13:30:49 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i15LQnCm060243; Thu, 5 Feb 2004 22:26:49 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <4022B5EF.4030807@DeepCore.dk> Date: Thu, 05 Feb 2004 22:30:23 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Andresen References: <4022B03B.8070205@mitre.org> In-Reply-To: <4022B03B.8070205@mitre.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Fri, 06 Feb 2004 05:12:59 -0800 cc: freebsd-current@freebsd.org Subject: Re: SATA write woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 21:31:19 -0000 Jason Andresen wrote: > Running 5.2-RELEASE I've had some trouble with a pair of SATA drives I > attached to the system. Whenever I'm doing heavy writing to the drives, > they occasionally freeze the system for a couple of moments and spit out > a message like: > > ad6: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=298264960 > ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=299205856 > ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=89954144 > ad6: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=92024064 > > to the console. > > The controller is: > > atapci0: port > 0xc000-0xc00f,0xbc00-0xbc03,0xb800-0xb807,0xb400-0xb403,0xb000-0xb007 > mem 0xde002000-0xde0021ff irq 10 at device 11.0 on pci1 > atapci0: [MPSAFE] > ata2: at 0xde002000 on atapci0 > ata2: [MPSAFE] > ata3: at 0xde002000 on atapci0 > ata3: [MPSAFE] > > The disks are: > > GEOM: create disk ad4 dp=0xc5f33660 > ad4: 194481MB [395136/16/63] at ata2-master UDMA100 > GEOM: create disk ad6 dp=0xc5f33360 > ad6: 194481MB [395136/16/63] at ata3-master UDMA100 > GEOM: create disk ar0 dp=0xc5f3b1e0 > ar0: 388961MB [49585/255/63] status: READY subdisks: > disk0 READY on ad4 at ata2-master > disk1 READY on ad6 at ata3-master > > They are in a RAID0 array created using the builtin software RAID in ata. > > Is this a hardware issue? I don't have much spare SATA equipment to > swap around for testing purposes. Yes, this is a "feature" of the broken silicon in the Sii3112 chip... -- -Søren