From owner-cvs-src@FreeBSD.ORG Thu Dec 23 13:07:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 757AE16A4CE; Thu, 23 Dec 2004 13:07:33 +0000 (GMT) Received: from mx1.originative.co.uk (freebsd.gotadsl.co.uk [81.6.249.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE4743D54; Thu, 23 Dec 2004 13:07:32 +0000 (GMT) (envelope-from paul@mx1.originative.co.uk) Received: from localhost (unknown [127.0.0.1]) by mx1.originative.co.uk (Postfix) with ESMTP id 9C1DC1556F; Thu, 23 Dec 2004 13:07:34 +0000 (GMT) Received: from mx1.originative.co.uk ([127.0.0.1])port 10024) with ESMTP id 84425-10; Thu, 23 Dec 2004 13:07:20 +0000 (GMT) Received: by mx1.originative.co.uk (Postfix, from userid 1000) id E991215596; Thu, 23 Dec 2004 13:07:19 +0000 (GMT) Date: Thu, 23 Dec 2004 13:07:19 +0000 From: Paul Richards To: "Simon L. Nielsen" Message-ID: <20041223130719.GA786@myrddin.originative.co.uk> References: <200412081116.iB8BGXw6057153@repoman.freebsd.org> <20041222233747.GA751@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041222233747.GA751@zaphod.nitro.dk> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: S?ren Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 13:07:33 -0000 On Thu, Dec 23, 2004 at 12:37:48AM +0100, Simon L. Nielsen wrote: > On 2004.12.08 11:16:33 +0000, S?ren Schmidt wrote: > > sos 2004-12-08 11:16:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ata ata-queue.c > > Log: > > Reset timeout when we are back from interrupt. > > > > Revision Changes Path > > 1.41 +3 -0 src/sys/dev/ata/ata-queue.c > > This breaks my wonderful CDRW/DVD drive, which you have come to like > so much. > > It fails to boot more or less like in the past with a memory modified > after free. I don't have console output or trace, but i can get it if > you need it. > > Let me know if you need me to test something. have separate CDRW and DVD and I saw this even before this patch, I have atapi dma turned off because the machine won't boot and throws the memory modified panics you describe otherwise.