From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 20:27:39 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 A555E16A4CE; Mon, 4 Oct 2004 20:27:39 +0000 (GMT) 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 96D2043D41; Mon, 4 Oct 2004 20:27:38 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i94KRYxn046741; Mon, 4 Oct 2004 22:27:36 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4161B231.6010204@DeepCore.dk> Date: Mon, 04 Oct 2004 22:27:29 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <1096836705.1446.4.camel@ares.office.internetservice.cz> <20041004172557.26d69489@it.buh.tecnik93.com> <1096911187.643.3.camel@ares.office.internetservice.cz> <4161A8AA.4090702@DeepCore.dk> <20041004231755.4de8f22b@it.buh.tecnik93.com> In-Reply-To: <20041004231755.4de8f22b@it.buh.tecnik93.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: Tomas Randa cc: freebsd-current@freebsd.org cc: doc@freebsd.org Subject: Re: persisting ATA problems 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: Mon, 04 Oct 2004 20:27:39 -0000 Ion-Mihai Tetcu wrote: > On Mon, 04 Oct 2004 21:46:50 +0200 > S=F8ren Schmidt wrote: >=20 > [ ... ] >=20 >=20 >>>Today I had the following in log: >>> >>>ad0: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=3D63= 7375 >>> >>>i don`t know exactly what does it mean and if data was written or not.= =2E >>>can anybody explain it? >> >>It just means that the data has hit the disk but the taskqueue that=20 >>should return data to the system hasn't yet. This is a warning ... >=20 > I would suggest an entry in the FAQ explaining the *_DMA errors; S=F8re= n, > I can do the SGML formatting if you send me some text. First of, they are not just about _DMA, and there isn't much to explain. There are two types: WARNINGS: just some noise about things that are not as expected, but could be=20 fixed or otherwise worked around, but not yet a: FAILURE: operation failed, uncorrectable error. That is the general meaning of those two words where I come from... --=20 -S=F8ren