From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 07:43:23 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 57D0B16A4CE for ; Mon, 4 Oct 2004 07:43:23 +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 9BF9543D1D for ; Mon, 4 Oct 2004 07:43:22 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (axiell-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i947hIk3039460; Mon, 4 Oct 2004 09:43:20 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4160FF10.2090006@DeepCore.dk> Date: Mon, 04 Oct 2004 09:43:12 +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: Tomas Randa References: <1096836705.1446.4.camel@ares.office.internetservice.cz> In-Reply-To: <1096836705.1446.4.camel@ares.office.internetservice.cz> 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: freebsd-current@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 07:43:23 -0000 Tomas Randa wrote: > Hi, >=20 > I am running VIA8237 ata controller with BETA6 from 02.10.04 and in > dmesg still have the following errors: >=20 > ad0: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=3D846= 959 Those messages are just that a WARNING that you system has processed the = command and has gotten the result back from the HW, however tht=20 taskqueue that should send the result back to the system hasn't run yet..= --=20 -S=F8ren