From owner-freebsd-current@FreeBSD.ORG Wed Aug 4 12:20:11 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 8654016A4CE for ; Wed, 4 Aug 2004 12:20:11 +0000 (GMT) Received: from av2-1-sn3.vrr.skanova.net (av2-1-sn3.vrr.skanova.net [81.228.9.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E8143D58 for ; Wed, 4 Aug 2004 12:20:11 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av2-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 6165A37F52; Wed, 4 Aug 2004 14:20:10 +0200 (CEST) Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av2-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 5360937F52; Wed, 4 Aug 2004 14:20:10 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 28F003800A; Wed, 4 Aug 2004 14:20:10 +0200 (CEST) From: "Daniel Eriksson" To: "'Ville-Pertti Keinonen'" Date: Wed, 4 Aug 2004 14:20:24 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <410F961B.1080104@will.iki.fi> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal cc: freebsd-current@freebsd.org cc: =?iso-8859-1?Q?'S=F8ren_Schmidt'?= 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, 04 Aug 2004 12:20:11 -0000 Ville-Pertti Keinonen wrote: > The attached patch should enable serialization for the=20 > controller, which is the only completely reliable fix > (without chipset documentation) according to S=F8ren. > Obviously it reduces performance since it doesn't=20 > allow both channels to operate simultaneously. After applying the patch to sources cvsuped 2004.08.04.01.00.00, = everything seems to be working correctly. I've run a few stress-tests successfully, = and I also started smartd (/usr/ports/sysutils/smartmontools/) which = previously always managed to lock up one of the SATA channels. I am going to run some more stress-tests later today, but it looks = pretty promising. /Daniel Eriksson