From owner-freebsd-current@FreeBSD.ORG Sun Aug 22 18:03:53 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 70D7116A4CE for ; Sun, 22 Aug 2004 18:03:53 +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 53A3F43D49 for ; Sun, 22 Aug 2004 18:03:52 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7MI3oQ2005943; Sun, 22 Aug 2004 20:03:50 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4128DFEE.7030903@DeepCore.dk> Date: Sun, 22 Aug 2004 20:03:26 +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: Brian Buchanan References: <20040822095217.K74813-100000@thought.holo.org> In-Reply-To: <20040822095217.K74813-100000@thought.holo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: Randy Bush cc: current@freebsd.org Subject: Re: RELENG_5: ata interrupt 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: Sun, 22 Aug 2004 18:03:53 -0000 Brian Buchanan wrote: >>Anyhow I committed a fix for the fake slave problem, now we still have >>those "taskqueue stalled" complaints that I'm still scratching my head >>about and that backstepping ATA doesn't solve... >=20 >=20 > 1.33 of ata-queue.c fixes the problem for me at boot, but I still have = the > "taskqueue stalled" problem after resuming from suspend, as expected. = Let > me know if there's anything I can do to help track that down. Thats what I expected, the "fake slave" problem I knew about, the other=20 is what backstepping wont fix, which hints me that its not nessesarily=20 an ATA problem, or at least not only an ATA problem.. Suspend/resume broke sometime after aug 1st as it almost works (it newer = worked completely on any of my machines) if I backstep sys/dev/acpica &=20 sys/i386/acpica to that timeframe and have the rest of the kernel=20 uptodate... -S=F8ren