From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 20:35:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B604316A4B3; Wed, 22 Oct 2003 20:35:08 -0700 (PDT) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC70743F85; Wed, 22 Oct 2003 20:35:05 -0700 (PDT) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82])h9N3Yss6000206; Thu, 23 Oct 2003 11:34:54 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <3F974C4F.A0F28EA0@kuzbass.ru> From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: Doug White References: <200310210745.h9L7j9ed013183@atlantis.dp.ua> <3F95E895.9E936CEC@kuzbass.ru> <20031022153313.U71676@carver.gumbysoft.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit cc: dmitry@atlantis.dp.ua cc: freebsd-gnats-submit@FreeBSD.org cc: freebsd-stable@FreeBSD.org cc: sos@FreeBSD.org Subject: Re: kern/57174: 4.9-PRERELEASE panic: ata_dmasetup: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 23 Oct 2003 03:35:08 -0000 X-Original-Date: Thu, 23 Oct 2003 11:34:39 +0800 X-List-Received-Date: Thu, 23 Oct 2003 03:35:08 -0000 Doug White wrote: > > So Tagged Queueing may be guilty (again). > > Why do you have ATA tagging turned on in the first place? It's known to > not work with 99% of the hardware out there; only a couple of models of > IBM drives having working tagging. I use it because: 1. Man 4 ata says it will work with my HDD. 2. It really worked after ata(4) bug was fixed shortly after 4.5-RELEASE. Yes, it did not work with 4.5-PRERELEASE due to ata(4) famous bug. Now it work fine even with presence of massive I/O activity when this activity does not continue for very long time (half an hour and more) uninterruptedly. It panices reproducibly and crashdumps are pretty same. Eugene Grosbein