From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 12:20:20 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 B7F5816A4D3 for ; Wed, 11 Aug 2004 12:20:20 +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 D8CC143D53 for ; Wed, 11 Aug 2004 12:20:19 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (csc-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7BCKCG0066508; Wed, 11 Aug 2004 14:20:17 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <411A0EF0.4090808@DeepCore.dk> Date: Wed, 11 Aug 2004 14:20:00 +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: Daniel Eriksson References: In-Reply-To: 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 cc: 'Ville-Pertti Keinonen' Subject: Re: ATA driver races with interrupts 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: Wed, 11 Aug 2004 12:20:20 -0000 Daniel Eriksson wrote: > Unfortunately it didn't take too long for it to lock up. After 42 hours= of > uptime with very light I/O load on the SATA discs (plus the SMART monit= or), > one of the channels locked up. No interesting messages in the logs, jus= t the > normal "removed from configuration" message I've reported before. >=20 > Any suggestions on how to proceed? How about not running the SMART monitor ? The SMART monitor issues ATA commands from userland and could do some=20 major footshooting, so lets get that out of the loop and concentrate on=20 "pure" ATA driver details for now. Let me know how that goes.... -S=F8ren